lol

Merge pull request #130453 from risicle/ris-exiv2-darwin-libiconv

exiv2: fix for darwin

authored by

Sandro and committed by
GitHub
dbcb11bb 34116329

+3
+3
pkgs/development/libraries/exiv2/default.nix
··· 10 10 , doxygen 11 11 , graphviz 12 12 , libxslt 13 + , libiconv 13 14 }: 14 15 15 16 stdenv.mkDerivation rec { ··· 32 33 graphviz 33 34 libxslt 34 35 ]; 36 + 37 + buildInputs = lib.optional stdenv.isDarwin libiconv; 35 38 36 39 propagatedBuildInputs = [ 37 40 expat