diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-03-27 12:38:27 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-03-28 14:55:46 +0900 |
| commit | 09b5584564df93fc32bbe9069d0791da86d7d589 (patch) | |
| tree | bb2c6e164ee4d3bc535c02ab54cf68031718d168 /gnu | |
| parent | b36b0273bd50625698447120d103bf68480a159e (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gnome.scm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 923b4aa686a..b32557d1865 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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 |
