diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-05-23 13:08:15 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-05-23 20:39:13 +0300 |
commit | 055d70f5d8bc8cf2d5f495308d3d902285324e71 (patch) | |
tree | c93749274931a114b44d921a6555d2daac7f63e7 /gnu | |
parent | 114333956e529cf1c6a0de2b9a15f04882ffd27f (diff) | |
download | guix-055d70f5d8bc8cf2d5f495308d3d902285324e71.tar guix-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')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
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 |