bug#24433: [PATCH] gnu: fish: Add input bc.

2016-10-04 Thread Arun Isaac
> Pushed as a8d3bc473d2cd285f03989be8f558c25a7cbd6c9, thanks! Great! Thank you! signature.asc Description: PGP signature

bug#24433: [PATCH] gnu: fish: Add input bc.

2016-10-04 Thread Ludovic Courtès
Arun Isaac skribis: > * gnu/packages/shells.scm (fish)[inputs]: Add bc. Pushed as a8d3bc473d2cd285f03989be8f558c25a7cbd6c9, thanks! Ludo’.

bug#24433: [PATCH] gnu: fish: Add input bc.

2016-09-25 Thread Arun Isaac
To reproduce this bug, run `math 1 + 1` in the fish shell. You should get an error saying that 'bc' is an unknown command. With the patch I supplied, this error will not occur. signature.asc Description: PGP signature

bug#24433: [PATCH] gnu: fish: Add input bc.

2016-09-16 Thread Arun Isaac
* gnu/packages/shells.scm (fish)[inputs]: Add bc. --- gnu/packages/shells.scm | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 183ef7f..bc43468 100644 --- a/gnu/packages/shells.scm +++

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

2016-09-15 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#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

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