summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: node: Patch shebangs in node_modules.Philip McGrath2021-12-24
| | | | | | | | | | | | * gnu/packages/node.scm (node)[arguments]: Replace 'patch-npm-shebang and 'patch-node-shebang with a new 'patch-nested-shebangs that also handles node-gyp and other shebangs under "/lib/node_modules". [inputs]: Add Python for node-gyp as "python-for-target". (node-lts)[inputs]: Likewise. (libnode)[arguments]: Adjust to delete 'patch-nested-shebangs rather than 'patch-npm-shebang and 'patch-node-shebang. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: node: Update to 10.24.1 for bootstrapping.Philip McGrath2021-12-24
| | | | | | * gnu/packages/node.scm (node): Update to 10.24.1. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: node: Avoid duplicating build phases.Philip McGrath2021-12-24
| | | | | | | | | | | | | | | | * gnu/packages/node.scm (node)[arguments]: Split 'patch-files phase into 'patch-hardcoded-program-references and 'delete-problematic-tests. Adapt 'patch-hardcoded-program-references and 'configure to work unmodified on node-lts, but don't try to share 'delete-problematic-tests, because those details seem to change too much between node versions. (node, node-lts)[inputs]: Use bash-minimal rather than bash. (node-lts)[arguments]: Inherit 'patch-hardcoded-program-references, and 'configure phases from the bootstrap node. Remove the 'patch-files phase, keeping its remaining non-inherited work in a new 'replace-llhttp-sources phase. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* tests: git: Avoid ambiguous module import.Leo Famulari2021-12-23
| | | | | | | | | | Fixes this warning: WARNING: (guix tests git): `reset' imported from both (git) and (ice-9 control) This is a followup to commit 07145c8a8cef3860a6c522d81e387bd0485c83ce. * guix/tests/git.scm: Only import LET/EC from (ice-9 control).
* gnu: axoloti-patcher-next: Fix file names.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/axoloti.scm (axoloti-patcher-next)[arguments]: Add missing slash.
* gnu: axoloti-patcher-next: Remove trailing #T.Ricardo Wurmus2021-12-23
| | | | | | * gnu/packages/axoloti.scm (axoloti-patcher-next)[source]: Remove trailing #T from snippet. [arguments]: Remove trailing #T from build phase.
* gnu: java-simple-xml: Delete failing test.Ricardo Wurmus2021-12-23
| | | | | | | This is a follow-up to commit 8e32bd1720336ec62258cb842dce812f7f979d04. * gnu/packages/xml.scm (java-simple-xml)[arguments]: Disable test by deleting it, as #:test-exclude doesn't have any effect.
* gnu: java-simple-xml: Disable one test.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/xml.scm (java-simple-xml)[arguments]: Disable NoAnnotationsRequiredTest.
* gnu: java-kafka-clients: Disable failing test.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/java.scm (java-kafka-clients)[arguments]: Disable Serializationtest that fails on i686.
* gnu: java-slf4j-simple: Disable one test.Ricardo Wurmus2021-12-23
| | | | | | * gnu/packages/java.scm (java-slf4j-simple)[arguments]: Disable SimpleLoggerMultithreadedInitializationTest because it fails when more CPUs are available.
* gnu: java-mail: Use new input style.Ricardo Wurmus2021-12-23
| | | | * gnu/packages/java.scm (java-mail)[native-inputs]: Use new style.
* gnu: java-mail: Remove trailing #T.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/java.scm (java-mail)[arguments]: Remove trailing #T from build phases.
* gnu: java-mail: Disable SSL test.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/java.scm (java-mail)[arguments]: Disable WriteTimeoutSocketTest because it uses as disabled SSL protocol version.
* gnu: java-kafka-clients: Update to 1.1.1.Ricardo Wurmus2021-12-23
| | | | * gnu/packages/java.scm (java-kafka-clients): Update to 1.1.1.
* gnu: java-kafka-clients: Use new input style.Ricardo Wurmus2021-12-23
| | | | * gnu/packages/java.scm (java-kafka-clients)[native-inputs]: Use new style.
* gnu: java-kafka-clients: Disable SSL test.Ricardo Wurmus2021-12-23
| | | | | | | This is due to changes in the enabled cipher suites in the updated icedtea-8. * gnu/packages/java.scm (java-kafka-clients)[arguments]: Disable the SslTransportLayerTest.
* gnu: java-icu4j: Update to 70.1.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/icu4c.scm (java-icu4j): Update to 70.1. [arguments]: Remove trailing #T from build phases.
* gnu: libantlr3c: Move below the Java bootstrap packages.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/java.scm (libantlr3c): Move package definition below the Java bootstrap packages.
* gnu: drip: Move it below the Java bootstrap packages.Ricardo Wurmus2021-12-23
| | | | * gnu/packages/java.scm (drip): Move definition down.
* gnu: classpath-devel: Use label-less input style.Ricardo Wurmus2021-12-23
| | | | * gnu/packages/java.scm (classpath-devel)[native-inputs]: Use new style.
* gnu: classpath-0.99: Use label-less input style.Ricardo Wurmus2021-12-23
| | | | * gnu/packages/java.scm (classpath-0.99)[native-inputs]: Use new style.
* gnu: ecj-bootstrap: Use label-less input style.Ricardo Wurmus2021-12-23
| | | | * gnu/packages/java.scm (ecj-bootstrap)[native-inputs]: Use new style.
* gnu: ant-bootstrap: Use label-less input style.Ricardo Wurmus2021-12-23
| | | | * gnu/packages/java.scm (ant-bootstrap)[native-inputs]: Use new style.
* gnu: jamvm-1-bootstrap: Use label-less input style.Ricardo Wurmus2021-12-23
| | | | * gnu/packages/java.scm (jamvm-1-bootstrap)[inputs]: Use new style.
* gnu: classpath-bootstrap: Use label-less input style.Ricardo Wurmus2021-12-23
| | | | * gnu/packages/java.scm (classpath-bootstrap)[native-inputs]: Use new style.
* gnu: classpath-devel: Remove trailing #T.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/java.scm (classpath-devel)[arguments]: Remove trailing #T from 'remove-unsupported-annotations build phase.
* gnu: classpath-jamvm-wrappers: Use G-Expression.Ricardo Wurmus2021-12-23
| | | | | | * gnu/packages/java.scm (classpath-jamvm-wrappers)[arguments]: Use a gexp to remove references to %build-inputs and %outputs. [native-inputs]: Replace bash with bash-minimal; use label-less style.
* gnu: ecj-javac-wrapper: Use G-Expression.Ricardo Wurmus2021-12-23
| | | | | | * gnu/packages/java.scm (ecj-javac-wrapper)[arguments]: Use a gexp to remove references to %outputs and %build-inputs. [native-inputs]: Use label-less style.
* gnu: ecj-bootstrap: Remove #:modules from arguments.Ricardo Wurmus2021-12-23
| | | | * gnu/packages/java.scm (ecj-bootstrap)[arguments]: Remove #:modules.
* gnu: ecj-bootstrap: Remove trailing #T.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/java.scm (ecj-bootstrap)[arguments]: Remove trailing #T from build phase.
* gnu: ant-bootstrap: Remove trailing #T from build phase.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/java.scm (ant-bootstrap)[arguments]: Remove trailing #T from 'strip-jar-timestamps phase.
* gnu: ant-bootstrap: Bind OUTPUTS in build phase.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/java.scm (ant-bootstrap)[arguments]: Bind OUTPUTS to remove reference to global %OUTPUTS.
* gnu: jamvm-1-bootstrap: Simplify snippet.Ricardo Wurmus2021-12-23
| | | | * gnu/packages/java.scm (jamvm-1-bootstrap)[source]: Simplify snippet.
* gnu: icedtea-8: Update to 3.19.0.Ricardo Wurmus2021-12-23
| | | | * gnu/packages/java.scm (icedtea-8): Update to 3.19.0.
* gnu: icedtea-8: Simplify source snippet.Ricardo Wurmus2021-12-23
| | | | * gnu/packages/java.scm (icedtea-8)[source]: Simplify snippet.
* gnu: icedtea-8: Remove trailing #T from build phases.Ricardo Wurmus2021-12-23
| | | | * gnu/packages/java.scm (icedtea-8)[arguments]: Remove trailing #T.
* gnu: Remove icedtea-6.Ricardo Wurmus2021-12-23
| | | | | | * gnu/packages/java.scm (icedtea-6): Remove variable. * gnu/packages/patches/icedtea-6-extend-hotspot-aarch64-support.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove patch.
* gnu: icedtea-8: Remove commented configure flag.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/java.scm (icedtea-8)[arguments]: Remove commented conflicting configure flag.
* gnu: icedtea-7: Build with ECJ 4, Jamvm, and GNU Classpath.Ricardo Wurmus2021-12-23
| | | | | | | | | | | * gnu/packages/java.scm (icedtea-7)[native-inputs]: Remove icedtea-6, you've served us well; add classpath-devel, ecj4-javac-wrapper, and jamvm-with-ecj4. [arguments]: Replace argument to --with-jdk-home configure flag; add --with-ecj, --with-java, and --with-jar; remove #:locale argument; add build phase 'use-classpath... (icedtea-8)[arguments]: ...and remove that new phase here. [native-inputs]: Remove classpath-devel, ecj4-javac-wrapper, jamvm, and fastjar.
* gnu: icedtea-7: Import missing module for read-line.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/java.scm (icedtea-7)[arguments]: In 'install-keystore phase, import (ice-9 rdelim) for read-line.
* gnu: icedtea-7: Use system lcms and pcsc.Ricardo Wurmus2021-12-23
| | | | | | * gnu/packages/java.scm (icedtea-7)[arguments]: Add configure flags to use our pcsc and lcms libraries. [inputs]: Add pcsc-lite. And use new style.
* gnu: icedtea-7: Bind INPUTS in 'patch-paths build phase.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/java.scm (icedtea-7)[arguments]: Bind INPUTS in 'patch-paths build phase to remove references to %build-inputs.
* gnu: icedtea-7: Remove trailing #T.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/java.scm (icedtea-7)[arguments]: Remove trailing #T from build phases.
* gnu: icedtea-7: Run tests conditionally.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/java.scm (icedtea-7)[arguments]: Respect TESTS? in 'check phase.
* gnu: Add jamvm-with-ecj4.Ricardo Wurmus2021-12-23
| | | | * gnu/packages/java.scm (jamvm-with-ecj4): New variable.
* gnu: Add ecj4-javac-wrapper.Ricardo Wurmus2021-12-23
| | | | * gnu/packages/java.scm (ecj4-javac-wrapper): New variable.
* gnu: Add ecj4-bootstrap.Ricardo Wurmus2021-12-23
| | | | * gnu/packages/java.scm (ecj4-bootstrap): New variable.
* gnu: ecj-javac-wrapper-final: Use new style for inputs.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/java.scm (ecj-javac-wrapper-final)[native-inputs]: Use new style.
* gnu: ecj-javac-wrapper-final: Use Guile 3.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/java.scm (ecj-javac-wrapper-final)[native-inputs]: Replace guile-2.2 with guile-3.0.
* gnu: ecj-javac-wrapper: Use Guile 3.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/java.scm (ecj-javac-wrapper)[native-inputs]: Replace guile-2.2 with guile-3.0.