Merge pull request #33482 from dtzWill/fix/sharutils-ar
sharutils: don't hardcode AR
This commit is contained in:
commit
627724618f
|
@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
|
|||
in ''
|
||||
substituteInPlace tests/shar-1 --replace '${shar_sub}' '${shar_sub} -s submitter'
|
||||
substituteInPlace tests/shar-2 --replace '${shar_sub}' '${shar_sub} -s submitter'
|
||||
|
||||
substituteInPlace intl/Makefile.in --replace "AR = ar" ""
|
||||
'';
|
||||
|
||||
doCheck = true;
|
||||
|
|
Loading…
Reference in New Issue