Get rid of bootstrap-tools dependency from xz (and therefore stdenv)

0769fc5b77 broke this by setting CONFIG_SHELL.
This commit is contained in:
Gergely Risko 2014-08-14 00:20:15 +02:00 committed by Eelco Dolstra
parent f199e115d2
commit 59291fdbf4

View File

@ -10,6 +10,9 @@ stdenv.mkDerivation rec {
doCheck = true;
# In stdenv-linux, prevent a dependency on bootstrap-tools.
preHook = "unset CONFIG_SHELL";
meta = {
homepage = http://tukaani.org/xz/;
description = "XZ, general-purpose data compression software, successor of LZMA";