gnu: libgc/static-libs: Mark it as hidden.
* gnu/packages/bdw-gc.scm (libgc/static-libs)[properties] Set hidden? to #t.master
parent
2f823fb493
commit
709ca6c982
|
@ -91,7 +91,8 @@ C or C++ programs, though that is not its primary goal.")
|
||||||
libgc
|
libgc
|
||||||
(arguments (substitute-keyword-arguments (package-arguments libgc)
|
(arguments (substitute-keyword-arguments (package-arguments libgc)
|
||||||
((#:configure-flags flags ''())
|
((#:configure-flags flags ''())
|
||||||
`(cons "--enable-static" ,flags))))))
|
`(cons "--enable-static" ,flags))))
|
||||||
|
(properties '((hidden? . #t)))))
|
||||||
|
|
||||||
(define-public libgc-7
|
(define-public libgc-7
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue