xmlsec: fix build in darwin sandbox, make tests (more) reproducible
This commit is contained in:
parent
3bff81a7fb
commit
169637aaec
@ -32,6 +32,11 @@ stdenv.mkDerivation {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
checkInputs = [ nss_3_53.tools ];
|
checkInputs = [ nss_3_53.tools ];
|
||||||
|
preCheck = ''
|
||||||
|
substituteInPlace tests/testrun.sh \
|
||||||
|
--replace 'timestamp=`date +%Y%m%d_%H%M%S`' 'timestamp=19700101_000000' \
|
||||||
|
--replace 'TMPFOLDER=/tmp' '$(mktemp -d)'
|
||||||
|
'';
|
||||||
|
|
||||||
# enable deprecated soap headers required by lasso
|
# enable deprecated soap headers required by lasso
|
||||||
# https://dev.entrouvert.org/issues/18771
|
# https://dev.entrouvert.org/issues/18771
|
||||||
|
Loading…
Reference in New Issue
Block a user