summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-26 20:05:42 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:11 -0500
commit1051cfa1811275a07d00218e75a13c939242a7f0 (patch)
tree2939d320a2660e895d64c86c90631c140aea651b
parentb6bd3ea805dc231fd58fbb6112e4eda7d2b5fe1b (diff)
downloadnixpkgs-1051cfa1811275a07d00218e75a13c939242a7f0.tar
nixpkgs-1051cfa1811275a07d00218e75a13c939242a7f0.tar.gz
nixpkgs-1051cfa1811275a07d00218e75a13c939242a7f0.tar.bz2
nixpkgs-1051cfa1811275a07d00218e75a13c939242a7f0.tar.lz
nixpkgs-1051cfa1811275a07d00218e75a13c939242a7f0.tar.xz
nixpkgs-1051cfa1811275a07d00218e75a13c939242a7f0.tar.zst
nixpkgs-1051cfa1811275a07d00218e75a13c939242a7f0.zip
libgnome-keyring: multiple outputs
-rw-r--r--pkgs/development/libraries/libgnome-keyring/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libgnome-keyring/default.nix b/pkgs/development/libraries/libgnome-keyring/default.nix
index 4aadafff844..95de4918668 100644
--- a/pkgs/development/libraries/libgnome-keyring/default.nix
+++ b/pkgs/development/libraries/libgnome-keyring/default.nix
@@ -9,6 +9,8 @@ stdenv.mkDerivation {
     sha256 = "030gka96kzqg1r19b4xrmac89hf1xj1kr5p461yvbzfxh46qqf2n";
   };
 
+  outputs = [ "dev" "out" ];
+
   propagatedBuildInputs = [ glib dbus_libs libgcrypt ];
   nativeBuildInputs = [ pkgconfig intltool ];