libsecret: fix darwin build
darwin needs the -lintl flag
This commit is contained in:
parent
483a480cea
commit
de914d0190
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user