me
/
guix
Archived
1
0
Fork 0

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.
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
1 changed files with 1 additions and 5 deletions

View File

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