[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66543] [PATCH] gnu: cmake-minimal: Remove ‘hidden’ property.
From: |
Ludovic Courtès |
Subject: |
[bug#66543] [PATCH] gnu: cmake-minimal: Remove ‘hidden’ property. |
Date: |
Sat, 14 Oct 2023 17:23:31 +0200 |
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 @@ (define-public cmake-minimal
(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.
base-commit: 5a3fb306535c2ec0a118f2f0bc8f6a162b85c7d6
--
2.41.0
- [bug#66543] [PATCH] gnu: cmake-minimal: Remove ‘hidden’ property.,
Ludovic Courtès <=