mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: gnome-text-editor: Build with cmake-minimal.
* gnu/packages/gnome.scm (gnome-text-editor)[native-inputs]: Replace cmake with cmake-minimal. Change-Id: I3e23fb390896ab9f1fb3be36789fbe84df04ae36
This commit is contained in:
parent
114333956e
commit
055d70f5d8
1 changed files with 1 additions and 1 deletions
|
@ -5604,7 +5604,7 @@ (define-public gnome-text-editor
|
|||
(arguments
|
||||
(list #:glib-or-gtk? #t))
|
||||
(native-inputs (list pkg-config
|
||||
cmake
|
||||
cmake-minimal
|
||||
gettext-minimal
|
||||
desktop-file-utils
|
||||
appstream-glib
|
||||
|
|
Loading…
Reference in a new issue