guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: wordnet: Build with the default GCC.


From: Ludovic Courtès
Subject: 04/04: gnu: wordnet: Build with the default GCC.
Date: Wed, 29 Mar 2017 17:08:29 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 755c5ba85c03aa2631a6e9f0284fe8d6652938cf
Author: Ludovic Courtès <address@hidden>
Date:   Wed Mar 29 22:52:02 2017 +0200

    gnu: wordnet: Build with the default GCC.
    
    * gnu/packages/wordnet.scm (wordnet)[native-inputs]: Remove.
---
 gnu/packages/wordnet.scm | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/gnu/packages/wordnet.scm b/gnu/packages/wordnet.scm
index 4207664..8d96936 100644
--- a/gnu/packages/wordnet.scm
+++ b/gnu/packages/wordnet.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2016 Ludovic Courtès <address@hidden>
+;;; Copyright © 2013, 2016, 2017 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -80,11 +80,6 @@
     (outputs '("out"
                "tk"))                             ; for the Tcl/Tk GUI
 
-    ;; Build with a patched GCC to work around <http://bugs.gnu.org/24703>.
-    ;; (Specifically the 'DEFAULTPATH' string literal is what we want to
-    ;; prevent from being chunked so that grafting can "see" it and patch it.)
-    (native-inputs `(("address@hidden" ,gcc-6)))
-
     (inputs `(("tk" ,tk)
               ("tcl" ,tcl)))
     (home-page "http://wordnet.princeton.edu/";)



reply via email to

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