mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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 @@ (define-public nyacc
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue