Skip to content

Commit

Permalink
gpgme: Drop multiple outputs (dev and info)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
primeos committed Mar 21, 2017
1 parent f9e688e commit 8727702
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/development/libraries/gpgme/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 8727702

Please sign in to comment.