mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Get rid of bootstrap-tools dependency from xz (and therefore stdenv)
0769fc5b77
broke this by setting CONFIG_SHELL.
This commit is contained in:
parent
f199e115d2
commit
59291fdbf4
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user