oom pushed a commit to branch c++-team
in repository guix.

commit 4cb765571a6507c79b78afaf3800dcec00603af8
Author: Greg Hogan <c...@greghogan.com>
AuthorDate: Tue Oct 22 18:09:37 2024 +0000

    gnu: pantheon-calculator: Pin CMake dependency.
    
    * gnu/packages/pantheon.scm (pantheon-calculator)[native-inputs]: Change
    cmake to cmake-minimal.
    
    Change-Id: I1f4283ca371ec18c1882dc03960c3f268b31d8bd
---
 gnu/packages/pantheon.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/pantheon.scm b/gnu/packages/pantheon.scm
index 4b3ea8ac0b..634407254b 100644
--- a/gnu/packages/pantheon.scm
+++ b/gnu/packages/pantheon.scm
@@ -127,7 +127,7 @@ in apps built for the Pantheon desktop.")
             libgee
             libhandy))
     (native-inputs
-      (list cmake
+      (list cmake-minimal
             `(,glib "bin") ; for glib-compile-schemas
             gettext-minimal
             pkg-config

Reply via email to