diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-09-30 11:11:42 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-09-30 16:52:07 +0900 |
| commit | 3412748d6c7fd931c0dbd4ee89584381e1eb8a71 (patch) | |
| tree | fc80c137af8e758c4b9a24e367b233f66bee825e /gnu/packages | |
| parent | 3493ff495bb2c85873d1c0ad611c623cb0472d52 (diff) | |
gnu: gnome-planner: Some follow-ups.
* gnu/packages/gnome.scm (gnome-planner) [#:configure-flags]: Add comment.
[inputs]: Sort.
Change-Id: I233a44a143342aca63a9e8d4091ef5da81582da0
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/gnome.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index f5457dbca47..dda73b78176 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -180,7 +180,6 @@ #:use-module (gnu packages ncurses) #:use-module (gnu packages nettle) #:use-module (gnu packages networking) - #:use-module (gnu packages ninja) #:use-module (gnu packages nss) #:use-module (gnu packages ocr) #:use-module (gnu packages openldap) @@ -11638,7 +11637,8 @@ text views, and buttons to choose the language.") (list #:glib-or-gtk? #t #:configure-flags - ;; Otherwise, the RUNPATH will lack the final 'planner' path component. + ;; Otherwise, the RUNPATH will lack the final 'planner' path component + ;; (see: <https://gitlab.gnome.org/World/planner/-/issues/274>). #~(list (string-append "-Dc_link_args=-Wl,-rpath=" #$output "/lib/planner")) #:phases @@ -11649,10 +11649,10 @@ text views, and buttons to choose the language.") (("gtk-update-icon-cache") (which "true")))))))) (inputs (list gconf - libxml2 - libxslt + glib gtk+ - glib)) + libxml2 + libxslt)) (native-inputs (list `(,glib "bin") ;for glib-genmarshal, etc. desktop-file-utils ;for update-desktop-database |
