From 055d70f5d8bc8cf2d5f495308d3d902285324e71 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 23 May 2024 13:08:15 +0300 Subject: [PATCH] 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 --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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