guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/13: gnu: gpa: Add bash-minimal to inputs.


From: guix-commits
Subject: 06/13: gnu: gpa: Add bash-minimal to inputs.
Date: Fri, 20 Oct 2023 11:27:37 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 57ae71b4e2a927c534a51ff3c1398e15b54374eb
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 20 10:40:21 2023 -0400

    gnu: gpa: Add bash-minimal to inputs.
    
    * gnu/packages/gnupg.scm (gpa): Delete trailing #t.
    [inputs]: Add bash-minimal.  Delete labels.
    
    Change-Id: I3c4c9bf9b924b55a6039554127641680f1b0cffd
---
 gnu/packages/gnupg.scm | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index b1d9c869fd..a0f2d70afc 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -1064,16 +1064,15 @@ however, pgpdump produces more detailed and easier to 
understand output.")
              (let ((out (assoc-ref outputs "out"))
                    (gnupg (assoc-ref inputs "gnupg")))
                (wrap-program (string-append out "/bin/gpa")
-                 `("PATH" ":" prefix (,(string-append gnupg "/bin"))))
-               #t))))))
-    (native-inputs
-     (list pkg-config))
+                 `("PATH" ":" prefix (,(string-append gnupg "/bin"))))))))))
+    (native-inputs (list pkg-config))
     (inputs
-     `(("gnupg" ,gnupg)
-       ("gpgme" ,gpgme)
-       ("libassuan" ,libassuan)
-       ("libgpg-error" ,libgpg-error)
-       ("gtk+-2" ,gtk+-2)))
+     (list bash-minimal
+           gnupg
+           gpgme
+           libassuan
+           libgpg-error
+           gtk+-2))
     (home-page "https://gnupg.org/software/gpa/";)
     (synopsis "Graphical user interface for GnuPG")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]