emacs-bug-tracker
[Top][All Lists]
Advanced

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

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


From: GNU bug Tracking System
Subject: bug#40876: closed ([PATCH core-updates] gnu: libgc/static-libs: Mark it as hidden.)
Date: Tue, 28 Apr 2020 21:57:02 +0000

Your message dated Tue, 28 Apr 2020 22:56:53 +0100
with message-id <address@hidden>
and subject line Re: [bug#40876] [PATCH core-updates] gnu: libgc/static-libs: 
Mark it as hidden.
has caused the debbugs.gnu.org bug report #40876,
regarding [PATCH core-updates] gnu: libgc/static-libs: Mark it as hidden.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
40876: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40876
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH core-updates] gnu: libgc/static-libs: Mark it as hidden. Date: Sun, 26 Apr 2020 19:58:23 +0100
* 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
-- 
2.26.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#40876] [PATCH core-updates] gnu: libgc/static-libs: Mark it as hidden. Date: Tue, 28 Apr 2020 22:56:53 +0100 User-agent: mu4e 1.2.0; emacs 26.3
Marius Bakke <address@hidden> writes:

> 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)))))
>
> 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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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