aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/breezy-fix-gio.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/patches/breezy-fix-gio.patch')
0 files changed, 0 insertions, 0 deletions
='msg-tooltip'>This reverts commit 1a93ff9a8b0c64ccb0e365f4e5c199e0ac8b9de6. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Bruno Victal 2023-07-09Revert "gnu: maven-embedder: Fix build."...This reverts commit 87ba11eff1b7a1784c94c897d468ba28822b0609. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Bruno Victal 2023-06-18gnu: maven-model-builder@3.0: Fix build....* gnu/packages/maven.scm (maven-3.0-model-builder)[#:phases]: Add ‘add-components-shebang’. Liliana Marie Prikler 2023-04-28gnu: maven-embedder: Fix build....* gnu/packages/maven (maven-embedder)[arguments]: Add the'add-sisu-shebang phase after unpack. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Aleksandr Vityazev 2023-04-28gnu: maven-core-bootstrap: Fix build....* gnu/packages/maven (maven-core-bootstrap)[arguments]: Add the'add-sisu-shebang phase after unpack. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Aleksandr Vityazev 2023-04-28gnu: maven-resolver-provider: Fix build....* gnu/packages/maven (maven-resolver-provider)[arguments]: Add the'add-sisu-shebang phase after unpack. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Aleksandr Vityazev 2023-04-28gnu: maven-model-builder: Fix build....* gnu/packages/maven (maven-model-builder)[arguments]: Add the'add-sisu-shebang phase after unpack. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Aleksandr Vityazev 2023-04-28gnu: maven-settings-builder: Fix build....* gnu/packages/maven (maven-settings-builder)[arguments]: Add the'add-sisu-shebang phase after unpack. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Aleksandr Vityazev 2023-01-08gnu: Move Java XML packages to new module....* gnu/packages/xml.scm (java-simple-xml, java-jaxp, java-apache-xml-commons-resolver, java-jaxen, java-xom, java-xsdlib, java-xpp3, java-xmlpull2, java-xmlpull-api-v1, java-dom4j, java-kxml2, java-stax, java-jettison, java-jdom2, java-xstream, java-mxparser): Move these variables from here... * gnu/packages/java-xml.scm: ...to this new file. * gnu/local.mk (GNU_SYSTEM_MODULES): Register new file. * gnu/packages/axoloti.scm, gnu/packages/batik.scm, gnu/packages/bioinformatics.scm, gnu/packages/groovy.scm, gnu/packages/java.scm, gnu/packages/maven.scm: Adjust module imports. Ricardo Wurmus 2022-11-11gnu: maven-model: Avoid usage of (guix build syscalls)....* gnu/packages/maven.scm (maven-3.0-model)[arguments]: Use MKDTEMP instead of MKDTEMP!. Marius Bakke 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