diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-27 14:22:59 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-27 14:46:07 +0900 |
| commit | 43d883e42e530b4cd685a3877ff0a71e6ab7d123 (patch) | |
| tree | 3e51c0c7bcffcd74069c007487c7ab0807426272 /gnu | |
| parent | 1c3a7482a235832f54bf178ca928dbc027966581 (diff) | |
gnu: cambalache: Add comment.
* gnu/packages/gnome.scm (cambalache) [inputs]: Add comment.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 4d8c686f7dd..ac5f4426c2a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm | |||
| @@ -3564,6 +3564,9 @@ compiles to GTKBuilder XML.") | |||
| 3564 | (find-files (string-append #$output "/bin")))))))) | 3564 | (find-files (string-append #$output "/bin")))))))) |
| 3565 | (inputs | 3565 | (inputs |
| 3566 | (list bash-minimal | 3566 | (list bash-minimal |
| 3567 | ;; XXX: this-package-input does not find the adwaita-icon-theme | ||
| 3568 | ;; propagated hicolor-icon-theme input, so is listed here | ||
| 3569 | ;; explicitly. | ||
| 3567 | adwaita-icon-theme hicolor-icon-theme | 3570 | adwaita-icon-theme hicolor-icon-theme |
| 3568 | gsettings-desktop-schemas | 3571 | gsettings-desktop-schemas |
| 3569 | gtk | 3572 | gtk |
