Fix xz to not depend on bootstrap-tools

This commit is contained in:
Gergely Risko 2014-09-14 21:00:12 +02:00
parent 0a3d811e42
commit e6bf8a09ba

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
doCheck = true;
# In stdenv-linux, prevent a dependency on bootstrap-tools.
preHook = "unset CONFIG_SHELL";
preConfigure = "unset CONFIG_SHELL";
meta = {
homepage = http://tukaani.org/xz/;