aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/sdl-pango-api_additions.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/patches/sdl-pango-api_additions.patch')
0 files changed, 0 insertions, 0 deletions
='/guix/commit/gnu/packages/bison.scm?id=8206a282b157fcf2d7435850587bf3ae29319698'>gnu: bison: Mention yacc in the description....This should help the user find the package if the goal is to satisfy a dependency on yacc. * gnu/packages/bison.scm (bison)[synopsis, description]: Explain compatibility with Yacc. Jakub Kądziołka 2020-06-22gnu: 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. Jakub Kądziołka 2020-06-22Merge branch 'master' into core-updatesJakub Kądziołka 2020-06-22gnu: bison-3.6: Don't change the name of the package....This is a follow-up to commit 512d23c65d82bb874ca1fb3c12095b1cec8bbfca. * gnu/packages/bison (bison-3.6)[name]: Remove the overridden value. Jakub Kądziołka 2020-06-21gnu: Add poke....* gnu/packages/engineering.scm (poke): New variable. * gnu/packages/bison.scm (bison-3.6): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> B. Wilson 2020-06-21gnu: bison: Update to 3.6.3....* gnu/packages/bison.scm (bison): Update to 3.6.3. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> B. Wilson 2020-03-26gnu: bison: Update to 3.5.3....* gnu/packages/bison.scm (bison): Update to 3.5.3. Marius Bakke 2020-02-15gnu: bison: Update to 3.5.2.Marius Bakke 2020-01-24gnu: bison: Update to 3.5.1....* gnu/packages/bison.scm (bison): Update to 3.5.1. Marius Bakke 2019-12-16gnu: bison: Update to 3.5....* gnu/packages/bison.scm (bison): Update to 3.5. Efraim Flashner 2019-11-26gnu: bison: Update to 3.4.2....* gnu/packages/bison.scm (bison): Update to 3.4.2. Efraim Flashner 2019-09-30gnu: xyce: Use Bison 3.0....Xyce requires Bison 3.0 at the latest. * gnu/packages/bison.scm (bison-3.0): New variable. * gnu/packages/engineering.scm (xyce-serial)[native-inputs]: Use BISON-3.0 instead of BISON. Ludovic Courtès 2019-06-17gnu: bison: Disable parallel tests, too....* gnu/packages/bison.scm (bison)[arguments]: Add #:parallel-tests?. Marius Bakke 2019-06-16gnu: bison: Disable parallel build....Fixes <https://bugs.gnu.org/36238. Reported by Carl Dong <contact@carldong.me>. * gnu/packages/bison.scm (bison)[arguments]: New field. Marius Bakke 2019-05-25gnu: bison: Update to 3.4.1....* gnu/packages/bison.scm (bison): Update to 3.4.1. Marius Bakke 2019-02-07gnu: bison: Update to 3.3.2....* gnu/packages/bison.scm (bison): Update to 3.3.2. Marius Bakke 2019-01-07gnu: bison: Update to 3.2.4....* gnu/packages/bison.scm (bison): Update to 3.2.4. Efraim Flashner 2018-12-11gnu: bison: Update to 3.2.2....* gnu/packages/bison.scm (bison): Update to 3.2.2. Marius Bakke 2018-08-25gnu: Remove bison@2.7....* gnu/packages/bison.scm (bison-2.7): Remove variable. Marius Bakke 2018-06-12gnu: bison: Update to 3.0.5....* gnu/packages/bison.scm (bison): Update to 3.0.5. Tobias Geerinckx-Rice