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 @@ cp -r /tmp/locale/*/en_US.*")))
|
||||||
("python-pyparsing" ,python-pyparsing)
|
("python-pyparsing" ,python-pyparsing)
|
||||||
("socat" ,socat)
|
("socat" ,socat)
|
||||||
("which" ,which)))
|
("which" ,which)))
|
||||||
(propagated-inputs (list glib-networking gnupg
|
(propagated-inputs (list glib-networking gnupg-2.2.32
|
||||||
gsettings-desktop-schemas))
|
gsettings-desktop-schemas))
|
||||||
(inputs
|
(inputs
|
||||||
`(("appstream-glib" ,appstream-glib)
|
`(("appstream-glib" ,appstream-glib)
|
||||||
|
|
|
||||||
Reference in a new issue