aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
...
* gnu: recastnavigation: Update to commit 6d1f971.Kaelyn Takata2023-05-19
| | | | | | * gnu/packages/game-development.scm (recastnavigation): Update to commit 6d1f971. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-yamllint: Update to 1.31.0.Timo Wilken2023-05-19
| | | | | | | | | Version 1.26.1 is broken and doesn't build on Guix; this update fixes it and provides a newer version as well. * gnu/packages/python-xyz.scm (python-yamllint): Update to 1.13.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: sssd: Fix buildBrian Cully2023-05-19
| | | | | | | * gnu/packages/sssd.scm (sssd) [native-inputs]: Add python-toolchain. [ensure-no-mtimes-pre-1980]: New phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: sssd: Fix failing tests by using samba/pinned inputBrian Cully2023-05-19
| | | | | | | | | | The latest samba package (4.18.1) causes a SIGABRT in ad_common_tests and ad_gpo_tests. The pinned version (4.17.0) allows them to succeed, so use that instead. * gnu/packages/sssd.scm (sssd) [inputs]: Change samba to samba/pinned. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: criu: Reset timestamps in .egg file.Brian Cully2023-05-19
| | | | | | | | | | | | | | Ensure all files being built are dated no earlier than 1980 by copying in a modified (@@ (guix build python-build-system) ensure-no-mtimes-pre-1980) which is symlink-aware. This copy should be removed when the original procedure is modified to avoid calling UTIME on symlinks. * gnu/packages/virtualization.scm (criu)[arguments]: Add 'ensure-no-mtimes-pre-1980' phase. [inputs]: Remove python. [native-inputs]: Add python-toolchain. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: bemenu: Update to 0.6.15.muradm2023-05-19
| | | | * gnu/packages/xdisorg.scm (bemenu): Update to 0.6.15.
* gnu: emacs-simple-mpc: Update to 1.0-1.35923ca.Ricardo Wurmus2023-05-19
| | | | * gnu/packages/emacs-xyz.scm (emacs-simple-mpc): Update to 1.0-1.35923ca.
* gnu: java-picard-1.113: Drop input package labels.Ricardo Wurmus2023-05-19
| | | | * gnu/packages/bioinformatics.scm (java-picard-1.113)[inputs]: Drop labels.
* gnu: java-picard-1.113: Drop trailing #T from build phases.Ricardo Wurmus2023-05-19
| | | | | * gnu/packages/bioinformatics.scm (java-picard-1.113)[arguments]: Remove trailing #T from build phases.
* gnu: zrythm: Update to 1.0.0-beta.4.9.1.Ricardo Wurmus2023-05-19
| | | | | | | | * gnu/packages/music.scm (zrythm): Update to 1.0.0-beta.4.9.1. [arguments]: Enable tests; add phase 'patch-tests. [inputs]: Remove glibc; replace glib-next with glib; replace guile-2.2 with guile-3.0. [native-inputs]: Replace glib-next:bin with glib:bin.
* gnu: ztoolkit-rsvg: Use librsvg-for-system.Ricardo Wurmus2023-05-19
| | | | | * gnu/packages/audio.scm (ztoolkit-rsvg)[propagated-inputs]: Replace librsvg with librsvg-for-system.
* gnu: ams-lv2: Remove trailing #T from build phase.Ricardo Wurmus2023-05-19
| | | | * gnu/packages/music.scm (ams-lv2)[arguments]: Drop trailing #T.
* gnu: ams-lv2: Drop package labels.Ricardo Wurmus2023-05-19
| | | | * gnu/packages/music.scm (ams-lv2)[inputs]: Drop package labels.
* gnu: lvtk-1: Build with gtkmm-2.Ricardo Wurmus2023-05-19
| | | | | | This restores lvtk-gtkui. * gnu/packages/audio.scm (lvtk-1)[inputs]: Replace gtkmm with gtkmm-2.
* gnu: zix: Update to 0.3.3-0.a13ae5a.Ricardo Wurmus2023-05-19
| | | | * gnu/packages/datastructures.scm (zix): Update to 0.3.3-0.a13ae5a.
* gnu: patchage: Update to 1.0.10.Ricardo Wurmus2023-05-19
| | | | | | * gnu/packages/audio.scm (patchage): Update to 1.0.10. [build-system]: Use meson-build-system. [inputs]: Remove boost; replace jack-1 with jack-2.
* gnu: libbacktrace: Update to 1.0-2.cdb64b6.Ricardo Wurmus2023-05-19
| | | | | * gnu/packages/debug.scm (libbacktrace): Update to 1.0-2.cdb64b6. [arguments]: Disable parallel tests.
* gnu: sord: Update to 0.16.14.Ricardo Wurmus2023-05-19
| | | | | | * gnu/packages/rdf.scm (sord): Update to 0.16.14. [build-system]: Use meson-build-system. [arguments]: Use G-expression.
* gnu: serd: Update to 0.30.16.Ricardo Wurmus2023-05-19
| | | | | | * gnu/packages/rdf.scm (serd): Update to 0.30.16. [build-system]: Use meson-build-system. [arguments]: Use G-expression.
* gnu: zplugins: Update to 0.2.5.Ricardo Wurmus2023-05-19
| | | | | * gnu/packages/music.scm (zplugins): Update to 0.2.5. [inputs]: Replace guile-2.2 with guile-3.0.
* gnu: ruby-3.2: Upgrade to 3.2.2 [fixes CVE-2023-{28755, 28756}].Remco van 't Veer2023-05-19
| | | | | | | | | Fixes: CVE-2023-28755 (ReDoS vulnerability in URI), and CVE-2023-28756 (ReDoS vulnerability in Time). * gnu/packages/ruby.scm (ruby-3.2): Update to 3.2.2. Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: ruby-3.1: Upgrade to 3.1.4 [fixes CVE-2023-{28755, 28756}].Remco van 't Veer2023-05-19
| | | | | | | | | Fixes: CVE-2023-28755 (ReDoS vulnerability in URI), and CVE-2023-28756 (ReDoS vulnerability in Time). * gnu/packages/ruby.scm (ruby-3.1): Update to 3.1.4. Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: ruby-3.0: Upgrade to 3.0.6 [fixes CVE-2023-{28755, 28756}].Remco van 't Veer2023-05-19
| | | | | | | | | Fixes: CVE-2023-28755 (ReDoS vulnerability in URI), and CVE-2023-28756 (ReDoS vulnerability in Time). * gnu/packages/ruby.scm (ruby-3.0): Update to 3.0.6. Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: gajim: Add missing input.Lars-Dominik Braun2023-05-19
| | | | | | Fixes <https://issues.guix.gnu.org/issue/62956>. * gnu/packages/messaging.scm (gajim)[inputs]: Add python-idna.
* gnu: Add python-slugid.AwesomeAdam543212023-05-19
| | | | | | * gnu/packages/python-xyz.scm (python-slugid): New variable. Co-authored-by: jgart <jgart@dismail.de>
* gnu: sicp: Build as a single info file.Maxim Cournoyer2023-05-18
| | | | | | | | | Fixes <https://issues.guix.gnu.org/63565>. * gnu/packages/scheme.scm (sicp) [arguments]: Use '--no-split' makeinfo option in build phase. Reported-by: Andrey Mitrofanov <abme@rambler.ru>
* gnu: linux-libre 4.14: Update to 4.14.315.Leo Famulari2023-05-18
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.315. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.283.Leo Famulari2023-05-18
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.283. (linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes.
* gnu: linux-libre 5.4: Update to 5.4.243.Leo Famulari2023-05-18
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.243. (linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes.
* gnu: linux-libre 5.10: Update to 5.10.180.Leo Famulari2023-05-18
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.180. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
* gnu: linux-libre 5.15: Update to 5.15.112.Leo Famulari2023-05-18
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.112. (linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
* gnu: linux-libre 6.1: Update to 6.1.29.Leo Famulari2023-05-18
| | | | | * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.29. (linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes.
* gnu: linux-libre: Update to 6.2.16.Leo Famulari2023-05-18
| | | | | * gnu/packages/linux.scm (linux-libre-6.2-version): Update to 6.2.16. (linux-libre-6.2-pristine-source, deblob-scripts-6.2): Update hashes.
* gnu: linux-libre 6.3: Update to 6.3.3.Leo Famulari2023-05-18
| | | | | * gnu/packages/linux.scm (linux-libre-6.3-version): Update to 6.3.3. (linux-libre-6.3-pristine-source, deblob-scripts-6.3): Update hashes.
* gnu: f3d: Update to 2.0.0.Greg Hogan2023-05-18
| | | | | | | | * gnu/packages/graphics.scm (f3d): Update to 2.0.0. [source]: Update substitute paths and add patch for breaking change to cxxopts. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: discregrid: Fix for dependent updates.Greg Hogan2023-05-18
| | | | | | | * gnu/packages/graphics.scm (discregrid)[source]: Add patch for breaking change to cxxopts. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: cxxopts: Update to 3.1.1.Greg Hogan2023-05-18
| | | | | | * gnu/packages/cpp.scm (cxxopts): Update to 3.1.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: swaylock: Add linux-pam to inputs.Benjamin2023-05-18
| | | | | | | | | Adding linux-pam to inputs allows swaylock to run without setuid if configured with a proper pam file. * gnu/packages/wm.scm (swaylock)[inputs]: Add LINUX-APM. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: btrfs-progs: Update to 6.3.Denis 'GNUtoo' Carikli2023-05-18
| | | | | | * gnu/packages/linux.scm (btrfs-progs): Update to 6.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: btrfs-progs: Make the python-sphinx input conditional.Denis 'GNUtoo' Carikli2023-05-18
| | | | | | | | | * gnu/packages/linux.scm (btrfs-progs) [native-inputs]: Make the python-sphinx input conditional. [arguments]: Conditionally add --disable-documentation to configure flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: btrfs-progs: Use new style inputs and gexps.Denis 'GNUtoo' Carikli2023-05-18
| | | | | | | * gnu/packages/linux.scm (btrfs-progs)[arguments]: Use new style and gexps. [inputs]: Use new style. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: btrfs-progs: Run 'guix style' over the package.Denis 'GNUtoo' Carikli2023-05-18
| | | | | | * gnu/packages/linux.scm (btrfs-progs): Restyle. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libfive: Generate bindings instead of using pre-generated ones.Morgan Smith2023-05-18
| | | | | | | * gnu/packages/engineering.scm (libfive)[phases]: Add phase 'generate-bindings to generate the bindings Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libfive: Add Python bindings.Morgan Smith2023-05-18
| | | | | | | | | | | * gnu/packages/engineering.scm (libfive) [configure-flags]: Add python site-dir. [phases]<fix-library-location>: Fix for python as well. <wrap-studio>: Wrap for python as well. [inputs]: Add python-wrapper. Alphabetize. [description]: Add python. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libfive: Fix install and wrap Studio.Morgan Smith2023-05-18
| | | | | | | | | | | | | | | | | | | The old install phase didn't handle nested directories (which there are) and the cmake files didn't seem to install the go files in a way that guile would use so I just used the guile build system instead. Also Studio works much better when it know where the libraries are. * gnu/packages/engineering.scm (libfive) [imported-modules]: Add (guix build guile-build-system). [modules]: Add (guix build guile-build-system). [configure-flags]: Remove. [phases]: Remove phases 'fix-autocompilation and 'install-scm-files. Add phase 'do-not-build-guile-bindings and add phase 'guile-build which uses the guile build system. Add wrap-studio phase. [inputs]: Add bash-minimal for the wrapper. Use qtbase instead of qtbase-5 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add qbittorrent-nox.Hilton Chain2023-05-17
| | | | | | * gnu/packages/bittorrent.scm (qbittorrent-nox): New variable. Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
* gnu: ldc-bootstrap: Don't depend on tzdata.Leo Famulari2023-05-17
| | | | | | | | | * gnu/packages/dlang.scm (ldc-bootstrap)[inputs]: Remove tzdata. [native-inputs]: Add tzdata-for-tests. [arguments]: Forbid references to tzdata-for-tests. Reviewed-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
* gnu: guix-build-coordinator-agent-only: Fix missing wrapping.Christopher Baines2023-05-17
| | | | | | | Remove the arguments so the arguments of the guix-build-coordinator package apply. * gnu/packages/package-management.scm (guix-build-coordinator/agent-only)[arguments]: Remove.
* gnu: libmixed: Update to 2.0-1.9b2668e.Sharlatan Hellseher2023-05-17
| | | | | | | * gnu/packages/audio.scm (libmixed): Update to 2.0-1.9b2668e. [arguments]: Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-croatoan: Update to 0.1.cage2023-05-17
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-croatoan): Update to 0.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>