gnu: cook: Fix building.
* gnu/packages/cook.scm (cook)[native-inputs]: Replace bison with bison-3.0.master
parent
26744bca20
commit
9a1ad4a2a0
|
@ -24,8 +24,8 @@
|
||||||
#:use-module (guix download)
|
#:use-module (guix download)
|
||||||
#:use-module (gnu packages ed)
|
#:use-module (gnu packages ed)
|
||||||
#:use-module (gnu packages bison)
|
#:use-module (gnu packages bison)
|
||||||
#:use-module (gnu packages groff)
|
|
||||||
#:use-module (gnu packages compression)
|
#:use-module (gnu packages compression)
|
||||||
|
#:use-module (gnu packages groff)
|
||||||
#:use-module (guix build-system gnu))
|
#:use-module (guix build-system gnu))
|
||||||
|
|
||||||
(define-public cook
|
(define-public cook
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
|
|
||||||
(setenv "SH" (which "sh"))
|
(setenv "SH" (which "sh"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs (list bison
|
(native-inputs (list bison-3.0
|
||||||
;; For building the documentation:
|
;; For building the documentation:
|
||||||
groff
|
groff
|
||||||
;; For the tests:
|
;; For the tests:
|
||||||
|
|
Reference in New Issue