gnu: pius: Use the 'gpg' command instead of 'gpg2'.

This is a followup to bc85b127df.

* gnu/packages/gnupg.scm (pius)[arguments]: Use the 'gpg' binary instead
of 'gpg2'.
This commit is contained in:
Ludovic Courtès 2016-08-21 17:52:04 +02:00
parent dd10ba6356
commit d4b1977f83
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -497,7 +497,7 @@ (define-public pius
'build 'set-gpg-file-name
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((gpg (string-append (assoc-ref inputs "gpg")
"/bin/gpg2")))
"/bin/gpg")))
(substitute* "libpius/constants.py"
(("/usr/bin/gpg2") gpg))))))))
(synopsis "Programs to simplify GnuPG key signing")