Merge pull request #33482 from dtzWill/fix/sharutils-ar

sharutils: don't hardcode AR
This commit is contained in:
Orivej Desh
2018-01-06 20:59:18 +00:00
committed by GitHub

View File

@@ -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;