guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/09: gnu: cmake-minimal: Remove ‘hidden’ property.


From: guix-commits
Subject: 02/09: gnu: cmake-minimal: Remove ‘hidden’ property.
Date: Mon, 23 Oct 2023 18:04:04 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 356ca40c8980c8d4eea4d211955e21c8de35e8fd
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Oct 14 17:21:26 2023 +0200

    gnu: cmake-minimal: Remove ‘hidden’ property.
    
    This makes ‘cmake-minimal’ accessible to users and additionally allows
    for input rewriting, as discussed
    at <https://issues.guix.gnu.org/65665#17>.
    
    * gnu/packages/cmake.scm (cmake-minimal)[properties]: New field.
---
 gnu/packages/cmake.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index bc14286070..1592703f8d 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -263,6 +263,7 @@ and workspaces that can be used in the compiler environment 
of your choice.")
   (package
     (inherit cmake-bootstrap)
     (name "cmake-minimal")
+    (properties (alist-delete 'hidden? (package-properties cmake-bootstrap)))
     (source (origin
               (inherit (package-source cmake-bootstrap))
               ;; Purge CMakes bundled dependencies as they are no longer 
needed.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]