aboutsummaryrefslogtreecommitdiff
path: root/tests/debug-link.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debug-link.scm')
0 files changed, 0 insertions, 0 deletions
2022-12-20 17:06:37 +0200'>2022-12-20gnu: openjdk13: Update to 13.0.13....* gnu/packages/java.scm (openjdk13): Update to 13.0.13. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Greg Hogan 2022-12-20gnu: openjdk11: Fix find-files syntax....* gnu/packages/java.scm (openjdk11)[source]: Remove extra characters from find-files invocation. [arguments]: Remove extra characters from find-files invocations in multiple phases. Efraim Flashner 2022-12-20gnu: openjdk11: Update to 11.0.17....* gnu/packages/java.scm (openjdk11): Update to 11.0.17. [source]: Fix source file-name. [native-inputs]: Add bash. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Greg Hogan 2022-11-11gnu: OpenJDK: Avoid usage of (guix build syscalls)....* gnu/packages/java.scm (ant-bootstrap)[arguments]: Use MKDTEMP instead of MKDTEMP! from (guix build syscalls). (icedtea-8, openjdk9, openjdk11, antlr2): Likewise. Marius Bakke 2022-11-03gnu: java-commons-jcs: Update to 3.1....* gnu/packages/java.scm (java-commons-jcs): Update to 3.1. (josm)[arguments]: Remove now unneeded phase. Julien Lepiller 2022-11-03gnu: java-commons-compress: Update to 1.21....* gnu/packages/java.scm (java-commons-compress): Update to 1.21. (java-osgi-annotation, java-osgi-core): Create pom file and install from it. * gnu/packages/maven.scm (java-surefire-parent-pom): Fix pom fixing. Julien Lepiller 2022-11-03gnu: Add java-asm-3....* gnu/packages/java.scm (java-asm): New variable. Julien Lepiller 2022-11-03gnu: Add java-ow-util-ant-tasks....* gnu/packages/java.scm (java-ow-util-ant-tasks): New variable. Julien Lepiller 2022-09-27gnu: openjdk: Update to 18....* gnu/packages/java.scm (openjdk): Update to 18. (openjdk18): New variable. Maxim Cournoyer 2022-09-27gnu: openjdk17: Define with make-openjdk....* gnu/packages/java.scm (openjdk17): Define with make-openjdk. [phases]: Use gexps. Maxim Cournoyer 2022-09-27gnu: openjdk16: Define with make-openjdk....* gnu/packages/java.scm (openjdk16): Define with make-openjdk. Maxim Cournoyer 2022-09-27gnu: openjdk15: Define with make-openjdk....* gnu/packages/java.scm (openjdk15): Define with make-openjdk. [source]: Clear snippet and modules fields. [native-inputs]: Rewrite using modify-inputs. Maxim Cournoyer 2022-09-27gnu: openjdk14: Define with make-openjdk....* gnu/packages/java.scm (openjdk14): Define with make-openjdk. [source]: Remove trailing #t from snippet field and improve regexp. Maxim Cournoyer 2022-09-27gnu: openjdk13: Define with make-openjdk....* gnu/packages/java.scm (openjdk13): Define with make-openjdk. Maxim Cournoyer 2022-09-27gnu: openjdk12: Introduce 'make-openjdk' syntax and use it....* gnu/packages/java.scm (make-openjdk): New syntax. (openjdk12): Use it to define package. [source]: Remove trailing #t from snippet field and improve regexp. [phases]: Use gexps. Maxim Cournoyer 2022-09-27gnu: opendjk11: Reduce size by removing extraneous files....By removing the *.diz and src.zip files, the size of the main output of OpenJDK 11 is reduced from 345 MiB to 116 MiB for OpenJDK 11, while the 'jdk' output is reduced from 805 MiB to 353 MiB. * gnu/packages/java.scm (openjdk11)[modules]: New field. [phases]{remove-diz-files}: New phase. {strip-character-data-timestamps}: Order after remove-diz-files. Maxim Cournoyer 2022-09-27gnu: opendjk11: Improve regular expressions....* gnu/packages/java.scm (openjdk11) [phases]{strip-archive-timestamps}: Replace '.*.' with '\\.' in regexps. Maxim Cournoyer 2022-09-27gnu: opendjk11: Remove input labels....* gnu/packages/java.scm (openjdk11)[inputs, native-inputs]: Remove labels. Maxim Cournoyer 2022-09-27gnu: opendjk11: Remove trailing #t and use gexps....* gnu/packages/java.scm (openjdk11): Properly punctuate comments. [source]: Remove trailing #t in snippet. [configure-flags]: Use gexps and this-package-input. [phases]: Delete trailing #t and use gexps to refer to outputs. Maxim Cournoyer 2022-09-19gnu: Add java-argparse4j....* gnu/packages/java.scm (java-argparse4j): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Artyom V. Poptsov 2022-09-16gnu: antlr4: Update to 4.10.1....* gnu/packages/java.scm (java-antlr4-runtime): Update to 4.10.1. [source](patches): Remove obsolete patch. (java-antlr4-runtime-cpp): Add #:configure-flags. (antlr4)[arguments]: Don't run tests from removed directory. Enable one test; exclude one file. * gnu/packages/fontutils.scm (python-afdko)[arguments]: Add phase to build with the C++ 17 standard. Marius Bakke 2022-09-14gnu: Add java-slf4j-nop....* gnu/packages/java.scm (java-slf4j-nop): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Artyom V. Poptsov 2022-09-11gnu: java-slf4j-api: Update the source URI....* gnu/packages/java.scm (java-slf4j-api)[source]: Replace the URI with "git-reference" to GitHub as the origin reference to "https://www.slf4j.org/dist/slf4j-..." seems to be broken. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Artyom V. Poptsov 2022-09-10gnu: Add comments to the bottom of a few package modules....This will hopefully discourage patches which add new packages to the bottom of files, as this increases the likelihood of conflicts when applying patches. If there are more specific ways that packages should be arranged in specific modules, this message can be updated accordingly. * gnu/packages/bioconductor.scm: Add comment discouraging adding packages to the bottom of the file. * gnu/packages/bioinformatics.scm: ditto. * gnu/packages/cran.scm: ditto. * gnu/packages/crates-io.scm: ditto. * gnu/packages/emacs-xyz.scm: ditto. * gnu/packages/golang.scm: ditto. * gnu/packages/guile-xyz.scm: ditto. * gnu/packages/haskell-xyz.scm: ditto. * gnu/packages/java.scm: ditto. * gnu/packages/julia-xyz.scm: ditto. * gnu/packages/lisp-xyz.scm: ditto. * gnu/packages/ocaml.scm: ditto. * gnu/packages/perl.scm: ditto. * gnu/packages/python-science.scm: ditto. * gnu/packages/python-xyz.scm: ditto. * gnu/packages/ruby.scm: ditto. * gnu/packages/tex.scm: ditto. Christopher Baines 2022-08-17gnu: openjdk: Add a variable tracking the latest openjdk package....* gnu/packages/java.scm (openjdk): New variable. Maxim Cournoyer 2022-07-03gnu: abcl: Update to 1.9.0....* gnu/packages/java.scm (abcl): Update to 1.9.0. * gnu/packages/patches/abcl-fix-build-xml.patch: Update for 1.9.0. Pierre Neidhardt 2022-07-03gnu: abcl: Fix loading of cl-* packages....* gnu/packages/java.scm (abcl)[native-search-paths]: Add XDG_DATA_DIRS where to cl-* libraries get installed. Pierre Neidhardt 2022-06-25gnu: Add java-commons-text....* gnu/packages/java.scm (java-commons-text): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Artyom V. Poptsov 2022-06-18gnu: Add java-asm-commons....* gnu/packages/java.scm (java-asm-commons-8): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Artyom V. Poptsov 2022-06-13gnu: java-commons-lang3: Update to 3.12.0...* gnu/packages/java.scm (java-commons-lang3): Update to 3.12.0. * gnu/packages/patches/java-commons-lang-fix-dependency.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Artyom V. Poptsov 2022-06-12gnu: java-plexus-component-metadata: Fix package....* gnu/packages/java.scm (java-plexus-component-metadata): Apply fix for newer jdom. Julien Lepiller 2022-06-08gnu: java-plexus-component-metadata: Fix package....* gnu/packages/java.scm (java-plexus-component-metadat): Apply fix for newer jdom. Julien Lepiller