summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-05-23 13:08:15 +0300
committerEfraim Flashner <efraim@flashner.co.il>2024-05-23 20:39:13 +0300
commit055d70f5d8bc8cf2d5f495308d3d902285324e71 (patch)
treec93749274931a114b44d921a6555d2daac7f63e7 /gnu/packages/gnome.scm
parent114333956e529cf1c6a0de2b9a15f04882ffd27f (diff)
downloadguix-patches-055d70f5d8bc8cf2d5f495308d3d902285324e71.tar
guix-patches-055d70f5d8bc8cf2d5f495308d3d902285324e71.tar.gz
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
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 62a6aacfe4..3ec5de42f2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5604,7 +5604,7 @@ keyboard shortcuts.")
(arguments
(list #:glib-or-gtk? #t))
(native-inputs (list pkg-config
- cmake
+ cmake-minimal
gettext-minimal
desktop-file-utils
appstream-glib