mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: glycin-loaders: Propagate required pkg-config dependencies.
* gnu/packages/gnome.scm (glycin-loaders) [native-inputs]: Move gtk, lcms-next... [inputs]: ... as well as fontconfig, glib, libseccomp to... [propagated-inputs]: ... here. Change-Id: Ife0b3c888be4cb0d4730883a301f743b3ee3dda1
This commit is contained in:
@@ -6893,8 +6893,6 @@ side panel;
|
||||
vala ;for vapigen
|
||||
;; Dependencies for tests.
|
||||
bubblewrap
|
||||
gtk
|
||||
lcms-next
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@@ -6905,13 +6903,12 @@ side panel;
|
||||
(base32
|
||||
"16s3lss4cbny5d0ixhc0vaxxcvq2n7rcnbklrxdm84p2m21192vm")))))
|
||||
(inputs (cons* bubblewrap
|
||||
fontconfig
|
||||
glib
|
||||
libseccomp
|
||||
libheif
|
||||
libjxl
|
||||
librsvg
|
||||
(cargo-inputs 'glycin)))
|
||||
;; The following inputs are 'Required' in the pkg-config files.
|
||||
(propagated-inputs (list fontconfig glib gtk lcms-next libseccomp))
|
||||
(home-page "https://gitlab.gnome.org/GNOME/glycin")
|
||||
(synopsis "Rust library for sandboxed image decoding")
|
||||
(description "Glycin is a sandbox image decoder for image viewers and
|
||||
|
||||
Reference in New Issue
Block a user