gnupg: remove systemd user config

This was removed upstream in:

eae28f1bd4
This commit is contained in:
David McFarland 2023-05-10 13:27:12 -03:00 committed by Sandro Jäckel
parent 6555e2776a
commit 8a74c9bd31
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

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