mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gnome-planner: Some follow-ups.
* gnu/packages/gnome.scm (gnome-planner) [#:configure-flags]: Add comment. [inputs]: Sort. Change-Id: I233a44a143342aca63a9e8d4091ef5da81582da0
This commit is contained in:
parent
20fba311d1
commit
e0346b3ce1
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue