mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:26:21 +01:00
gnu: Flatpak: Propagate GnuPG 2.2.32.
This fixes a profile collision between gnupg package variants: https://issues.guix.gnu.org/52981 * gnu/packages/package-management.scm (flatpak)[propagated-inputs]: Replace GNUPG with GNUPG-2.2.32.
This commit is contained in:
parent
861bac1dfb
commit
0d15873d7e
1 changed files with 1 additions and 1 deletions
|
@ -1836,7 +1836,7 @@ (define-public flatpak
|
|||
("python-pyparsing" ,python-pyparsing)
|
||||
("socat" ,socat)
|
||||
("which" ,which)))
|
||||
(propagated-inputs (list glib-networking gnupg
|
||||
(propagated-inputs (list glib-networking gnupg-2.2.32
|
||||
gsettings-desktop-schemas))
|
||||
(inputs
|
||||
`(("appstream-glib" ,appstream-glib)
|
||||
|
|
Loading…
Reference in a new issue