* Better not use stdenv.coreutils, since not every stdenv has a coreutils.
svn path=/nixpkgs/trunk/; revision=15564
This commit is contained in:
parent
16beccec03
commit
89aa70112a
@ -29,7 +29,7 @@ rec {
|
|||||||
postInstall = a.FullDepEntry (''
|
postInstall = a.FullDepEntry (''
|
||||||
mv $out/bin/zangband $out/bin/.zangband.real
|
mv $out/bin/zangband $out/bin/.zangband.real
|
||||||
echo '#! /bin/sh
|
echo '#! /bin/sh
|
||||||
PATH="$PATH:${a.stdenv.coreutils}/bin"
|
PATH="$PATH:${a.coreutils}/bin"
|
||||||
|
|
||||||
ZANGBAND_PATH="$HOME/.zangband"
|
ZANGBAND_PATH="$HOME/.zangband"
|
||||||
ORIG_PATH="'$out'"/share/games/zangband
|
ORIG_PATH="'$out'"/share/games/zangband
|
||||||
|
@ -4058,7 +4058,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
zangband = builderDefsPackage (import ../games/zangband) {
|
zangband = builderDefsPackage (import ../games/zangband) {
|
||||||
inherit ncurses flex bison autoconf automake m4;
|
inherit ncurses flex bison autoconf automake m4 coreutils;
|
||||||
};
|
};
|
||||||
|
|
||||||
zlib = import ../development/libraries/zlib {
|
zlib = import ../development/libraries/zlib {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user