~ruther/guix-local

d4b1977f8337042a2e4e07f0c3be99c26513aa3e — Ludovic Courtès 9 years ago dd10ba6
gnu: pius: Use the 'gpg' command instead of 'gpg2'.

This is a followup to bc85b127df622575988f8e760f72d608d0900a75.

* gnu/packages/gnupg.scm (pius)[arguments]: Use the 'gpg' binary instead
of 'gpg2'.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/gnupg.scm
M gnu/packages/gnupg.scm => gnu/packages/gnupg.scm +1 -1
@@ 497,7 497,7 @@ and signature functionality from Python programs.")
         '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")