guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 58be42fc2db812c590af187aa22485e8c3303f21
Author: Rutherther <[email protected]>
AuthorDate: Wed Aug 27 20:12:02 2025 +0200

    gnu: universal-ctags: Fix cross compilation.
    
    Delete autogen.sh as it calls autoreconf that is called by guix itself,
    with additional checks that are unnecesary as the build environment
    is determined.
    
    * gnu/packages/code.scm (universal-ctags)[source]{snippet}: Delete 
autoconf.sh.
    
    Change-Id: Ib2a71ca3d59d70e13eee349bda197be363efc19f
    Signed-off-by: Efraim Flashner <[email protected]>
---
 gnu/packages/code.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index d508f37730..0982e4bed5 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -1064,7 +1064,8 @@ in a project.")
               "")
              (("\\$\\(PEG_SRCS\\) \\$\\(PEG_HEADS\\): \\$\\(PACKCC\\)")
               "$(PEG_SRCS) $(PEG_HEADS):"))
-           (delete-file-recursively "misc/packcc")))))
+           (delete-file-recursively "misc/packcc")
+           (delete-file "autogen.sh")))))
     (build-system gnu-build-system)
     (arguments
      '(;; Don't use the build-time TMPDIR (/tmp/guix-build-...) at runtime.

Reply via email to