gnupg: drop obsolete Emacs syntax highlighting fix

Emacs + nix-mode highlights this file just fine without this comment
for me, so I assume the problem in nix-mode has been fixed in the five
years since this comment was added.
This commit is contained in:
Alyssa Ross 2021-01-27 00:28:04 +00:00
parent 4ee102c986
commit 1626c49714

View file

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
sed -i 's/$SOURCE_DATE_EPOCH/''${SOURCE_DATE_EPOCH}/' doc/Makefile.in
'' + lib.optionalString ( stdenv.isLinux && pcsclite != null) ''
sed -i 's,"libpcsclite\.so[^"]*","${lib.getLib pcsclite}/lib/libpcsclite.so",g' scd/scdaemon.c
''; #" fix Emacs syntax highlighting :-(
'';
pinentryBinaryPath = pinentry.binaryPath or "bin/pinentry";
configureFlags = [