darwin purity: pkgconfig
This commit is contained in:
parent
d3ef216c54
commit
2c79dcd5ce
@ -10,7 +10,7 @@ stdenv.mkDerivation (rec {
|
||||
sha256 = "0igqq5m204w71m11y0nipbdf5apx87hwfll6axs12hn4dqfb6vkb";
|
||||
};
|
||||
|
||||
buildInputs = stdenv.lib.optional stdenv.isCygwin libiconv;
|
||||
buildInputs = stdenv.lib.optional (stdenv.isCygwin || stdenv.isDarwin) libiconv;
|
||||
|
||||
configureFlags = [ "--with-internal-glib" ];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user