mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
pkgs/tools/security/gnupg/21.nix: cosmetic
This commit is contained in:
parent
65f3932f6e
commit
1cd7ec96e4
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
postPatch = stdenv.lib.optionalString stdenv.isLinux ''
|
||||
sed -i 's,"libpcsclite\.so[^"]*","${pcsclite}/lib/libpcsclite.so",g' scd/scdaemon.c
|
||||
'';
|
||||
''; #" fix Emacs syntax highlighting :-(
|
||||
|
||||
buildInputs = [
|
||||
pkgconfig libgcrypt libassuan libksba libiconv npth
|
||||
|
|
Loading…
Reference in a new issue