help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Installing a previous version of a package


From: Bone Baboon
Subject: Re: Installing a previous version of a package
Date: Sat, 27 Mar 2021 11:03:26 -0400

Oleg Pykhalov writes:

>> (define channels
>>   (append
>>    (list
>>     (channel
>>      (name 'openvpn)
>              ^^^^^^^^
>
> I'm not sure that's the issue, but could you try 'guix instead?
>
>>      (url "https://git.savannah.gnu.org/git/guix.git";)
>>      (commit "c5a2b70135c9830e9c3051ddf4a096f9a80eb952")))
>>    %default-channels))
>      ^^^^^^^^^^^^^^^^^
>
> Don't need this in case you define 'guix channel above.

Thank you for the suggestion.

I get the same error if I change channels to be:

```
(define channels
  (list
    (channel
      (name 'guix)
      (url "https://git.savannah.gnu.org/git/guix.git";)
      (commit "c5a2b70135c9830e9c3051ddf4a096f9a80eb952"))))
```



reply via email to

[Prev in Thread] Current Thread [Next in Thread]