aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | gnu: sway: Update to 1.5.1.•••* gnu/packages/wm.scm (sway): Update to 1.5.1. [native-inputs]: Remove LIBCAP. Marius Bakke2020-11-20
| * | | | | gnu: wlroots: Update to 0.12.0.•••* gnu/packages/wm.scm (wlroots): Update to 0.12.0. [arguments]: Add #:meson. Adjust Xwayland substitution in #:phases. [inputs]: Move everything ... [propagated-inputs]: ... here. Add XCB-UTIL-ERRORS and XCB-UTIL-WM. [native-inputs]: Remove FFMPEG, LIBCAP, and LIBPNG. Marius Bakke2020-11-20
| * | | | | Merge branch 'master' into stagingMarius Bakke2020-11-19
| |\ \ \ \ \
| * | | | | | gnu: gnupg: Update to 2.2.24.•••* gnu/packages/gnupg.scm (gnupg): Update to 2.2.24. Miguel Ángel Arruga Vivas2020-11-17
| * | | | | | gnu: libksba: Update to 1.4.0.•••* gnu/packages/gnupg.scm (libksba): Update to 1.4.0. Miguel Ángel Arruga Vivas2020-11-17
| * | | | | | gnu: libassuan: Update to 2.5.4.•••* gnu/packages/gnupg.scm (libassuan): Update to 2.5.4. Miguel Ángel Arruga Vivas2020-11-17
| * | | | | | gnu: lz4: Update to 1.9.3.•••* gnu/packages/compression.scm (lz4): Update to 1.9.3. Tobias Geerinckx-Rice2020-11-16
| * | | | | | Merge branch 'master' into stagingMarius Bakke2020-11-15
| |\ \ \ \ \ \
| * | | | | | | gnu: gst-plugins-bad: Disable flaky test.•••* gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Disable one more test in adjust-tests phase. Marius Bakke2020-11-13
| * | | | | | | gnu: gst-plugins-good: Fix test failure on 32-bit systems.•••* gnu/packages/gstreamer.scm (gst-plugins-good)[arguments]: Add phase fix-broken-test. Marius Bakke2020-11-13
| * | | | | | | gnu: transcode: Build with a newer ImageMagick.•••* gnu/packages/imagemagick.scm (imagemagick-next): New public variable. * gnu/packages/video.scm (transcode)[inputs]: Change from IMAGEMAGICK to IMAGEMAGICK-NEXT. Marius Bakke2020-11-11
| * | | | | | | Merge branch 'master' into stagingMarius Bakke2020-11-11
| |\ \ \ \ \ \ \
| * | | | | | | | gnu: GStreamer: Update to 1.18.1.•••* gnu/packages/gstreamer.scm (gstreamer-docs, gstreamer, gst-plugins-base, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly, gst-libav, gst-editing-services, python-gst): Update to 1.18.1. Marius Bakke2020-11-09
| * | | | | | | | gnu: iso-codes: Update to 4.5.0.•••* gnu/packages/iso-codes.scm (iso-codes): Update to 4.5.0. Marius Bakke2020-11-09
| * | | | | | | | gnu: totem: Fix test failure with GStreamer 1.18.•••* gnu/packages/gnome.scm (totem)[arguments]: Add phase "patch-failing-test". Marius Bakke2020-11-09
| * | | | | | | | gnu: nyxt: Remove unused lparallel input.•••* gnu/packages/web-browsers.scm (nyxt)[inputs]: Remove sbcl-lparallel. Pierre Neidhardt2020-11-09
| * | | | | | | | gnu: gdb@9.2: Restore 'gdb-hurd.patch'.•••This patch got lost when e33c4286ebcc0dcc79985a32c6c2d5ad623d1fbe was merged (commit 32787d652460871a79f99b63230f92759e2e0de2), but was still required on the 'staging' branch. * gnu/packages/patches/gdb-hurd.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Marius Bakke2020-11-08
| * | | | | | | | Merge remote-tracking branch 'origin/staging-next' into stagingMarius Bakke2020-11-07
| |\ \ \ \ \ \ \ \
| | * | | | | | | | gnu: python-breathe: Update to 4.22.1.•••* gnu/packages/sphinx.scm (python-breathe): Update to 4.22.1. Signed-off-by: Christopher Baines <mail@cbaines.net> Simon South2020-10-24
| | * | | | | | | | gnu: python-sphinx: Update to 3.2.1.•••* gnu/packages/sphinx.scm (python-sphinx): Update to 3.2.1. Signed-off-by: Christopher Baines <mail@cbaines.net> Simon South2020-10-24
| * | | | | | | | | Merge branch 'master' into staging••• Conflicts: gnu/local.mk gnu/packages/gdb.scm gnu/packages/lisp-xyz.scm gnu/packages/web-browsers.scm Marius Bakke2020-11-07
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | gnu: tzdata: Update to 2020d.•••* gnu/packages/base.scm (tzdata): Update to 2020d. Marius Bakke2020-11-07
| * | | | | | | | | | gnu: tzdata: Keep using the "fat" tzdata file format.•••* gnu/packages/base.scm (tzdata)[arguments]: In #:make-flags, pass CPPFLAGS to preserve the same on-disk format as earlier releases. Marius Bakke2020-11-07
| * | | | | | | | | | gnu: lz4: Add a :static output.•••* gnu/packages/compression.scm (lz4)[outputs]: Add "static" to this new field. [arguments]: Replace the ‘delete-static-library’ phase with ‘move-static-library’. Tobias Geerinckx-Rice2020-11-06
| * | | | | | | | | | gnu: icedtea-8: Fix build on aarch64-linux.•••* gnu/packages/java.scm (icedtea-8)[native-inputs]: Remove obsolete, architecture-dependent patch to "hotspot-drop". * gnu/packages/patches/icedtea-7-hotspot-gcc-segfault-workaround.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Simon South2020-10-28
| * | | | | | | | | | gnu: icedtea-8: Build in parallel using correct number of jobs.•••* gnu/packages/java.scm (icedtea-8)[arguments]<#:configure-flags>: Add "--with-parallel-jobs". Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Simon South2020-10-28
| * | | | | | | | | | gnu: icedtea-7: Fix build on aarch64-linux.•••* gnu/packages/java.scm (icedtea-7)[native-inputs]: Remove obsolete, architecture-dependent patch to "hotspot-drop"; replace with patch to fix build on aarch64-linux. * gnu/packages/patches/icedtea-7-hotspot-aarch64-use-c++98.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Simon South2020-10-28
| * | | | | | | | | | gnu: icedtea-7: Build in parallel using correct number of jobs.•••* gnu/packages/java.scm (icedtea-7)[arguments]<#:configure-flags>: Add "--with-parallel-jobs". Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Simon South2020-10-28
| * | | | | | | | | | gnu: icedtea-6: Fix build on aarch64-linux.•••* gnu/packages/java.scm (icedtea-6)[source]: Add patch. * gnu/packages/patches/icedtea-6-extend-hotspot-aarch64-support.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Simon South2020-10-28
| * | | | | | | | | | gnu: icedtea-6: Remove obsolete, architecture-dependent patch.•••* gnu/packages/java.scm (icedtea-6)[arguments]<#:phases>: Remove special handling of "hotspot-src" input during "unpack" phase. [native-inputs]: Remove patch to "hotspot-src". * gnu/packages/patches/icedtea-6-hotspot-gcc-segfault-workaround.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Simon South2020-10-28
| * | | | | | | | | | gnu: icedtea-6: Build in parallel using correct number of jobs.•••* gnu/packages/java.scm (icedtea-6)[arguments]<#:configure-flags>: Supply parameter to "--with-parallel-jobs". Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Simon South2020-10-28
| * | | | | | | | | | gnu: python-asn1crypto: Fix indentation.•••* gnu/packages/python-crypto.scm (python-asn1crypto): Fix indentation. Maxim Cournoyer2020-10-19
| * | | | | | | | | | gnu: python-asn1crypto: Update to 1.4.0.•••* gnu/packages/python-crypto.scm (python-asn1crypto): Update to 1.4.0. Maxim Cournoyer2020-10-19
| * | | | | | | | | | Merge branch 'master' into stagingMarius Bakke2020-10-19
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | build-system/haskell: Disable parallel builds.•••Fixes <https://bugs.gnu.org/43843>. * guix/build-system/haskell.scm (haskell-build): Turn off PARALLEL-BUILD? by default. Signed-off-by: Marius Bakke <marius@gnu.org> zimoun2020-10-19
| * | | | | | | | | | | gnu: libcyaml: Fix patch name.•••* gnu/packages/web.scm (libcyaml)[source]: Fix patch name. Guillaume Le Vaillant2020-10-14
| * | | | | | | | | | | gnu: groovy: Update to 3.0.5.•••* gnu/packages/groovy.scm (groovy): Update to 3.0.5. Julien Lepiller2020-10-14
| * | | | | | | | | | | gnu: Add java-javaparser.•••* gnu/packages/java.scm (java-javaparser): New variable. Julien Lepiller2020-10-14
| * | | | | | | | | | | gnu: Add java-tunnelvisionlabs-antlr4.•••* gnu/packages/java.scm (java-tunnelvisionlabs-antlr4): New variable. Julien Lepiller2020-10-14
| * | | | | | | | | | | gnu: Add java-tunnelvisionlabs-antlr4-runtime.•••* gnu/packages/java.scm (java-tunnelvisionlabs-antlr4-runtime): New variable. Julien Lepiller2020-10-14
| * | | | | | | | | | | gnu: Add java-tunnelvisionlabs-antlr4-runtime-annotations.•••* gnu/packages/java.scm (java-tunnelvisionlabs-antlr4-runtime-annotations): New variable. * gnu/packages/patches/java-tunnelvisionlabs-antlr-code-too-large.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Julien Lepiller2020-10-14
| * | | | | | | | | | | gnu: Add antlr4-4.1.•••* gnu/packages/java.scm (antlr4-4.1): New variable. Julien Lepiller2020-10-14
| * | | | | | | | | | | gnu: Add java-antlr4-runtime-4.1.•••* gnu/packages/java.scm (java-antlr4-runtime-4.1): New variable. Julien Lepiller2020-10-14
| * | | | | | | | | | | gnu: Add java-asm-util-8.•••* gnu/packages/java.scm (java-asm-util-8): New variable. Julien Lepiller2020-10-14
| * | | | | | | | | | | gnu: Add java-asm-analysis-8.•••* gnu/packages/java.scm (java-asm-analysis-8): New variable. Julien Lepiller2020-10-14
| * | | | | | | | | | | gnu: Add java-asm-tree-8.•••* gnu/packages/java.scm (java-asm-tree-8): New variable. Julien Lepiller2020-10-14
| * | | | | | | | | | | gnu: Add java-asm-8.•••* gnu/packages/java.scm (java-asm-8): New variable. Julien Lepiller2020-10-14
| * | | | | | | | | | | gnu: ant: Update to 1.9.15.•••* gnu/packages/java.scm (ant): Update to 1.9.15. Julien Lepiller2020-10-14
| * | | | | | | | | | | gnu: ant/java8: Update to 1.10.8.•••* gnu/packages/java.scm (ant/java8): Update to 1.10.8. Julien Lepiller2020-10-14
| * | | | | | | | | | | gnu: BlueZ: Update to 5.55.•••* gnu/packages/linux.scm (bluez): Update to 5.55. [arguments]: Add "--enable-hid2hci" in #:configure-flags. Marius Bakke2020-10-13