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:
Ricardo Wurmus 2022-01-26 22:27:49 +01:00
parent 1121fa432f
commit 90a41fe388
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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