diff options
author | Jakub Kądziołka <[email protected]> | 2020-06-22 03:35:03 +0200 |
---|---|---|
committer | Jakub Kądziołka <[email protected]> | 2020-06-22 03:35:03 +0200 |
commit | eeef77d9d371f4169210ffcca98e3a45ff9ff229 (patch) | |
tree | e8a7ad7cbe89350ae5686f1ba803752113f7baf8 /gnu/packages/engineering.scm | |
parent | 43bc7855113bd725d464dd9eaa1e54e78edfaab1 (diff) |
gnu: bison-3.6: Remove package.
The `bison-3.6' variable is no longer necessary as `bison' itself
already provides this version.
* gnu/packages/bison.scm (bison-3.6): Remove variable.
* gnu/packages/engineering.scm (poke)[native-inputs]: Replace bison-3.6
with bison.
Diffstat (limited to 'gnu/packages/engineering.scm')
-rw-r--r-- | gnu/packages/engineering.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index f2d32e663f..96a2bd8808 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -2704,9 +2704,7 @@ GUI.") ;; The GUI, which we elide, requires tcl and tk. (native-inputs `(("autoconf" ,autoconf) ("automake" ,automake) - ;; Requires bison 3.6+ but we currently only have 3.5. - ;; Bison 3.6 will be available in the next core update. - ("bison-3.6" ,bison-3.6) + ("bison" ,bison) ("clisp" ,clisp) ("dejagnu" ,dejagnu) ("flex" ,flex) |