aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/fastcap-mulSetup.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/patches/fastcap-mulSetup.patch')
0 files changed, 0 insertions, 0 deletions
e description....* gnu/packages/chromium.scm (jbr11)[description]: Remove reference to "JCEF". (jbr17)[description]: Remove reference to "JCEF". Danny Milosavljevic 2023-08-07gnu: Add older version of jbr....* gnu/packages/java.scm (jbr11): New variable. Danny Milosavljevic 2023-08-05gnu: Add java-mapdb....* gnu/packages/java.scm (java-mapdb): New variable. Liliana Marie Prikler 2023-08-05gnu: Add java-httpcomponents-httpclient-osgi....* gnu/packages/java.scm (java-httpcomponents-httpclient-osgi): New variable. Liliana Marie Prikler 2023-08-05gnu: Add java-httpcomponents-httpcore-osgi....* gnu/packages/java.scm (java-httpcomponents-httpcore-osgi): New variable. Liliana Marie Prikler 2023-08-05gnu: Add java-httpcomponents-httpclient-cache....* gnu/packages/java.scm (java-httpcomponents-httpclient-cache): New variable. Liliana Marie Prikler 2023-08-05gnu: Add java-easymock-class-extension....* gnu/packages/java.scm (java-easymock-class-extension): New variable. Liliana Marie Prikler 2023-08-05gnu: Add java-easymock version 3.2....* gnu/packages/java.scm (java-easymock-3.2): New variable. Liliana Marie Prikler 2023-07-30gnu: ant@1.10: Update to 1.10.13....* gnu/packages/java.scm (ant/java8): Update to 1.10.13. Tobias Geerinckx-Rice 2023-07-26gnu: openjdk9: Fix build on aarch64....* gnu/packages/java.scm (openjdk9)[arguments]: Add 'patch-for-aarch64 phase to remove duplicate line in interp_masm_aarch64.hpp. Signed-off-by: Andreas Enge <andreas@enge.fr> Christopher Baines 2023-07-17gnu: jbr: Use Jetbrains' configure-flags....* gnu/packages/java.scm (jbr17)[arguments]<#:configure-flags>: Use Jetbrains' configure flags. Danny Milosavljevic 2023-07-03gnu: jbr: Make big cursors work....* gnu/packages/patches/jbr-17-xcursor-no-dynamic.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/java.scm (jbr17)[source]<#:patches>: Add it. Danny Milosavljevic 2023-07-03gnu: Add jbr....* gnu/packages/java.scm (jbr17): New variable. Danny Milosavljevic 2023-06-29gnu: openjdk19: Update to 19.0.2....* gnu/packages/java.scm (openjdk19): Update to 19.0.2. Ricardo Wurmus 2023-06-17gnu: openjdk: Re-add "openjdk-15-xcursor-no-dynamic.patch"....* gnu/packages/java.scm (openjdk16)[source](patches): Re-add xcursor patch. (openjdk17)[source](patches): Re-add xcursor patch. Danny Milosavljevic 2023-06-11svn-download: Do not expand keywords....Subversion keyword expansion is potentially non-reproducible as some of them expand time strings relative to the local time zone: https://issues.guix.gnu.org/43442#18 In practice this is not a problem in Guix since Subversion checkouts happen in an isolated environment using the "default timezone" (UTC). However, Software Heritage disables keyword expansion for this very reason. By following suit, we make sure content can be retrieved from there. * guix/build/svn.scm (svn-fecth): Pass "--ignore-keywords" to Subversion. * guix/build-system/texlive.scm (%texlive-date): New variable. * gnu/packages/java.scm (java-geronimo-xbean-reflect) (java-geronimo-genesis-2.1): Update the source hash. * gnu/packages/machine-learning.scm (ghmm): Likewise. * gnu/packages/video.scm (libsmpeg, libsmpeg-with-sdl1): Likewise. * gnu/packages/tex.scm (texlive-bin): Update the hash of the "texlive-scripts" input, and a add a new phase that imitates Subversion keyword expansion for scripts that need it. (texlive-latex-base): Update the hash of the "texlive-luatexconfig" native input. (texlive-hyphen-base, texlive-dvipdfmx, texlive-dvips, texlive-cm) (texlive-tex-plain, texlive-kpathsea, texlive-latexconfig) (texlive-tetex, texlive-pdftex, texlive-xetex): Update the source hash. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Timothy Sample