gnu: nyacc: Remove unnecessary phase.
This partially reverts commit f15ca337be
. What
mattered was the addition of guile-bytestructures.
* gnu/packages/mes.scm (nyacc)[arguments]: Remove phase
'install-system-module.
parent
1121fa432f
commit
90a41fe388
|
@ -120,11 +120,7 @@ $prefix/share/guile/site/$GUILE_EFFECTIVE_VERSION\n")))))
|
|||
(lambda _
|
||||
(substitute* "module/nyacc/lang/c99/parser.scm"
|
||||
(("\\(memq \\(car stmt\\) '\\(include include-next\\)\\)")
|
||||
"(memq (car stmt) '(include include-next define))"))))
|
||||
(add-after 'unpack 'install-system-module
|
||||
(lambda _
|
||||
(substitute* "module/Makefile.in"
|
||||
(("@NYACC_FH_BINS@") "$(NYACC_FH_BINS)")))))))
|
||||
"(memq (car stmt) '(include include-next define))")))))))
|
||||
(inputs (list guile-3.0))
|
||||
(propagated-inputs (list guile-bytestructures))
|
||||
(description
|
||||
|
|
Reference in New Issue