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:
Leo Famulari 2022-01-03 14:01:41 -05:00
parent 861bac1dfb
commit 0d15873d7e
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -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)