From: jgart <jgart@dismail.de>
To: Guix Devel <guix-devel@gnu.org>
Subject: foreign-distro?
Date: Sun, 20 Nov 2022 14:54:40 -0600 [thread overview]
Message-ID: <20221120145440.GB23557@dismail.de> (raw)
Does Guix have a declarative Guix API way of knowing if it is installing
a package into foreign distro versus Guix System?
I'm thinking of a function like `foreign-distro?`:
```
(define-public peek
(package
(name "peek")
...
(inputs
`(,@(if (foreign-distro?) `(("ffmpeg" ,ffmpeg)) '())))
```
The above includes ffmpeg in the inputs only if installing peek on a
foreign distro. It could additionally patch the ffmpeg executable in
a peek package phases if foreign-distro? returns #t.
WDYT
next reply other threads:[~2022-11-20 20:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-20 20:54 jgart [this message]
2022-11-20 22:08 ` foreign-distro? Julien Lepiller
2022-11-21 1:57 ` foreign-distro? Jake Shilling
2022-11-23 10:36 ` foreign-distro? Zhu Zihao
2022-11-23 12:34 ` foreign-distro? Wojtek Kosior via Development of GNU Guix and the GNU System distribution.
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221120145440.GB23557@dismail.de \
--to=jgart@dismail.de \
--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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.