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.
This commit is contained in:
parent
1121fa432f
commit
90a41fe388
1 changed files with 1 additions and 5 deletions
|
@ -120,11 +120,7 @@ $prefix/share/guile/site/$GUILE_EFFECTIVE_VERSION\n")))))
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "module/nyacc/lang/c99/parser.scm"
|
(substitute* "module/nyacc/lang/c99/parser.scm"
|
||||||
(("\\(memq \\(car stmt\\) '\\(include include-next\\)\\)")
|
(("\\(memq \\(car stmt\\) '\\(include include-next\\)\\)")
|
||||||
"(memq (car stmt) '(include include-next define))"))))
|
"(memq (car stmt) '(include include-next define))")))))))
|
||||||
(add-after 'unpack 'install-system-module
|
|
||||||
(lambda _
|
|
||||||
(substitute* "module/Makefile.in"
|
|
||||||
(("@NYACC_FH_BINS@") "$(NYACC_FH_BINS)")))))))
|
|
||||||
(inputs (list guile-3.0))
|
(inputs (list guile-3.0))
|
||||||
(propagated-inputs (list guile-bytestructures))
|
(propagated-inputs (list guile-bytestructures))
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue