From 6c9e41333d24a6962f9f904614eab664d2a0a5ab Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Tue, 10 Jan 2017 15:23:16 +0100 Subject: libsecret: add dev output This reduces the closure size of the secret-tool binary from 178 MiB to 38 MiB. --- pkgs/development/libraries/libsecret/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development/libraries/libsecret') diff --git a/pkgs/development/libraries/libsecret/default.nix b/pkgs/development/libraries/libsecret/default.nix index 5aedc0df2b9..0f8207e83c8 100644 --- a/pkgs/development/libraries/libsecret/default.nix +++ b/pkgs/development/libraries/libsecret/default.nix @@ -11,6 +11,8 @@ stdenv.mkDerivation rec { sha256 = "1cychxc3ff8fp857iikw0n2s13s2mhw2dn1mr632f7w3sn6vvrww"; }; + outputs = [ "out" "dev" ]; + NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isDarwin "-lintl"; propagatedBuildInputs = [ glib ]; -- cgit 1.4.1