From 872770286d04cadb9816cd1665d3d5f17adce456 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Mon, 20 Mar 2017 17:11:17 +0100 Subject: [PATCH] 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. --- pkgs/development/libraries/gpgme/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/libraries/gpgme/default.nix b/pkgs/development/libraries/gpgme/default.nix index 2ab0977004c4..e4bb0c52c771 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 ];