guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: nyacc: Remove unnecessary phase.


From: guix-commits
Subject: branch master updated: gnu: nyacc: Remove unnecessary phase.
Date: Wed, 26 Jan 2022 16:32:05 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 90a41fe388 gnu: nyacc: Remove unnecessary phase.
90a41fe388 is described below

commit 90a41fe388102d448b3f91a070e38a7680d2d568
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 26 22:27:49 2022 +0100

    gnu: nyacc: Remove unnecessary phase.
    
    This partially reverts commit f15ca337bec89f238b9b9ced08c2e02c35629a33.  
What
    mattered was the addition of guile-bytestructures.
    
    * gnu/packages/mes.scm (nyacc)[arguments]: Remove phase
    'install-system-module.
---
 gnu/packages/mes.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 8ced184a5f..62e4a65dca 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]