ABCL's build calls the hostname command, and needs the internet to download JUnit. Neither of these are really required, though, so we can patch them out to make it build. We also remove the Implemetation-Build property that ends up in the manifest file, because it stores information about the time of the build, which makes it non-deterministic. --- a/build.xml +++ b/build.xml @@ -327,7 +327,7 @@ from ${abcl.home.dir} + depends="abcl.compile,abcl.stamp.version"> @@ -455,11 +455,6 @@ from ${abcl.home.dir} value="${abcl.version}-${abcl.version.src}"/> - - - abcl.hostname: ${abcl.hostname} - - @@ -500,8 +495,6 @@ from ${abcl.home.dir} value="ABCL"/> - @@ -1019,8 +1012,7 @@ ${basedir}/../cl-bench - +
t with directories (signed, valid)"): Likewise. * tests/store-deduplication.scm ("deduplicate, below %deduplication-minimum-size"): New test. ("deduplicate", "deduplicate, ENOSPC"): Produce files bigger than %DEDUPLICATION-MINIMUM-SIZE. * tests/store.scm ("substitute, deduplication"): Likewise.
AgeCommit message (Expand)Author
2024-09-02gnu: easyrpg-player: Enable MIDI format support....* gnu/packages/easyrpg.scm (easyrpg-player)[arguments]<#:configure-flags>: Enable fmmidi option for MIDI format support. Change-Id: I8253f84bdea7c9754e5b9e2bc1b413f2b63a5f19 Signed-off-by: 宋文武 <iyzsong@member.fsf.org> gemmaro
2024-09-02gnu: easyrpg-player: Update to 0.8....* gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.8. Change-Id: I05f3c6b66dfadc48a7569b3672096550c244e904 Signed-off-by: 宋文武 <iyzsong@member.fsf.org> gemmaro
2024-09-02gnu: liblcf: Update to 0.8....* gnu/packages/easyrpg.scm (liblcf): Update to 0.8. Change-Id: I97f458945b33b01bc76ab88c0c503d8a2bec275a Signed-off-by: 宋文武 <iyzsong@member.fsf.org> gemmaro
Ludovic Courtès