mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
xz: Fix dependency on /bin/sh
This commit is contained in:
parent
3a143dcad2
commit
86972b2321
@ -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 New Issue
Block a user