unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Rohit Yadav <rohityadav@utexas.edu>
To: guix-devel@gnu.org
Subject: How to specify package to be installed from a specific channel
Date: Thu, 17 Dec 2020 19:21:47 -0500	[thread overview]
Message-ID: <CAGKZdmY9NUh7_fyjqt2P5zQn2XGKWZ3jiv2q53gJur4+js2YVg@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 821 bytes --]

Hi,

I added a new channel (https://github.com/guix-science/guix-science) to
~/.config/guix/channels.scm and did a guix pull. However, when I am trying
to install a package from the new channel I am not able to install it.

guix pull lists the package defined in the additional channel. I am
wondering if there is a way to specify the package from a specific channel
defined in channels.scm. Here is my channels.scm

#+begin_src guile :tangle channels.scm
(cons
  ;; channel: guix-science
  (channel
    (name 'guix-science)
    (url "https://github.com/guix-science/guix-science.git")
    (introduction
      (make-channel-introduction
        "b1fe5aaff3ab48e798a4cce02f0212bc91f423dc"
        (openpgp-fingerprint "CA4F 8CF4 37D7 478F DA05  5FD4 4213 7701 1A37
8446"))))
  %default-channels)
#+end_src

Regards,
Rohit

[-- Attachment #2: Type: text/html, Size: 2421 bytes --]

             reply	other threads:[~2020-12-18  0:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-18  0:21 Rohit Yadav [this message]
2020-12-18  2:59 ` How to specify package to be installed from a specific channel zimoun

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=CAGKZdmY9NUh7_fyjqt2P5zQn2XGKWZ3jiv2q53gJur4+js2YVg@mail.gmail.com \
    --to=rohityadav@utexas.edu \
    --cc=guix-devel@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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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).