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 | |
| 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
| -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; | |||
| 6893 | vala ;for vapigen | 6893 | vala ;for vapigen |
| 6894 | ;; Dependencies for tests. | 6894 | ;; Dependencies for tests. |
| 6895 | bubblewrap | 6895 | bubblewrap |
| 6896 | gtk | ||
| 6897 | lcms-next | ||
| 6898 | (origin | 6896 | (origin |
| 6899 | (method git-fetch) | 6897 | (method git-fetch) |
| 6900 | (uri (git-reference | 6898 | (uri (git-reference |
| @@ -6905,13 +6903,12 @@ side panel; | |||
| 6905 | (base32 | 6903 | (base32 |
| 6906 | "16s3lss4cbny5d0ixhc0vaxxcvq2n7rcnbklrxdm84p2m21192vm"))))) | 6904 | "16s3lss4cbny5d0ixhc0vaxxcvq2n7rcnbklrxdm84p2m21192vm"))))) |
| 6907 | (inputs (cons* bubblewrap | 6905 | (inputs (cons* bubblewrap |
| 6908 | fontconfig | ||
| 6909 | glib | ||
| 6910 | libseccomp | ||
| 6911 | libheif | 6906 | libheif |
| 6912 | libjxl | 6907 | libjxl |
| 6913 | librsvg | 6908 | librsvg |
| 6914 | (cargo-inputs 'glycin))) | 6909 | (cargo-inputs 'glycin))) |
| 6910 | ;; The following inputs are 'Required' in the pkg-config files. | ||
| 6911 | (propagated-inputs (list fontconfig glib gtk lcms-next libseccomp)) | ||
| 6915 | (home-page "https://gitlab.gnome.org/GNOME/glycin") | 6912 | (home-page "https://gitlab.gnome.org/GNOME/glycin") |
| 6916 | (synopsis "Rust library for sandboxed image decoding") | 6913 | (synopsis "Rust library for sandboxed image decoding") |
| 6917 | (description "Glycin is a sandbox image decoder for image viewers and | 6914 | (description "Glycin is a sandbox image decoder for image viewers and |
