summaryrefslogtreecommitdiff
path: root/gnu/packages/wordnet.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-03-29 22:52:02 +0200
committerLudovic Courtès <ludo@gnu.org>2017-03-29 22:52:02 +0200
commit755c5ba85c03aa2631a6e9f0284fe8d6652938cf (patch)
tree9a25dcfe0ef3fde324255c00b46cefdcd1e4f76c /gnu/packages/wordnet.scm
parentcdb3f734cfb93a5689d9fec3558811fe652749f4 (diff)
downloadguix-patches-755c5ba85c03aa2631a6e9f0284fe8d6652938cf.tar
guix-patches-755c5ba85c03aa2631a6e9f0284fe8d6652938cf.tar.gz
gnu: wordnet: Build with the default GCC.
* gnu/packages/wordnet.scm (wordnet)[native-inputs]: Remove.
Diffstat (limited to 'gnu/packages/wordnet.scm')
-rw-r--r--gnu/packages/wordnet.scm7
1 files changed, 1 insertions, 6 deletions
diff --git a/gnu/packages/wordnet.scm b/gnu/packages/wordnet.scm
index 42076645c4..8d969360cd 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 <ludo@gnu.org>
+;;; Copyright © 2013, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; 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 `(("gcc@6" ,gcc-6)))
-
(inputs `(("tk" ,tk)
("tcl" ,tcl)))
(home-page "http://wordnet.princeton.edu/")