aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2022-08-11gnu: python-pyicu: Update home page.Marius Bakke
* gnu/packages/python-xyz.scm (python-pyicu)[home-page]: Change to current.
2022-08-08gnu: glib: Remove unneeded inputs.Efraim Flashner
* gnu/packages/glib.scm (glib)[inputs]: Remove bash-completion, elfutils. Move dbus from here ... [native-inputs]: ... to here.
2022-08-08gnu: ruby-hydra-minimal: Add missing patch.Ludovic Courtès
This is a followup to bb907402a613494e7fb6f8f04bf8d9d16ff9ee66. * gnu/packages/patches/ruby-hydra-minimal-no-byebug.patch: New file.
2022-08-08gnu: bash-completion: Remove util-linux overrides.Efraim Flashner
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.
2022-08-08gnu: texlive-hyphen-package: Remove input labels.Tom Fitzhenry
* gnu/packages/tex.scm (texlive-hyphen-package): Remove input labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-08gnu: Remove unused ruby-nokogiri-1.10.Tom Fitzhenry
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>
2022-08-08gnu: Unpin ruby-nokogiri-diff's ruby-nokogiriTom Fitzhenry
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>
2022-08-08gnu: Remove texlive's dependence on ruby-rspec and ruby-byebug.Tom Fitzhenry
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>
2022-08-08gnu: Add ruby-hydra-minimal.Tom Fitzhenry
* 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>
2022-08-08gnu: suitesparse: Update to 5.12.0.Greg Hogan
* gnu/packages/maths.scm (suitesparse): Update to 5.12.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-08gnu: bash-completion: Add support for guix home directories.Efraim Flashner
* gnu/packages/patches/bash-completion-directories.patch: Adjust patch file to also search guix home directories for completion files.
2022-08-08gnu: bash-completion: Update to 2.11.Efraim Flashner
* 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.
2022-08-07gnu: tor: Update to 0.4.7.9 [DoS mitigations].Tobias Geerinckx-Rice
* gnu/packages/tor.scm (tor): Update to 0.4.7.9.
2022-08-11gnu: gap: Enable compilation of more optional packages.Andreas Enge
* 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.
2022-08-11gnu: gap: Update to 4.11.1.Andreas Enge
* 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>
2022-08-11gnu: lcsync: Fix building on non-x86 hardware.Efraim Flashner
* gnu/packages/networking.scm (lcsync)[arguments]: Add phase to use simde instead of immintrin.h directly. [native-inputs]: Add simde.
2022-08-11gnu: lcsync: Use test-target.Efraim Flashner
* gnu/packages/networking.scm (lcsync)[arguments]: Set test-target. Remove custom 'check phase.
2022-08-11gnu: librecast: Use test-target.Efraim Flashner
* gnu/packages/networking.scm (librecast)[arguments]: Set test-target. Remove custom 'check phase.
2022-08-11gnu: lcrq: Use test-target.Efraim Flashner
* gnu/packages/networking.scm (lcrq)[arguments]: Set test-target. Remove custom 'check phase.
2022-08-11gnu: artwork: Update repository to latest commit.Maxim Cournoyer
* gnu/artwork.scm (%artwork-repository): Update to commit 4c7f2ce6428a63e202cd2a9474a06f68a946934d.
2022-08-11build: marionette: Adjust QEMU Info manual reference.Maxim Cournoyer
* gnu/build/marionette.scm (marionette-control): Update doc to correct the QEMU Info manual reference.
2022-08-11gnu: gnome-themes-standard: Deprecate in favor of gnome-themes-extra.Maxim Cournoyer
* gnu/packages/gnome.scm (gnome-themes-standard): Mark as deprecated by gnome-themes-extra. (gnome)[inputs]: Remove gnome-themes-extra.
2022-08-11gnu: wpa-supplicant-gui: Fix build.Timotej Lazar
* gnu/packages/admin.scm (wpa-supplicant-gui)[build-system]: Use qt-build-system. [phases]: Use G-exps. Drop trailing #t. Don’t wrap-program as that is done by the build system. Set $HOME to a writable directory when converting icons to stop Inkscape complaining. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-11gnu: Add r-qmri.Ricardo Wurmus
* gnu/packages/cran.scm (r-qmri): New variable.
2022-08-11gnu: Add r-mritc.Ricardo Wurmus
* gnu/packages/cran.scm (r-mritc): New variable.
2022-08-11gnu: Add r-oro-nifti.Ricardo Wurmus
* gnu/packages/cran.scm (r-oro-nifti): New variable.
2022-08-11gnu: Add r-adimpro.Ricardo Wurmus
* gnu/packages/cran.scm (r-adimpro): New variable.
2022-08-11gnu: Add r-fmri.Ricardo Wurmus
* gnu/packages/cran.scm (r-fmri): New variable.
2022-08-07gnu: unzip: Fix cross-compilation.Tobias Geerinckx-Rice
Fixes <https://issues.guix.gnu.org/57127>. * gnu/packages/compression.scm (unzip)[arguments]: Use #$output when cross-compiling.
2022-08-07gnu: unzip: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (unzip)[arguments]: Rewrite as G-expressions.
2022-08-11gnu: Add f3d.Paul A. Patience
* gnu/packages/graphics.scm (f3d): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-11gnu: vtk: Enable the RenderingExternal module.Paul A. Patience
* gnu/packages/image-processing.scm (vtk)[arguments]<#:configure-flags>: Add -DVTK_MODULE_ENABLE_VTK_RenderingExternal=YES. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-11gnu: pcc: Respect --without-tests.(
* gnu/packages/c.scm (pcc)[arguments]<#:phases>{check}: Respect the `tests?` argument. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-11gnu: pcc: Fix build.(
* gnu/packages/c.scm (pcc)[arguments]: Use gexps. <#:phases>{fix-multiple-definitions}: New phase. [native-inputs]: Adjust formatting. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-11gnu: libplacebo: Update to 4.208.0.Milkey Mouse
* gnu/packages/video.scm (libplacebo)[version]: Update to 4.208.0. [native-inputs]: Add python. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-11gnu: guile-srfi-158: Update to 0.0.1-0-13126d1.pukkamustard
This fixes compilation and cross-compilation. * gnu/packages/guile-xyz.scm (guile-srfi-158): Update it. [native-inputs]: Add guile-3.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-11gnu: x265: Fix build on ppc64le.Marcel van der Boom
* gnu/packages/video.scm (x265)[arguments]: Disable ALTIVEC for ppc64le. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-11gnu: python-symengine: Fix tests.宋文武
This fixes <https://issues.guix.gnu.org/57104>. * gnu/packages/python-xyz.scm (python-symengine): [native-inputs]: Add python-nose. [arguments]: Run tests with 'nosetests'.
2022-08-10gnu: reprotest: Update to 0.7.21.Vagrant Cascadian
* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.21.
2022-08-10gnu: diffoscope: Update to 220.Vagrant Cascadian
* gnu/packages/diffoscope.scm (diffoscope): Update to 220.
2022-08-10gnu: Add lcsync.Vagrant Cascadian
* gnu/packages/networking.scm (lcsync): New variable.
2022-08-10gnu: Add librecast.Vagrant Cascadian
* gnu/packages/networking.scm (librecast): New variable.
2022-08-10gnu: Add lcrq.Vagrant Cascadian
* gnu/packages/networking.scm (lcrq): New variable.
2022-08-11gnu: strace: Update to 5.18.Marius Bakke
* gnu/packages/linux.scm (strace): Update to 5.18.
2022-08-11gnu: strace: Add release-monitoring-url.Marius Bakke
* gnu/packages/linux.scm (strace)[properties]: New field.
2022-08-11gnu: libreoffice: Remove input labels.Marius Bakke
* gnu/packages/libreoffice.scm (dtoa): New private variable. (libreoffice)[native-inputs, inputs]: Remove labels. [arguments]: Use G-expression and SEARCH-INPUT-FILE & co where appropriate. Remove trailing #t's.
2022-08-11gnu: libreoffice: Update to 7.3.5.2.Marius Bakke
* gnu/packages/libreoffice.scm (libreoffice): Update to 7.3.5.2. [inputs]: Add LIBCUCKOO and ZXING-CPP. * gnu/packages/hunspell.scm (hunspell-dictionary): Update hash.
2022-08-11gnu: libcmis: Update to 0.5.2-46-gf264a61.Marius Bakke
* gnu/packages/libreoffice.scm (libcmis): Update to 0.5.2-46-gf264a61. [source]: Switch to GIT-FETCH. [native-inputs]: Add AUTOCONF, AUTOMAKE, and LIBTOOL. [arguments]: Override bootstrap phase. While at it, convert to gexp and remove label usage.
2022-08-11gnu: Add libcuckoo.Marius Bakke
* gnu/packages/datastructures.scm (libcuckoo): New variable.
2022-08-11gnu: libetonyek: Don't hard code mdds version.Marius Bakke
* gnu/packages/libreoffice.scm (libetonyek)[arguments]: Automatically pass the major+minor version components of the "mdds" input.