unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Bone Baboon <bone.baboon@disroot.org>
To: Oleg Pykhalov <go.wigust@gmail.com>
Cc: help-guix@gnu.org
Subject: Re: Installing a previous version of a package
Date: Sat, 27 Mar 2021 11:03:26 -0400	[thread overview]
Message-ID: <874kgwtz9d.fsf@disroot.org> (raw)
In-Reply-To: <875z1dc83q.fsf@gmail.com>


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	other threads:[~2021-03-27 15:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-27  2:40 Installing a previous version of a package Bone Baboon
2021-03-27  8:29 ` Oleg Pykhalov
2021-03-27 15:03   ` Bone Baboon [this message]
2021-04-02  0:57 ` Bone Baboon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874kgwtz9d.fsf@disroot.org \
    --to=bone.baboon@disroot.org \
    --cc=go.wigust@gmail.com \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).