aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-03-20 18:45:42 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-03-20 19:15:51 +0100
commit0f6651344f4bf1736d9efc3b5523b2cec70f8ede (patch)
treee019e8cb78b3caa5bde4a483087f984a6a32e6ce
parent6145b16778aec8b22daebd9779d65a22cd8843b5 (diff)
downloadguix-0f6651344f4bf1736d9efc3b5523b2cec70f8ede.tar
guix-0f6651344f4bf1736d9efc3b5523b2cec70f8ede.tar.gz
gnu: libiberty: Do not inherit properties from GCC.
* gnu/packages/gcc.scm (make-libiberty)[properties]: New field.
-rw-r--r--gnu/packages/gcc.scm1
1 files changed, 1 insertions, 0 deletions
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