aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/xf86-video-i128-remove-mibstore.patch
diff options
context:
space:
mode:
authorEric Bavier <bavier@member.fsf.org>2015-04-06 17:37:23 -0500
committerEric Bavier <bavier@member.fsf.org>2015-04-19 19:48:49 -0500
commit6f170fe5965bca61ec74ee0df5c59e51db277fa5 (patch)
tree6a69ba63377e4719265755ae1678c4f775a6c0d0 /gnu/packages/patches/xf86-video-i128-remove-mibstore.patch
parentbd44b05dcaa678e75f05dc527d82f8ddcaf9d19c (diff)
downloadguix-6f170fe5965bca61ec74ee0df5c59e51db277fa5.tar.gz
guix-6f170fe5965bca61ec74ee0df5c59e51db277fa5.zip
gnu: Add DateTime-Format-Strptime.
* gnu/packages/perl.scm (perl-datetime-format-strptime): New variable.
Diffstat (limited to 'gnu/packages/patches/xf86-video-i128-remove-mibstore.patch')
0 files changed, 0 insertions, 0 deletions
follow-up to commit 7e6ee16d498f48b7bb74fefe5d3d67c62b5baa9d. * gnu/packages/java.scm (tla2tools)[arguments]: Remove remaining reference to %output. 2021-12-05gnu: tla2tools: Remove reference to %output.Ricardo Wurmus * gnu/packages/java.scm (tla2tools)[arguments]: Bind OUTPUTS in build phase 'install to remove reference to %output. 2021-12-05gnu: java-log4j-core: Remove reference to %outputs.Ricardo Wurmus * gnu/packages/java.scm (java-log4j-core)[arguments]: Remove reference to %outputs by using a gexp. 2021-12-05gnu: java-log4j-api: Remove reference to %outputs.Ricardo Wurmus * gnu/packages/java.scm (java-log4j-api)[arguments]: Remove reference to %outputs by using a gexp. 2021-12-05gnu: java-native-access: Use older GCC.Ricardo Wurmus * gnu/packages/java.scm (java-native-access)[native-inputs]: Add gcc-7 to fix the build. 2021-12-05gnu: java-commons-math3: Remove trailing #T.Ricardo Wurmus * gnu/packages/java.scm (java-commons-math3)[arguments]: Remove trailing #T from build phase. 2021-12-04gnu: java-commons-math3: Remove references to %build-inputs.Julien Lepiller * gnu/packages/java.scm (java-commons-math3)[arguments]: Use a gexp to remove references to %build-inputs. 2021-12-04gnu: java-commons-collections4: Remove references to %build-inputs.Julien Lepiller * gnu/packages/java.scm (java-commons-collections4)[arguments]: Use a gexp to remove references to %build-inputs. 2021-12-04gnu: java-commons-exec-1.1: Remove references to %build-inputs.Julien Lepiller * gnu/packages/java.scm (java-commons-exec-1.1)[arguments]: Use a gexp to remove references to %build-inputs. 2021-12-04gnu: java-commons-exec: Remove references to %build-inputs.Julien Lepiller * gnu/packages/java.scm (java-commons-exec)[arguments]: Use a gexp to remove references to %build-inputs. 2021-12-02gnu: openjdk16: Use MAKE-FILE-WRITABLE.Ricardo Wurmus * gnu/packages/java.scm (openjdk16)[arguments]: Do not shell out to "chmod". 2021-12-02gnu: Add openjdk17.Arne Babenhauserheide * gnu/packages/java.scm (openjdk17): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> 2021-11-03Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner 2021-11-03gnu: openjdk11: Update to 11.0.13.Julien Lepiller The new URL was found in the release announcement at https://mail.openjdk.java.net/pipermail/jdk-updates-dev/2021-October/009368.html * gnu/packages/java.scm (openjdk11): Update to 11.0.13. 2021-10-24gnu: java-cisd-args4j: Copy instead of unpacking input.Ricardo Wurmus * gnu/packages/java.scm (java-cisd-args4j)[arguments]: Do not unpack build-resources input; just copy the contents. 2021-10-24gnu: java-commons-io: Replace %build-inputs with gexp.Ricardo Wurmus * gnu/packages/java.scm (java-commons-io)[arguments]: Do not use %build-inputs; use gexp with this-package-native-inputs instead. 2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe 2021-09-27gnu: tla2tools: Build from a known commit.Tobias Geerinckx-Rice Reported by Andrew Patterson <andrewpatt7@gmail.com>. * gnu/packages/java.scm (tla2tools)[version, source]: Use a commit (and GIT-VERSION) instead of a tag. 2021-09-21gnu: icedtea-7: Use pem certificates.Mathieu Othacehe This is a follow-up of: 287a8c90484c76336e0c0457960e4b2ebf4d2b16. * gnu/packages/java.scm (icedtea-7)[arguments]{install-keystore}: Use pem certificates. 2021-09-18gnu: openjdk: Fix compiling with gcc 10.Guillaume Le Vaillant * gnu/packages/java.scm (openjdk9, openjdk10, openjdk11)[arguments]: Add '-fcommon', '-fno-delete-null-pointer-checks' and '-fno-lifetime-dse' to CFLAGS. 2021-09-15gnu: openjdk10: Fix build.Guillaume Le Vaillant * gnu/packages/java.scm (openjdk10)[arguments]: Pass '-fcommon' to CFLAGS. Add 'disable-warnings-as-errors' phase. [native-inputs]: Add gcc-9. 2021-09-15gnu: openjdk9: Fix build.Guillaume Le Vaillant * gnu/packages/java.scm (openjdk9)[arguments]: Pass '-fcommon' to CFLAGS. [native-inputs]: Add gcc-9. 2021-09-14gnu: javacc: Fix build.Guillaume Le Vaillant * gnu/packages/java.scm (javacc)[arguments]: Use gexp for 'make-flags'. 2021-09-14gnu: java-org-ow2-parent-pom: Fix build.Guillaume Le Vaillant * gnu/packages/java.scm (java-org-ow2-parent-pom-1.3)[arguments]: Use gexp in 'install' phase. 2021-09-14gnu: java-classpathx-servletapi: Fix build.Guillaume Le Vaillant * gnu/packages/java.scm (java-classpathx-servletapi)[arguments]: Use gexp for 'make-flags'. 2021-09-14gnu: ant: Fix build.Guillaume Le Vaillant * gnu/packages/java.scm (ant/java8)[arguments]: Delete 'define-java-environment-variables' phase inherited from ant-bootstrap. 2021-09-14gnu: icedtea: Fix build.Guillaume Le Vaillant * gnu/packages/java.scm (icedtea-8)[arguments]: Pass '-fcommon' to CFLAGS and CXXFLAGS. Add 'fix-openjdk' phase. 2021-09-14gnu: icedtea-7: Fix build.Guillaume Le Vaillant * gnu/packages/java.scm (icedtea-7)[arguments]: Add 'fix-openjdk' phase. Update 'install-keystore' phase. 2021-09-14gnu: icedtea-6: Fix build.Guillaume Le Vaillant * gnu/packages/java.scm (icedtea-6)[arguments]: Add 'fix-openjdk' phase. 2021-09-03gnu: classpath-bootstrap: Work around miscompilation.Ludovic Courtès Fixes <https://issues.guix.gnu.org/49990>. Previously, building 'ant-bootstrap' would fail in obscure ways. * gnu/packages/patches/classpath-miscompilation.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/java.scm (classpath-bootstrap)[source]: Use it. [arguments]: Remove 'remove-call-to-free' phase. 2021-09-03gnu: ant-bootstrap: Set environment variables in a separate phase.Ludovic Courtès * gnu/packages/java.scm (ant-bootstrap)[arguments]: Move 'setenv' calls to new 'define-java-environment-variables' phase. 2021-09-03gnu: classpath-bootstrap: Use 'search-input-file'.Ludovic Courtès * gnu/packages/java.scm (classpath-bootstrap)[arguments]: Use 'search-input-file'. 2021-08-08gnu: libantlr3c: Simplify configure.Efraim Flashner * gnu/packages/java.scm (libantlr3c)[arguments]: Remove custom 'configure phase. Move '--enable-64bit' to configure-flags, conditional on being for a 64-bit platform.