me
/
guix
Archived
1
0
Fork 0

gnu: libgc/static-libs: Mark it as hidden.

* gnu/packages/bdw-gc.scm (libgc/static-libs)[properties] Set hidden? to #t.
master
Christopher Baines 2020-04-26 19:56:17 +01:00
parent 2f823fb493
commit 709ca6c982
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 1 deletions

View File

@ -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