gnupg: remove systemd user config

This was removed upstream in:

https://github.com/gpg/gnupg/commit/eae28f1bd4a5632e8f8e85b7248d1c4d4a10a5ed
This commit is contained in:
David McFarland
2023-06-29 13:13:20 +02:00
committed by Sandro Jäckel
parent 6555e2776a
commit 8a74c9bd31
-6
View File
@@ -63,12 +63,6 @@ stdenv.mkDerivation rec {
rm $f
done
'' else ''
mkdir -p $out/lib/systemd/user
for f in doc/examples/systemd-user/*.{service,socket} ; do
substitute $f $out/lib/systemd/user/$(basename $f) \
--replace /usr/bin $out/bin
done
# add gpg2 symlink to make sure git does not break when signing commits
ln -s $out/bin/gpg $out/bin/gpg2