bug#24433: fish needs to have bc in propagated-inputs

2016-09-14 Thread Arun Isaac
> Instead, try finding the places where 'bc' is referenced in the fish > source and replace it with the absolute path to the binary. Ok, I'll try to do that. signature.asc Description: PGP signature

bug#24440: [csanchez...@gmail.com: Using arch for kernel config file breaks kernel builds]

2016-09-14 Thread Leo Famulari
- Forwarded message from Carlos Sánchez de La Lama - Date: Wed, 14 Sep 2016 11:17:51 +0200 From: Carlos Sánchez de La Lama To: guix-de...@gnu.org Subject: Using arch for kernel config file breaks kernel builds User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Hi guys, seems a

bug#20067: fix interpretation of grub configuration

2016-09-14 Thread Tomáš Čech
On Sat, Sep 10, 2016 at 12:03:38AM +0200, Ludovic Courtès wrote: Good news! Good news indeed! l...@gnu.org (Ludovic Courtès) skribis: Tomáš Čech skribis: Grub configuration interpretes `linux' as directory where is located bzImage. If I enter file name instead, result configuration will

bug#24346: [PATCH] Generate grub.cfg with correct paths when store is not in root partition

2016-09-14 Thread Carlos Sánchez de La Lama
Rebasing to current master (76f31f0b), as new file-append made merge non-trivial. * guix/scripts/system.scm (previous-grub-entries): resolve initrd symlink for old entries (on the host). * gnu/system.scm (operating-system-grub.cfg): resolve initrd symlink for current system (on the container).

bug#24433: fish needs to have bc in propagated-inputs

2016-09-14 Thread Thompson, David
On Wed, Sep 14, 2016 at 4:48 AM, Arun Isaac wrote: > > 'fish' needs 'bc' as a propagated input. I have noticed runtime errors > due to absence of bc. It's also mentioned here: > > https://github.com/fish-shell/fish-shell#runtime-dependencies > > Quoting the relevant paragraph: > > "fish requires a

bug#24433: fish needs to have bc in propagated-inputs

2016-09-14 Thread Arun Isaac
'fish' needs 'bc' as a propagated input. I have noticed runtime errors due to absence of bc. It's also mentioned here: https://github.com/fish-shell/fish-shell#runtime-dependencies Quoting the relevant paragraph: "fish requires a number of utilities to operate, which should be present on any Un