Hi Brian,
Brian Cully writes:
> Maxim Cournoyer writes:
>
>> Thanks for finding the problem. Should we leave this bug open until
>> specification->package+output is properly documented in our manual,
>> with
>> an example? If yes, would you like to try your hand at adding it?
>
> I've looked
Maxim Cournoyer writes:
Thanks for finding the problem. Should we leave this bug open
until
specification->package+output is properly documented in our
manual, with
an example? If yes, would you like to try your hand at adding
it?
I've looked at this briefly, and can't figure out a good
Hi,
Brian Cully writes:
> Αντώνιος Τσώλης writes:
>
>> Well, I use this:
>>
>> (packages
>> (append(map specification->package+output
>> '("bind:utils" ... ))
>> %base-packages))
>>
>> But I am new to scheme/guile/guix, so maybe I do something
>> wrong. Anyway, tha
Well, I use this:
(packages
(append
(map specification->package+output
'("bind:utils" ... ))
%base-packages))
But I am new to scheme/guile/guix, so maybe I do something wrong. Anyway,
thanks for confirming that it works on your side. It's probably an issue
with my con
The bind:utils (dig, host, nslookup) are not copied/included in any bin
path.
Yes, they are included when "guix shell ..." etc.
BUT they are not included when "sudo guix system reconfigure ..."
On Thu, 6 Apr 2023 at 21:27, Brian Cully wrote:
> They are included for me:
>
> --8<---cut here---start->8---
> bjc@psyduck:~/.config/emacs% fo
Αντώνιος Τσώλης writes:
Well, I use this:
(packages
(append
(map specification->package+output
'("bind:utils" ... ))
%base-packages))
But I am new to scheme/guile/guix, so maybe I do something
wrong. Anyway, thanks for confirming that it works on your
side.
With the config below, I have ‘host’, ‘dig’, and ‘nslookup’ in my
path. Note that I'm using the ‘(compose list
specification->package+output)’ form, though. If you're not using that,
you may be accidentally loading the ‘bind’ package with the default
‘out’ output, instead of the ‘utils’ one. If tha
Works for me even in config.scm:
(packages
(append
(map (compose list specification->package+output)
(list "audacity"
"bind:utils" "borg" "bridge-utils"
;;..
"zstd"))
%base-packages))
They are included for me:
--8<---cut here---start->8---
bjc@psyduck:~/.config/emacs% for i in dig host nslookup; do which $i; done
/net/snorlax/home/bjc/.guix-home/profile/bin/dig
/net/snorlax/home/bjc/.guix-home/profile/bin/host
/net/snorlax/home/bjc/.guix-home
10 matches
Mail list logo