Don't unzip the sources which were bundled originally. Guix strips them from the source and uses pre-build packages. Taken from https://anonscm.debian.org/viewvc/pkg-java/trunk/libxerces2-java/debian/patches/02_build_dont_unzip.patch?revision=14507 Index: b/build.xml =================================================================== --- a/build.xml +++ b/build.xml @@ -247,7 +247,7 @@ - + - +
AgeCommit message (Expand)Author
2024-12-03gnu: libedit: Fix [cross-]build with gcc-14 for 32bit....* gnu/packages/libedit.scm (libedit)[arguments]: When cross-compiling to a 32bit host, add CFLAGS to #:configure-flags to disable a breaking warning. Change-Id: Ibab7332af162aed38158a50e9b4fc288b4286922 Janneke Nieuwenhuizen