nixpkgs/pkgs/development/tools/misc/gnum4
Eelco Dolstra 6310a9a3be gnum4: Fix impurity in shell handling
If gnum4 is built outside of a chroot, it will decide to use
/run/current-system/sw/bin/sh as the shell for "syscmd". (It gets this
path via "getconf PATH". Maybe our Glibc shouldn't return that path,
at least not during Nix builds...) If such a build of gnum4 is
subsequently used *inside* a chroot, it won't work because
/run/current-system doesn't exist. So specify an explicit path to the
shell.
2015-07-31 04:13:08 +02:00
..
default.nix gnum4: Fix impurity in shell handling 2015-07-31 04:13:08 +02:00
s_isdir.patch Patching the latest gnum4 so it builds with glibc 2.12.1 2010-08-21 13:03:36 +00:00