exiv2: fix build on darwin
This commit is contained in:
parent
35ca475f8b
commit
de7719a240
@ -92,10 +92,12 @@ stdenv.mkDerivation rec {
|
|||||||
''}
|
''}
|
||||||
|
|
||||||
${stdenv.lib.optionalString stdenv.isDarwin ''
|
${stdenv.lib.optionalString stdenv.isDarwin ''
|
||||||
|
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH''${DYLD_LIBRARY_PATH:+:}$PWD/lib
|
||||||
# Removing tests depending on charset conversion
|
# Removing tests depending on charset conversion
|
||||||
substituteInPlace ../test/Makefile --replace "conversions.sh" ""
|
substituteInPlace ../test/Makefile --replace "conversions.sh" ""
|
||||||
rm -f ../tests/bugfixes/redmine/test_issue_460.py
|
rm -f ../tests/bugfixes/redmine/test_issue_460.py
|
||||||
rm -f ../tests/bugfixes/redmine/test_issue_662.py
|
rm -f ../tests/bugfixes/redmine/test_issue_662.py
|
||||||
|
rm -f ../tests/bugfixes/github/test_issue_1046.py
|
||||||
''}
|
''}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user