all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66543] [PATCH] gnu: cmake-minimal: Remove ‘hidden’ property.
@ 2023-10-14 15:23 Ludovic Courtès
  2023-10-23 22:07 ` bug#66543: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Ludovic Courtès @ 2023-10-14 15:23 UTC (permalink / raw)
  To: 66543; +Cc: Ludovic Courtès

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66543: [PATCH] gnu: cmake-minimal: Remove ‘hidden’ property.
  2023-10-14 15:23 [bug#66543] [PATCH] gnu: cmake-minimal: Remove ‘hidden’ property Ludovic Courtès
@ 2023-10-23 22:07 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-10-23 22:07 UTC (permalink / raw)
  To: 66543-done

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.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-23 22:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-14 15:23 [bug#66543] [PATCH] gnu: cmake-minimal: Remove ‘hidden’ property Ludovic Courtès
2023-10-23 22:07 ` bug#66543: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.