mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
8e6540e87d
commit
58be42fc2d
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue