diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-20 18:45:42 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-20 19:15:51 +0100 |
commit | 0f6651344f4bf1736d9efc3b5523b2cec70f8ede (patch) | |
tree | e019e8cb78b3caa5bde4a483087f984a6a32e6ce | |
parent | 6145b16778aec8b22daebd9779d65a22cd8843b5 (diff) | |
download | patches-0f6651344f4bf1736d9efc3b5523b2cec70f8ede.tar patches-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.scm | 1 |
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 |