diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-31 09:55:45 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-31 11:16:14 +0900 |
| commit | 9d7cec981779d10658c21e7d160187f50bb2155a (patch) | |
| tree | b7a01809683fdbac75e382de684b275f6d0e5c7b /gnu/packages | |
| parent | 1b6ef2e1a1cfada90a88f20750d12aaa58e2dfbd (diff) | |
gnu: libpeas: Propagate gtk+.
* gnu/packages/gnome.scm (libpeas) [inputs]: Move gtk+ to...
[propagated-inputs]: ... here.
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/gnome.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index f907ae22a13..dd3ee3432b0 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm | |||
| @@ -3233,8 +3233,7 @@ some form of information without getting in the user's way.") | |||
| 3233 | (search-input-file inputs "bin/Xvfb") | 3233 | (search-input-file inputs "bin/Xvfb") |
| 3234 | disp)))))))) | 3234 | disp)))))))) |
| 3235 | (inputs | 3235 | (inputs |
| 3236 | (list gtk+ | 3236 | (list glade3 |
| 3237 | glade3 | ||
| 3238 | python | 3237 | python |
| 3239 | python-pygobject-3.50)) | 3238 | python-pygobject-3.50)) |
| 3240 | (native-inputs | 3239 | (native-inputs |
| @@ -3246,8 +3245,8 @@ some form of information without getting in the user's way.") | |||
| 3246 | xorg-server-for-tests | 3245 | xorg-server-for-tests |
| 3247 | vala)) | 3246 | vala)) |
| 3248 | (propagated-inputs | 3247 | (propagated-inputs |
| 3249 | ;; The .pc file "Requires" gobject-introspection. | 3248 | ;; In "Requires" of the .pc files. |
| 3250 | (list glib gobject-introspection)) | 3249 | (list glib gtk+ gobject-introspection)) |
| 3251 | (home-page "https://wiki.gnome.org/Projects/Libpeas") | 3250 | (home-page "https://wiki.gnome.org/Projects/Libpeas") |
| 3252 | (synopsis "GObject plugin system") | 3251 | (synopsis "GObject plugin system") |
| 3253 | (description | 3252 | (description |
