gnu: libiberty: Do not inherit properties from GCC.
* gnu/packages/gcc.scm (make-libiberty)[properties]: New field.
This commit is contained in:
parent
6145b16778
commit
0f6651344f
1 changed files with 1 additions and 0 deletions
|
@ -598,6 +598,7 @@ using compilers other than GCC."
|
|||
(outputs '("out"))
|
||||
(native-inputs '())
|
||||
(propagated-inputs '())
|
||||
(properties '())
|
||||
(synopsis "Collection of subroutines used by various GNU programs")))
|
||||
|
||||
(define-public libiberty
|
||||
|
|
Reference in a new issue