[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.
- branch master updated (cbd20d6274 -> 4d748d344b), guix-commits, 2023/10/23
- 02/09: gnu: cmake-minimal: Remove ‘hidden’ property.,
guix-commits <=
- 03/09: gnu: gnutls@3.8: Do not rely expect ‘PATH_MAX’ definition on GNU/Hurd., guix-commits, 2023/10/23
- 01/09: gnu: gcc@10: Update to 10.5.0., guix-commits, 2023/10/23
- 05/09: gnu: Add emacs-nerd-icons., guix-commits, 2023/10/23
- 06/09: gnu: Add emacs-imenu-anywhere., guix-commits, 2023/10/23
- 04/09: gnu: kokkos: Restrict builds to 64-bit architectures., guix-commits, 2023/10/23
- 07/09: gnu: Fix python-tortoise-orm's sanity-check., guix-commits, 2023/10/23
- 08/09: gnu: python-pypika-tortoise: Update to 0.1.6., guix-commits, 2023/10/23
- 09/09: gnu: python-tortoise-orm: Update to 0.20.0., guix-commits, 2023/10/23