libsecret: fix darwin build

darwin needs the -lintl flag
This commit is contained in:
Matthew Bauer 2016-08-11 22:42:13 -05:00
parent 483a480cea
commit de914d0190

View File

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "1cychxc3ff8fp857iikw0n2s13s2mhw2dn1mr632f7w3sn6vvrww";
};
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isDarwin "-lintl";
propagatedBuildInputs = [ glib ];
nativeBuildInputs = [ pkgconfig intltool libxslt docbook_xsl ];
buildInputs = [ libgcrypt gobjectIntrospection ];