mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: flatpak: Propagate inputs as required by pkg-config.
* gnu/packages/package-management.scm (flatpak)[inputs]: Move dconf, gpgme, json-glib, libarchive, libseccomp and libxau from here… [propagated-inputs]: … to here. Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
7a166aa7d3
commit
174d98e2a6
1 changed files with 12 additions and 7 deletions
|
@ -2140,24 +2140,29 @@ cp -r /tmp/locale/*/en_US.*")))
|
||||||
bash-minimal
|
bash-minimal
|
||||||
bubblewrap
|
bubblewrap
|
||||||
curl
|
curl
|
||||||
dconf
|
|
||||||
fuse
|
fuse
|
||||||
gdk-pixbuf
|
gdk-pixbuf
|
||||||
gpgme
|
|
||||||
json-glib
|
|
||||||
libarchive
|
|
||||||
libcap
|
libcap
|
||||||
libostree
|
libostree
|
||||||
libseccomp
|
|
||||||
libsoup-minimal-2
|
libsoup-minimal-2
|
||||||
libxau
|
|
||||||
libxml2
|
libxml2
|
||||||
p11-kit
|
p11-kit
|
||||||
polkit
|
polkit
|
||||||
util-linux
|
util-linux
|
||||||
xdg-dbus-proxy
|
xdg-dbus-proxy
|
||||||
zstd))
|
zstd))
|
||||||
(propagated-inputs (list glib-networking gnupg gsettings-desktop-schemas))
|
(propagated-inputs (list glib-networking
|
||||||
|
gnupg
|
||||||
|
gsettings-desktop-schemas
|
||||||
|
;; The following are listed in Requires.private of
|
||||||
|
;; `flatpak.pc'.
|
||||||
|
curl
|
||||||
|
dconf
|
||||||
|
gpgme
|
||||||
|
json-glib
|
||||||
|
libarchive
|
||||||
|
libseccomp
|
||||||
|
libxau))
|
||||||
(home-page "https://flatpak.org")
|
(home-page "https://flatpak.org")
|
||||||
(synopsis "System for building, distributing, and running sandboxed desktop
|
(synopsis "System for building, distributing, and running sandboxed desktop
|
||||||
applications")
|
applications")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue