[bug#66543] gnu: cmake-minimal: Remove ‘hidden’ property.
Commit Message
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(+)
base-commit: 5a3fb306535c2ec0a118f2f0bc8f6a162b85c7d6
Comments
Ludovic Courtès <ludo@gnu.org> skribis:
> 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.
Pushed as 356ca40c8980c8d4eea4d211955e21c8de35e8fd.
@@ -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.