Skip to content

Commit

Permalink
libassuan: Use automatically detected libgpg-error
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed Dec 24, 2022
1 parent 4fe0d5e commit 2d44dc9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pkgs/development/libraries/libassuan/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ stdenv.mkDerivation rec {
outputBin = "dev"; # libassuan-config

depsBuildBuild = [ buildPackages.stdenv.cc ];
buildInputs = [ npth gettext ];

configureFlags = [
"--with-libgpg-error-prefix=${libgpg-error.dev}"
];
buildInputs = [ npth gettext libgpg-error ];

doCheck = true;

Expand Down

0 comments on commit 2d44dc9

Please sign in to comment.