guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: custom-gcc: Unhide resulting package.


From: guix-commits
Subject: 02/02: gnu: custom-gcc: Unhide resulting package.
Date: Thu, 16 May 2019 07:46:41 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit fbeb92d7607dc1dc6c3a34a536352636274a69de
Author: Ricardo Wurmus <address@hidden>
Date:   Thu May 16 13:42:37 2019 +0200

    gnu: custom-gcc: Unhide resulting package.
    
    This is a follow-up to commit d78010b81ee6ef4fd8803082e2f401b9e55b44db.  
While
    the plain "gcc" packages should be hidden by default, gcc-derived packages
    like "gfortran" should not.
    
    * gnu/packages/gcc.scm (custom-gcc)[properties]: Remove the 'hidden? 
property.
---
 gnu/packages/gcc.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 05238b0..cd75571 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès 
<address@hidden>
 ;;; Copyright © 2014, 2015, 2018 Mark H Weaver <address@hidden>
-;;; Copyright © 2014, 2015, 2016, 2017 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2014, 2015, 2016, 2017, 2019 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2015 Andreas Enge <address@hidden>
 ;;; Copyright © 2015, 2016, 2017, 2018 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 Carlos Sánchez de La Lama <address@hidden>
@@ -614,6 +614,7 @@ as the 'native-search-paths' field."
                  (package-outputs gcc)
                  (delete "lib" (package-outputs gcc))))
     (native-search-paths search-paths)
+    (properties (alist-delete 'hidden? (package-properties gcc)))
     (arguments
      (substitute-keyword-arguments `(#:modules ((guix build gnu-build-system)
                                                 (guix build utils)



reply via email to

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