mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-20 23:04:04 +02:00
gnu: gpa: Add bash-minimal to inputs.
* gnu/packages/gnupg.scm (gpa): Delete trailing #t. [inputs]: Add bash-minimal. Delete labels. Change-Id: I3c4c9bf9b924b55a6039554127641680f1b0cffd
This commit is contained in:
committed by
Ludovic Courtès
parent
94d0531b33
commit
3bf2c2daec
@@ -1131,16 +1131,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
|
||||
|
||||
Reference in New Issue
Block a user