all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: Marius Bakke <mbakke@fastmail.com>
Cc: 40876-done@debbugs.gnu.org
Subject: bug#40876: [PATCH core-updates] gnu: libgc/static-libs: Mark it as hidden.
Date: Tue, 28 Apr 2020 22:56:53 +0100	[thread overview]
Message-ID: <87sggnmfyy.fsf@cbaines.net> (raw)
In-Reply-To: <87d07r7jyy.fsf@devup.no>

[-- Attachment #1: Type: text/plain, Size: 993 bytes --]


Marius Bakke <mbakke@fastmail.com> writes:

> Christopher Baines <mail@cbaines.net> 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)))))
>
> LGTM, thanks!  Properties are only used by the Guix 'front-end' and not
> part of the derivation.

Great, I've pushed this as 709ca6c9824e4bbb0d81959b885248294fb062ae now.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 962 bytes --]

      reply	other threads:[~2020-04-28 21:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-26 18:58 [bug#40876] [PATCH core-updates] gnu: libgc/static-libs: Mark it as hidden Christopher Baines
2020-04-26 19:14 ` Christopher Baines
2020-04-28 14:39 ` Marius Bakke
2020-04-28 21:56   ` Christopher Baines [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sggnmfyy.fsf@cbaines.net \
    --to=mail@cbaines.net \
    --cc=40876-done@debbugs.gnu.org \
    --cc=mbakke@fastmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.