aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-12gnu: inkscape/stable: Update to 1.2.1....* gnu/packages/inkscape.scm (inkscape/stable): Update to 1.2.1. [arguments, inputs]: Take the changes from ... (inkscape): ... this variable, and adjust this one accordingly. Marius Bakke
2022-08-12gnu: inkscape: Disable failing tests....* gnu/packages/inkscape.scm (inkscape/stable)[arguments]: Add phase. Marius Bakke
2022-08-12gnu: libsoup-minimal@2: Update to 2.72.4....* gnu/packages/gnome.scm (libsoup-minimal-2): Update to 2.72.4. Marius Bakke
2022-08-12gnu: libsoup-minimal: Update to 3.0.7....* gnu/packages/gnome.scm (libsoup-minimal): Update to 3.0.7. Marius Bakke
2022-08-12gnu: Remove librsvg-bootstrap....librsvg is already a staging-level package, and the next version will no longer bundle its dependencies, so we might as well drop it early. * gnu/packages/gnome.scm (librsvg-bootstrap): Remove variable. * gnu/packages/bittorrent.scm (deluge)[native-inputs]: Replace LIBRSVG-BOOTSTRAP with LIBRSVG. * gnu/packages/emacs.scm (emacs)[inputs]: Likewise. * gnu/packages/gtk.scm (gtk+-2)[propagated-inputs]: Likewise. * gnu/packages/gtk.scm (gtk+)[propagated-inputs]: Likewise. Marius Bakke
2022-08-12gnu: librsvg: Update to 2.54.4....This is a reland of 0b770c2da499c3fe42336f3e3acad9582f594352, without the 'decrease-reftest-sensitivity' phase which is no longer needed. * gnu/packages/gnome.scm (librsvg): Update to 2.54.4. [arguments]: Adjust #:cargo-inputs for the new version. Remove phases patch-docbook-xml and ignore-failing-tests. [native-inputs]: Remove DOCBOOK-XML-4.3. (librsvg-bootstrap)[name]: Distinguish. [source, version]: Inherit from LIBRSVG. Marius Bakke
2022-08-11Merge branch 'staging' into core-updatesMarius Bakke
2022-08-11gnu: texinfo: Fix @headings regression....* gnu/packages/patches/texinfo-headings-single.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/texinfo.scm (texinfo)[source](patches): New field. * gnu/packages/commencement.scm (texinfo-boot0)[source]: Use BOOTSTRAP-ORIGIN. Marius Bakke
2022-08-11gnu: LLVM: Add missing include statement for compatibility with GCC 11....* gnu/packages/patches/llvm-8-missing-include.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/llvm.scm (llvm-11, llvm-10, llvm-9, llvm-8)[source](patches): Add it. Marius Bakke
2022-08-11gnu: python-numpy: Remove 1.21.6....* gnu/packages/python-xyz.scm (python-numpy): Update to 1.23.1. [native-inputs]: Add PYTHON-TYPING-EXTENSIONS. (python-numpy-next): Remove variable. Marius Bakke
2022-08-11gnu: ghc: Use a LibFFI variant without static trampolines....* gnu/packages/haskell.scm (ghc-7, ghc-8.0, ghc-8.4)[inputs]: Change from LIBFFI to LIBFFI-SANS-STATIC-TRAMPOLINES. * gnu/packages/libffi.scm (libffi-sans-static-trampolines): New variable. Marius Bakke
2022-08-11gnu: texlive-xcolor: Fix build failure....This is a reland of 5e796bfc22076a1126beaa853d9cac16f5c9a23d which was partially reverted in 8c3e9da13a3c92a7db308db8c0d81cb474ad7799. * gnu/packages/tex.scm (texlive-xcolor)[arguments]: Make sure package provides all the expected files. Marius Bakke
2022-08-11Merge branch 'master' into stagingMarius Bakke
2022-08-11Revert "gnu: librsvg: Update to 2.54.4."...The update breaks GTK+@2 and requires newer dependencies. It will be reapplied on the 'core-updates' branch. This reverts commit 0b770c2da499c3fe42336f3e3acad9582f594352. Marius Bakke
2022-08-11gnu: ntfs-3g: Update to 2022.5.17....* gnu/packages/linux.scm (ntfs-3g): Update to 2022.5.17. Marius Bakke
2022-08-11gnu: ntfs-3g: Add release-monitoring-url and upstream-name....* gnu/packages/linux.scm (ntfs-3g)[properties]: New field. Marius Bakke
2022-08-11gnu: openconnect-sso: Remove input labels....* gnu/packages/vpn.scm (openconnect-sso)[arguments]: Don't attempt to use a non-existent QtWebEngine label. While at it, use SEARCH-INPUT-FILE also for openconnect and remove trailing #t's. Marius Bakke
2022-08-11gnu: tracker: Update to 3.3.3....* gnu/packages/gnome.scm (tracker): Update to 3.3.3. [native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL. Marius Bakke
2022-08-11gnu: folks: Update to 0.15.5....* gnu/packages/gnome.scm (folks): Update to 0.15.5. [native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL. Marius Bakke
2022-08-11gnu: mediasdk: Build reproducibly....* gnu/packages/video.scm (mediasdk)[arguments]: Add #:phases. Convert to gexp while at it. Marius Bakke
2022-08-11gnu: mediasdk: Remove input labels....* gnu/packages/video.scm (mediasdk)[native-inputs, inputs]: Remove labels. Marius Bakke
2022-08-11gnu: mediasdk: Update to 22.4.4....* gnu/packages/video.scm (mediasdk): Update to 22.4.4. Marius Bakke
2022-08-11gnu: python-libvirt: Add 'upstream-name' property....* gnu/packages/virtualization.scm (python-libvirt)[properties]: New field. Marius Bakke
2022-08-11gnu: libvirt: Use G-expression....* gnu/packages/virtualization.scm (libvirt)[arguments]: Use gexp. While at it, refer to THIS-PACKAGE instead of the NAME and VERSION fields. Marius Bakke
2022-08-11gnu: libvirt: Remove input labels....* gnu/packages/virtualization.scm (libvirt)[inputs, native-inputs]: Remove labels. Marius Bakke
2022-08-11gnu: libvirt, python-libvirt: Update to 8.6.0....* gnu/packages/patches/libvirt-add-install-prefix.patch: Refresh patch. * gnu/packages/virtualization.scm (libvirt): Update to 8.6.0. (python-libvirt): Update to 8.6.0. [arguments]: Remove, as the default test phase works fine. Marius Bakke
2022-08-11gnu: catch2@1: Adjust for glibc 2.34 and later....* gnu/packages/check.scm (catch-framework2-1)[source](modules, snippet): New fields. Marius Bakke
2022-08-11gnu: python-pyicu: Update to 2.9....* gnu/packages/python-xyz.scm (python-pyicu): Update to 2.9. Marius Bakke
2022-08-11gnu: python-pyicu: Update home page....* gnu/packages/python-xyz.scm (python-pyicu)[home-page]: Change to current. Marius Bakke
2022-08-11.guix-authorizations: Authorize Andrew Tropin's subkey instead....Addresses <https://issues.guix.gnu.org/57091> for now. * .guix-authorizations (abcdw): Use signing subkey instead of primary. Tobias Geerinckx-Rice
2022-08-08gnu: glib: Remove unneeded inputs....* gnu/packages/glib.scm (glib)[inputs]: Remove bash-completion, elfutils. Move dbus from here ... [native-inputs]: ... to here. Efraim Flashner
2022-08-08gnu: ruby-hydra-minimal: Add missing patch....This is a followup to bb907402a613494e7fb6f8f04bf8d9d16ff9ee66. * gnu/packages/patches/ruby-hydra-minimal-no-byebug.patch: New file. Ludovic Courtès
2022-08-08gnu: bash-completion: Remove util-linux overrides....These completions are deprecated or removed upstream, and bash-completion defers to upstream completions. * gnu/packages/bash.scm (bash-completion)[native-inputs]: Remove field. [arguments]: Remove field. Efraim Flashner
2022-08-08gnu: texlive-hyphen-package: Remove input labels....* gnu/packages/tex.scm (texlive-hyphen-package): Remove input labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tom Fitzhenry
2022-08-08gnu: Remove unused ruby-nokogiri-1.10....As of commit "gnu: unpin ruby-nokogiri-diff's ruby-nokogiri", ruby-nokogiri-1.10 is unused, so let's remove it. ruby-nokogiri-1.10's purpose was to cut the dependency graph. Users should use ruby-nokogiri. * gnu/packages/ruby.scm (ruby-nokogiri-1.10): Remove variable. (ruby-nokogiri): Collapse the package inheritance. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tom Fitzhenry
2022-08-08gnu: Unpin ruby-nokogiri-diff's ruby-nokogiri...ruby-nokogiri-diff historically had a long reverse dependency set, due to its reverse dependency of texlive, which was solely via ruby-byebugs. To avoid ruby-nokogiri updates from triggering rebuilds, ruby-nokogiri-diff was pinned to ruby-nokogiri-1.10. However, as of commit "gnu: Remove texlive's dependence on ruby-rspec and ruby-byebug.", texlive no longer depends on ruby-byebug, and thus updating ruby-nokogiri won't trigger large rebuilds. Thus, we are now free to unpin ruby-nokogiri-diff's ruby-nokogiri. * gnu/packages/ruby.scm (ruby-nokogiri-diff): Unpin ruby-nokogiri version. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tom Fitzhenry
2022-08-08gnu: Remove texlive's dependence on ruby-rspec and ruby-byebug....Motivation: Break the dependency chain from guix to mariadb. Prior to this patch: $ guix graph --path guix mariadb guix@1.3.0-27.598f728 po4a@0.63 texlive-tiny@59745 texlive-latex-base@59745 texlive-hyphen-afrikaans@59745 ruby-hydra@0.0-0.5abfa37 ruby-byebug@11.1.3 ruby-rubocop@1.10.0 ruby-parallel@1.21.0 ruby-mysql2@0.5.2 mariadb@10.5.12 As of this patch: $ ./pre-inst-env guix graph --path guix mariadb guix graph: error: no path from 'guix@1.3.0-27.598f728' to 'mariadb@10.5.12' * gnu/local.mk (dist_patch_DATA): Add texlive-hyph-utf8-no-byebug.patch. * gnu/packages/patches/texlive-hyph-utf8-no-byebug.patch: New file. * gnu/packages/tex.scm (hyph-utf8-scripts): Add patch. (texlive-hyphen-package): Depend on ruby-hydra-minimal. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tom Fitzhenry
2022-08-08gnu: Add ruby-hydra-minimal....* gnu/local.mk (dist_patch_DATA): Add ruby-hydra-minimal-no-byebug.patch. * gnu/packages/patches/ruby-hydra-minimal-no-byebug.patch: New file. * gnu/packages/ruby.scm (ruby-hydra): Refactor to inherit from ruby-hydra-minimal. (ruby-hydra-minimal): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tom Fitzhenry
2022-08-08gnu: suitesparse: Update to 5.12.0....* gnu/packages/maths.scm (suitesparse): Update to 5.12.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan
2022-08-08gnu: bash-completion: Add support for guix home directories....* gnu/packages/patches/bash-completion-directories.patch: Adjust patch file to also search guix home directories for completion files. Efraim Flashner
2022-08-08gnu: bash-completion: Update to 2.11....* gnu/packages/bash.scm (bash-completion): Update to 2.11. [arguments]: Disable tests. * gnu/packages/patches/bash-completion-directories.patch: Update to changes in upstream code. Efraim Flashner
2022-08-07gnu: tor: Update to 0.4.7.9 [DoS mitigations]....* gnu/packages/tor.scm (tor): Update to 0.4.7.9. Tobias Geerinckx-Rice
2022-08-11gnu: gap: Enable compilation of more optional packages....* gnu/packages/algebra.scm (gap)<snippet>: Add to the whitelist GAP packages with free licenses clarified in the latest release, and which do not require additional inputs. Andreas Enge
2022-08-11gnu: gap: Update to 4.11.1....* gnu/packages/algebra.scm (gap): Update to 4.11.1. [source]<snippet>: Remove trailing #t. [arguments]<phases>: Remove trailing #t. Install missing config.h header. Co-authored-by: vicvbcun <guix@ikherbers.com> Andreas Enge
2022-08-11gnu: lcsync: Fix building on non-x86 hardware....* gnu/packages/networking.scm (lcsync)[arguments]: Add phase to use simde instead of immintrin.h directly. [native-inputs]: Add simde. Efraim Flashner
2022-08-11gnu: lcsync: Use test-target....* gnu/packages/networking.scm (lcsync)[arguments]: Set test-target. Remove custom 'check phase. Efraim Flashner
2022-08-11gnu: librecast: Use test-target....* gnu/packages/networking.scm (librecast)[arguments]: Set test-target. Remove custom 'check phase. Efraim Flashner
2022-08-11gnu: lcrq: Use test-target....* gnu/packages/networking.scm (lcrq)[arguments]: Set test-target. Remove custom 'check phase. Efraim Flashner
2022-08-11gnu: artwork: Update repository to latest commit....* gnu/artwork.scm (%artwork-repository): Update to commit 4c7f2ce6428a63e202cd2a9474a06f68a946934d. Maxim Cournoyer
2022-08-11build: marionette: Adjust QEMU Info manual reference....* gnu/build/marionette.scm (marionette-control): Update doc to correct the QEMU Info manual reference. Maxim Cournoyer