svn path=/nixpkgs/branches/stdenv-updates/; revision=23324
This commit is contained in:
Lluís Batlle i Rossell 2010-08-21 17:18:35 +00:00
parent 72707853f0
commit 191961aa76

View file

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [ ncurses ];
buildNativeINputs = [ lzma ];
buildNativeInputs = [ lzma ];
# Disabled because we don't have zdiff in the stdenv bootstrap.
#doCheck = true;