exiv2: fix for darwin by providing libiconv

(cherry picked from commit 698d433e74a6dcc5d02e1d1f43083ca97433069b)
This commit is contained in:
Robert Scott 2021-07-17 13:04:41 +01:00
parent d9461786d3
commit fb831daa53
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@
, doxygen , doxygen
, graphviz , graphviz
, libxslt , libxslt
, libiconv
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -33,6 +34,8 @@ stdenv.mkDerivation rec {
libxslt libxslt
]; ];
buildInputs = lib.optional stdenv.isDarwin libiconv;
propagatedBuildInputs = [ propagatedBuildInputs = [
expat expat
zlib zlib