libsecret: add dev output

This reduces the closure size of the secret-tool binary from 178 MiB to
38 MiB.
This commit is contained in:
Robert Helgesson 2017-01-10 15:23:16 +01:00
parent f88e2fb5f1
commit 6c9e41333d
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "1cychxc3ff8fp857iikw0n2s13s2mhw2dn1mr632f7w3sn6vvrww";
};
outputs = [ "out" "dev" ];
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isDarwin "-lintl";
propagatedBuildInputs = [ glib ];