summary refs log tree commit diff
path: root/pkgs/development/libraries/gpgme
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2017-03-20 17:11:17 +0100
committerMichael Weiss <dev.primeos@gmail.com>2017-03-21 22:43:00 +0100
commit872770286d04cadb9816cd1665d3d5f17adce456 (patch)
tree3aa748ded7f7e7c5309689c2d221435b8e9e8d7b /pkgs/development/libraries/gpgme
parentf9e688e8a14425c098cf1ccf4fa982750fbab676 (diff)
downloadnixpkgs-872770286d04cadb9816cd1665d3d5f17adce456.tar
nixpkgs-872770286d04cadb9816cd1665d3d5f17adce456.tar.gz
nixpkgs-872770286d04cadb9816cd1665d3d5f17adce456.tar.bz2
nixpkgs-872770286d04cadb9816cd1665d3d5f17adce456.tar.lz
nixpkgs-872770286d04cadb9816cd1665d3d5f17adce456.tar.xz
nixpkgs-872770286d04cadb9816cd1665d3d5f17adce456.tar.zst
nixpkgs-872770286d04cadb9816cd1665d3d5f17adce456.zip
gpgme: Drop multiple outputs (dev and info)
This shouldn't break anything as currently neither dev nor info will be
generated anyway (since both directories don't actually exist at the
install phase - "mv bin dev" would produce the dev output).

This change is required for building fwknop with GnuPG support.
Diffstat (limited to 'pkgs/development/libraries/gpgme')
-rw-r--r--pkgs/development/libraries/gpgme/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/libraries/gpgme/default.nix b/pkgs/development/libraries/gpgme/default.nix
index 2ab0977004c..e4bb0c52c77 100644
--- a/pkgs/development/libraries/gpgme/default.nix
+++ b/pkgs/development/libraries/gpgme/default.nix
@@ -16,9 +16,6 @@ stdenv.mkDerivation rec {
     sha256 = "0csx3qnycwm0n90ql6gs65if5xi4gqyzzy21fxs2xqicghjrfq2r";
   };
 
-  outputs = [ "out" "dev" "info" ];
-  outputBin = "dev"; # gpgme-config; not so sure about gpgme-tool
-
   propagatedBuildInputs = [ libgpgerror glib libassuan pth ];
 
   nativeBuildInputs = [ pkgconfig gnupg ];