gnu: wordnet: Build with the default GCC.

* gnu/packages/wordnet.scm (wordnet)[native-inputs]: Remove.
This commit is contained in:
Ludovic Courtès 2017-03-29 22:52:02 +02:00
parent cdb3f734cf
commit 755c5ba85c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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 @@ (define-public wordnet
(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/")