From 0f6651344f4bf1736d9efc3b5523b2cec70f8ede Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Fri, 20 Mar 2020 18:45:42 +0100 Subject: gnu: libiberty: Do not inherit properties from GCC. * gnu/packages/gcc.scm (make-libiberty)[properties]: New field. --- gnu/packages/gcc.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index 08afd80358..589e9367da 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -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 -- cgit v1.2.3