xz: Fix dependency on /bin/sh
This commit is contained in:
parent
3a143dcad2
commit
86972b2321
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ stdenv.mkDerivation rec {
|
|||
|
||||
doCheck = true;
|
||||
|
||||
preCheck = ''
|
||||
# Tests have a /bin/sh dependency...
|
||||
patchShebangs tests
|
||||
'';
|
||||
|
||||
# In stdenv-linux, prevent a dependency on bootstrap-tools.
|
||||
preConfigure = "CONFIG_SHELL=/bin/sh";
|
||||
|
||||
|
|
Loading…
Reference in a new issue