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 <efraim@flashner.co.il>
This commit is contained in:
Rutherther 2025-08-27 20:12:02 +02:00 committed by Efraim Flashner
parent 8e6540e87d
commit 58be42fc2d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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