guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/09: gnu: libiberty: Do not inherit properties from GCC.


From: guix-commits
Subject: 01/09: gnu: libiberty: Do not inherit properties from GCC.
Date: Fri, 20 Mar 2020 14:18:16 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 0f6651344f4bf1736d9efc3b5523b2cec70f8ede
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Mar 20 18:45:42 2020 +0100

    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 08afd80..589e936 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]