mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 00:34:00 +00:00
Making texinfo look nicer related to cross-build (we had some cleaning up to do for the time when we rebuild stdenv. It looks like a good time for that)
svn path=/nixpkgs/branches/stdenv-updates/; revision=23316
This commit is contained in:
parent
5cdc569477
commit
508fc749f4
@ -8,16 +8,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1rf9ckpqwixj65bw469i634897xwlgkm5i9g2hv3avl6mv7b0a3d";
|
||||
};
|
||||
|
||||
buildInputs = [ ncurses lzma ];
|
||||
|
||||
# !!! This should be set as usual attributes - we set them as
|
||||
# crossAttrs only not to change the usual stdenv hash
|
||||
# (in the normal stdenv, these get mapped all to buildNativeInputs,
|
||||
# but unfortunately in the opposite order, thus getting a new hash)
|
||||
crossAttrs = {
|
||||
buildNativeInputs = [ lzma ];
|
||||
buildInputs = [ ncurses ];
|
||||
};
|
||||
buildInputs = [ ncurses ];
|
||||
buildNativeINputs = [ lzma ];
|
||||
|
||||
# Disabled because we don't have zdiff in the stdenv bootstrap.
|
||||
#doCheck = true;
|
||||
|
Loading…
Reference in New Issue
Block a user