summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Merge branch 'staging'Marius Bakke2020-11-28
|\
| * gnu: exa: Disable a failing test.Christopher Baines2020-11-28
| | | | | | | | | | | | | | | | | | | | | | | | This test seems to have started failing on the staging branch, with the change from Rust 1.39 to 1.45. ---- options::view::test::time_types::cr stdout ---- thread 'options::view::test::time_types::cr' panicked at 'called `Result::unwrap_err()` on an `Ok` value: TimeTypes { modified: false, changed: false, accessed: false, created: true }', src/options/view.rs:545:9 * gnu/packages/rust-apps.scm (exa)[arguments]: Disable a failing test.
| * gnu: gst-plugins-good, gst-plugins-ugly: Add missing common phases.Tobias Geerinckx-Rice2020-11-27
| | | | | | | | | | * gnu/packages/gstreamer.scm (gst-plugins-good, gst-plugins-ugly) [arguments]: Run the %common-gstreamer-phases.
| * gnu: Further increase common gstreamer test time-outs.Tobias Geerinckx-Rice2020-11-27
| | | | | | | | | | | | | | They still fail too eagerly on busy build machines. * gnu/packages/gstreamer.scm (%common-gstreamer-phases): Increase the default time-outs tenfold.
| * Merge branch 'master' into stagingMarius Bakke2020-11-26
| |\
| * \ Merge branch 'master' into stagingMarius Bakke2020-11-26
| |\ \
| * | | gnu: gnupg: Update to 2.2.25.Marius Bakke2020-11-25
| | | | | | | | | | | | | | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.2.25.
| * | | gnu: libksba: Update to 1.5.0.Marius Bakke2020-11-25
| | | | | | | | | | | | | | | | * gnu/packages/gnupg.scm (libksba): Update to 1.5.0.
| * | | Merge branch 'master' into stagingMarius Bakke2020-11-23
| |\ \ \
| * \ \ \ Merge branch 'master' into stagingMarius Bakke2020-11-22
| |\ \ \ \
| * | | | | gnu: python-certifi: Update to 2020.11.8.Maxim Cournoyer2020-11-21
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-crypto.scm (python-certifi): Update to 2020.11.8.
| * | | | | build-system/cargo: Do not pass --features to Cargo unless specified.Marius Bakke2020-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/44692>. * guix/build/cargo-build-system.scm (build): Default to the empty list for FEATURES. Check whether the list is empty when building the Cargo arguments.
| * | | | | gnu: slurp: Add missing dependency.Marius Bakke2020-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This follows up 8dc429165c9a354ffb18703598ea923d7f5e9e9a, which forgot to stage the libxkbcommon dependency. While at it, reindent, and make SCDOC a native input. * gnu/packages/image.scm (slurp)[inputs]: Add LIBXKBCOMMON. Move SCDOC ... [inputs]: ... here.
| * | | | | gnu: slurp: Update to 1.3.1.Marius Bakke2020-11-20
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/image.scm (slurp): Update to 1.3.1.
| * | | | | gnu: grim: Remove obsolete patch.Marius Bakke2020-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/grim-revert-output-rotation.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/image.scm (grim)[source](patches): Remove.
| * | | | | gnu: brightnessctl: Update to 0.5.1.Marius Bakke2020-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (brightnessctl): Update to 0.5.1. [arguments]: Use CC-FOR-TARGET instead of "gcc".
| * | | | | gnu: wofi: Update to 1.2.3.Marius Bakke2020-11-20
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xdisorg.scm (wofi): Update to 1.2.3.
| * | | | | gnu: mako: Update to 1.4.1.Marius Bakke2020-11-20
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/wm.scm (mako): Update to 1.4.1.
| * | | | | gnu: swaylock: Update to 1.5.Marius Bakke2020-11-20
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/wm.scm (swaylock): Update to 1.5.
| * | | | | gnu: swayidle: Update to 1.6.Marius Bakke2020-11-20
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/wm.scm (swayidle): Update to 1.6.
| * | | | | gnu: sway: Update to 1.5.1.Marius Bakke2020-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/wm.scm (sway): Update to 1.5.1. [native-inputs]: Remove LIBCAP.
| * | | | | gnu: wlroots: Update to 0.12.0.Marius Bakke2020-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | | | | Merge branch 'master' into stagingMarius Bakke2020-11-19
| |\ \ \ \ \
| * | | | | | gnu: gnupg: Update to 2.2.24.Miguel Ángel Arruga Vivas2020-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.2.24.
| * | | | | | gnu: libksba: Update to 1.4.0.Miguel Ángel Arruga Vivas2020-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnupg.scm (libksba): Update to 1.4.0.
| * | | | | | gnu: libassuan: Update to 2.5.4.Miguel Ángel Arruga Vivas2020-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnupg.scm (libassuan): Update to 2.5.4.
| * | | | | | gnu: lz4: Update to 1.9.3.Tobias Geerinckx-Rice2020-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/compression.scm (lz4): Update to 1.9.3.
| * | | | | | Merge branch 'master' into stagingMarius Bakke2020-11-15
| |\ \ \ \ \ \
| * | | | | | | gnu: gst-plugins-bad: Disable flaky test.Marius Bakke2020-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Disable one more test in adjust-tests phase.
| * | | | | | | gnu: gst-plugins-good: Fix test failure on 32-bit systems.Marius Bakke2020-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gstreamer.scm (gst-plugins-good)[arguments]: Add phase fix-broken-test.
| * | | | | | | gnu: transcode: Build with a newer ImageMagick.Marius Bakke2020-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/imagemagick.scm (imagemagick-next): New public variable. * gnu/packages/video.scm (transcode)[inputs]: Change from IMAGEMAGICK to IMAGEMAGICK-NEXT.
| * | | | | | | Merge branch 'master' into stagingMarius Bakke2020-11-11
| |\ \ \ \ \ \ \
| * | | | | | | | gnu: GStreamer: Update to 1.18.1.Marius Bakke2020-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | | | | | | | gnu: iso-codes: Update to 4.5.0.Marius Bakke2020-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/iso-codes.scm (iso-codes): Update to 4.5.0.
| * | | | | | | | gnu: totem: Fix test failure with GStreamer 1.18.Marius Bakke2020-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (totem)[arguments]: Add phase "patch-failing-test".
| * | | | | | | | gnu: nyxt: Remove unused lparallel input.Pierre Neidhardt2020-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/web-browsers.scm (nyxt)[inputs]: Remove sbcl-lparallel.
| * | | | | | | | gnu: gdb@9.2: Restore 'gdb-hurd.patch'.Marius Bakke2020-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | | Merge remote-tracking branch 'origin/staging-next' into stagingMarius Bakke2020-11-07
| |\ \ \ \ \ \ \ \
| | * | | | | | | | gnu: python-breathe: Update to 4.22.1.Simon South2020-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/sphinx.scm (python-breathe): Update to 4.22.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
| | * | | | | | | | gnu: python-sphinx: Update to 3.2.1.Simon South2020-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/sphinx.scm (python-sphinx): Update to 3.2.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * | | | | | | | | Merge branch 'master' into stagingMarius Bakke2020-11-07
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/gdb.scm gnu/packages/lisp-xyz.scm gnu/packages/web-browsers.scm
| * | | | | | | | | | gnu: tzdata: Update to 2020d.Marius Bakke2020-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/base.scm (tzdata): Update to 2020d.
| * | | | | | | | | | gnu: tzdata: Keep using the "fat" tzdata file format.Marius Bakke2020-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/base.scm (tzdata)[arguments]: In #:make-flags, pass CPPFLAGS to preserve the same on-disk format as earlier releases.
| * | | | | | | | | | gnu: lz4: Add a :static output.Tobias Geerinckx-Rice2020-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/compression.scm (lz4)[outputs]: Add "static" to this new field. [arguments]: Replace the ‘delete-static-library’ phase with ‘move-static-library’.
| * | | | | | | | | | gnu: icedtea-8: Fix build on aarch64-linux.Simon South2020-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * | | | | | | | | | gnu: icedtea-8: Build in parallel using correct number of jobs.Simon South2020-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/java.scm (icedtea-8)[arguments]<#:configure-flags>: Add "--with-parallel-jobs". Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * | | | | | | | | | gnu: icedtea-7: Fix build on aarch64-linux.Simon South2020-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * | | | | | | | | | gnu: icedtea-7: Build in parallel using correct number of jobs.Simon South2020-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/java.scm (icedtea-7)[arguments]<#:configure-flags>: Add "--with-parallel-jobs". Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * | | | | | | | | | gnu: icedtea-6: Fix build on aarch64-linux.Simon South2020-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * | | | | | | | | | gnu: icedtea-6: Remove obsolete, architecture-dependent patch.Simon South2020-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>