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.
This commit is contained in:
parent
2fbb5398a3
commit
356ca40c89
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue