summary refs log tree commit diff
path: root/pkgs/development/libraries/libsecret
diff options
context:
space:
mode:
authorDaniel Peebles <copumpkin@users.noreply.github.com>2016-08-24 11:52:27 +0200
committerGitHub <noreply@github.com>2016-08-24 11:52:27 +0200
commit3f337a2b23eab043fbea3b15796e7002dfa96751 (patch)
treeadabe4dd64a11aedae79bb6e888347ee38a8487a /pkgs/development/libraries/libsecret
parent76223aa4b2cc7ebda27a93f00829bd447701740a (diff)
parenta6faa04ee45f1466335cfeb28cfa1b897e31a9b7 (diff)
downloadnixpkgs-3f337a2b23eab043fbea3b15796e7002dfa96751.tar
nixpkgs-3f337a2b23eab043fbea3b15796e7002dfa96751.tar.gz
nixpkgs-3f337a2b23eab043fbea3b15796e7002dfa96751.tar.bz2
nixpkgs-3f337a2b23eab043fbea3b15796e7002dfa96751.tar.lz
nixpkgs-3f337a2b23eab043fbea3b15796e7002dfa96751.tar.xz
nixpkgs-3f337a2b23eab043fbea3b15796e7002dfa96751.tar.zst
nixpkgs-3f337a2b23eab043fbea3b15796e7002dfa96751.zip
Merge pull request #17685 from matthewbauer/darwin-misc2
Darwin misc. fixes
Diffstat (limited to 'pkgs/development/libraries/libsecret')
-rw-r--r--pkgs/development/libraries/libsecret/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libsecret/default.nix b/pkgs/development/libraries/libsecret/default.nix
index adc76640dde..5aedc0df2b9 100644
--- a/pkgs/development/libraries/libsecret/default.nix
+++ b/pkgs/development/libraries/libsecret/default.nix
@@ -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 vala_0_32 ];