exiv2: adding DYLD_LIBRARY_PATH= for darwin tests
This commit is contained in:
parent
9b4e5a9325
commit
4ee4bb9872
1 changed files with 8 additions and 0 deletions
|
@ -67,6 +67,14 @@ stdenv.mkDerivation rec {
|
|||
${stdenv.lib.optionalString stdenv.isAarch64 ''
|
||||
rm -f ../tests/bugfixes/github/test_CVE_2018_12265.py
|
||||
''}
|
||||
|
||||
${stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:`pwd`/lib
|
||||
# Removing tests depending on charset conversion
|
||||
substituteInPlace ../test/Makefile --replace "conversions.sh" ""
|
||||
rm -f ../tests/bugfixes/redmine/test_issue_460.py
|
||||
rm -f ../tests/bugfixes/redmine/test_issue_662.py
|
||||
''}
|
||||
'';
|
||||
|
||||
postCheck = ''
|
||||
|
|
Loading…
Reference in a new issue