guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#40876] [PATCH core-updates] gnu: libgc/static-libs: Mark it as hidd


From: Christopher Baines
Subject: [bug#40876] [PATCH core-updates] gnu: libgc/static-libs: Mark it as hidden.
Date: Sun, 26 Apr 2020 20:14:59 +0100
User-agent: mu4e 1.2.0; emacs 26.3

Christopher Baines <address@hidden> writes:

> * gnu/packages/bdw-gc.scm (libgc/static-libs)[properties] Set hidden? to #t.
> ---
>  gnu/packages/bdw-gc.scm | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/bdw-gc.scm b/gnu/packages/bdw-gc.scm
> index 112a161f94..50e4951dc1 100644
> --- a/gnu/packages/bdw-gc.scm
> +++ b/gnu/packages/bdw-gc.scm
> @@ -91,7 +91,8 @@ C or C++ programs, though that is not its primary goal.")
>     libgc
>     (arguments (substitute-keyword-arguments (package-arguments libgc)
>                  ((#:configure-flags flags ''())
> -                 `(cons "--enable-static" ,flags))))))
> +                 `(cons "--enable-static" ,flags))))
> +   (properties '((hidden? . #t)))))
>
>  (define-public libgc-7
>    (package

Forgot to include you Marius when I sent this patch. Does this seem
sensible?

Otherwise you get this libgc variant when you use Guix on the command
line, and commands like guix lint complain.

./pre-inst-env guix lint libgc
guix lint: warning: ambiguous package specification `libgc'
guix lint: warning: choosing libgc@8.0.4 from gnu/packages/bdw-gc.scm:90:2


I hope that setting the properties doesn't involve rebuilding anything.

Thanks,

Chris

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]