Skip to content

Commit

Permalink
exiv2: fix build on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Sep 13, 2020
1 parent 35ca475 commit de7719a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/exiv2/default.nix
Expand Up @@ -92,10 +92,12 @@ stdenv.mkDerivation rec {
''}
${stdenv.lib.optionalString stdenv.isDarwin ''
export DYLD_LIBRARY_PATH=$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
rm -f ../tests/bugfixes/github/test_issue_1046.py
''}
'';

Expand Down

0 comments on commit de7719a

Please sign in to comment.