summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: emacs-vertico: Update to 0.21.base-for-series-11573base-for-series-11572Nicolas Goaziou2022-03-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.21.
* gnu: emacs-corfu: Update to 0.20.Nicolas Goaziou2022-03-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.20.
* gnu: Add r-scopeloomr.Ricardo Wurmus2022-03-09
| | | | * gnu/packages/bioinformatics.scm (r-scopeloomr): New variable.
* gnu: python-robotframework-sshlibrary: Update to 3.8.0.Maxim Cournoyer2022-03-08
| | | | * gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): Update to 3.8.0.
* gnu: python-robotframework: Update to 4.1.3.Maxim Cournoyer2022-03-08
| | | | | | * gnu/packages/python-xyz.scm (python-robotframework): Update to 4.1.3. [phases]{check}: Honor TESTS?. Search tzdata in both native-inputs or inputs, for cross-compilation.
* gnu: emacs-tempel: Update to 0.3.Nicolas Goaziou2022-03-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 0.3.
* gnu: emacs-no-littering: Update to 1.2.6.Nicolas Goaziou2022-03-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.2.6.
* gnu: emacs-marginalia: Update to 0.13.Nicolas Goaziou2022-03-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.13.
* gnu: emacs-consult: Update to 0.16.Nicolas Goaziou2022-03-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.16.
* gnu: emacs-clojure-mode: Update to 5.14.0.Nicolas Goaziou2022-03-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.14.0.
* gnu: emacs-cider: Update to 1.3.0.Nicolas Goaziou2022-03-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.3.0.
* gnu: emacs-cape: Update to 0.7.Nicolas Goaziou2022-03-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.7.
* gnu: stex-bootstrap: Guard against unsupported systems.Liliana Marie Prikler2022-03-08
| | | | | | | | | | | The current implementation of nix-system->chez-machine et al. is rather brittle and fails in unexpected ways. In the meantime while a better replacement is being built, prevent falsy return values from causing errors, such as a failing “guix pull”. See <https://issues.guix.gnu.org/54292>. * gnu/packages/chez.scm (stex-bootstrap)[maybe-compile]: Use and=> to only call chez-machine->threaded if nix-system->chez-machine returns a truthy value.
* gnu: gitg: Update to 41.Liliana Marie Prikler2022-03-08
| | | | | | | * gnu/packages/gnome.scm (gitg): Update to 41. [arguments]: Drop ‘harden’ phase. [inputs]: Replace gtkspell3 with gspell and gtksourceview-3 with gtksourceview. [native-inputs]: Add python.
* gnu: gitg: Use new package style.Liliana Marie Prikler2022-03-08
| | | | | * gnu/packages/gnome.scm (gitg)[arguments]: Use G-expressions. [native-inputs]: Drop labels.
* gnu: mumble: Enable tests.Liliana Marie Prikler2022-03-08
| | | | | * gnu/packages/telephony.scm (mumble)[#:tests?]: Drop argument. [#:configure-flags]: Add “-Dtests=on”.
* gnu: mumble: Update to 1.4.230.Liliana Marie Prikler2022-03-08
| | | | | | | | | | | | * gnu/packages/telephony.scm (find-python-interpreter-cmake-modules): New variable. (mumble): Update to 1.4.230. [source]: Adjust uri and snippet accordingly. [arguments]: Change to a list of G-expressions. <#:configure-flags>: New argument. <#:phases>: Drop ‘configure’ (moved to configure-flags). Add ‘unpack-submodules’, ‘fix-settings-crash’ and ‘hardcode-pulseaudio’. [inputs]: Add glib and poco.
* gnu: Add poco.Liliana Marie Prikler2022-03-08
| | | | * gnu/packages/cpp.scm (poco): New variable.
* gnu: opendht: Update to 2.3.4.Maxim Cournoyer2022-03-08
| | | | * gnu/packages/networking.scm (opendht): Update to 2.3.4.
* gnu: icecat: Update to 91.7.0-guix0-preview1 [security fixes].Mark H Weaver2022-03-08
| | | | | | | | Includes fixes for CVE-2022-26381, CVE-2022-26383, CVE-2022-26384, CVE-2022-26386, and CVE-2022-26387. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes.
* Revert "gnu: socat: Update to 1.7.4.3."Ludovic Courtès2022-03-08
| | | | | This reverts commit 3cd42883c4ad693ed1f79c6be35e1aa3e010e10a, which led to ~13K rebuilds.
* gnu: slurm <= 20.02: Build with '-fcommon'.Ludovic Courtès2022-03-08
| | | | | * gnu/packages/parallel.scm (slurm-20.02)[arguments]: New field. (slurm-19.05, slumr-18.08): Inherit from it.
* gnu: socat: Update to 1.7.4.3.jgart2022-03-08
| | | | | | * gnu/packages/networking.scm (socat): Update to 1.7.4.3. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: blender: Enable boolean operations on meshes.raingloom2022-03-08
| | | | | | * gnu/packages/graphics.scm (blender)[inputs]: Add gmp. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-websocket-driver.base-for-series-11561base-for-series-11556Aurora2022-03-08
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-websocket-driver, ecl-websocket-driver, sbcl-websocket-driver): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-sha1.Aurora2022-03-08
| | | | | | * gnu/packages/lisp-xyz.scm (cl-sha1, ecl-sha1, sbcl-sha1): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-event-emitter.Aurora2022-03-08
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-event-emitter, ecl-event-emitter, sbcl-event-emitter): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-fast-websocket.Aurora2022-03-08
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-fast-websocket, ecl-fast-websocket, sbcl-fast-websocket): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-template.Aurora2022-03-08
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-template, ecl-template, sbcl-template): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: proot: Update to 5.3.0.Efraim Flashner2022-03-08
| | | | | * gnu/packages/linux.scm (proot): Update to 5.3.0. [arguments]: Adjust custom 'patch-sources phase to adjust skipped tests.
* Revert "gnu: Add go-github-com-niemeyer-pretty."Efraim Flashner2022-03-08
| | | | | | This reverts commit 18b0527765301a3015afb9ba1209bd10f56426cb. This package is not actually needed.
* gnu: lvm2: Fix cross-compiling on some architectures.Efraim Flashner2022-03-08
| | | | | | * gnu/packages/linux.scm (lvm2)[native-inputs]: Add config. [arguments]: Add phase to replace old versions of config.sub and config.guess.
* gnu: Add python-multipart.Pierre-Henry Fröhring2022-03-07
| | | | | | * gnu/packages/python-xyz.scm (python-multipart): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add gnusim8085.Bird2022-03-07
| | | | | | * gnu/packages/emulators.scm (gnusim8085): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: scotch: Explicitly pass "-DINTSIZE" to CMake.Ludovic Courtès2022-03-07
| | | | | | | | | | | Previously, the 'scotch' and 'pt-scotch' packages would use the default int size, which turned out to be 32 on x86_64-linux instead of 64 as it used to be in Scotch 6.x. * gnu/packages/maths.scm (scotch)[arguments]: Add "-DINTSIZE" to #:configure-flags. (scotch32)[arguments]: Likewise. (pt-scotch)[arguments]: Likewise. (pt-scotch32)[arguments]: Likewise.
* system: Set kernel name for riscv64-linux.Efraim Flashner2022-03-07
| | | | * gnu/system.scm (system-linux-image-file-name): Add option for riscv64.
* gnu: dtc: Use pkg-config-for-target.Efraim Flashner2022-03-07
| | | | | * gnu/packages/bootloaders.scm (dtc)[arguments]: Adjust custom 'patch-pkg-config phase to use pkg-config-for-target.
* gnu: dtc: Use different source tarball.Efraim Flashner2022-03-07
| | | | | | The xz compressed source failed to unpack on riscv64-linux. * gnu/packages/bootloaders.scm (dtc)[source]: Use gzipped tarball.
* gnu: squashfs-tools: Fix cross-compiling.Efraim Flashner2022-03-07
| | | | | * gnu/packages/compression.scm (squashfs-tools)[arguments]: Adjust make-flags to refer to the 'out' output specifically.
* gnu: libcap: Fix cross-compiling.Efraim Flashner2022-03-07
| | | | | * gnu/packages/linux.scm (libcap)[arguments]: Fix make-flags when cross-compiling.
* gnu: mtd-utils: Fix cross-compiling.Efraim Flashner2022-03-07
| | | | | * gnu/packages/linux.scm (mtd-utils)[arguments]: Only add configure-flag to enable unit-tests when not cross compiling.
* gnu: libjpeg-turbo: Fix cross-compiling to riscv64-linux.Efraim Flashner2022-03-07
| | | | | * gnu/packages/image.scm (libjpeg-turbo)[arguments]: When cross-compiling to riscv64-linux correctly set CMAKE_SYSTEM_PROCESSOR.
* gnu: libxrender: Fix cross compiling to riscv64-linux.Efraim Flashner2022-03-07
| | | | | | * gnu/packages/xorg.scm (libxrender)[arguments]: When cross compiling to riscv64-linux replace config.sub and config.guess with newer versions. [native-inputs]: When cross compiling to riscv64-linux add config.
* gnu: libopenmpt: Update dependencies.Efraim Flashner2022-03-07
| | | | | | * gnu/packages/audio.scm (libopenmpt)[inputs]: Move libvorbis, mpg123, zlib from here ... [propagated-inputs]: ... to here. Add libogg.
* gnu: icedove: Update to 91.6.2.Jonathan Brielmaier2022-03-07
| | | | * gnu/packages/gnuzilla.scm (icedove): Update to 91.6.2.
* gnu: emacs-json-mode: Remove input for old versions.base-for-series-11554Jelle Licht2022-03-07
| | | | | * gnu/packages/emacs-xyz.scm (emacs-json-mode)[inputs]: Remove emacs-json-reformat.
* gnu: Add openriichi.Jelle Licht2022-03-07
| | | | * gnu/packages/games.scm (openriichi): New variable.
* gnu: Add siege.Jelle Licht2022-03-07
| | | | * gnu/packages/web.scm (siege): New variable.
* gnu: icecat: Update to 91.6.1-guix0-preview1 [security fixes].Mark H Weaver2022-03-07
| | | | | | | Includes fixes for CVE-2022-26485 and CVE-2022-26486. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes.
* gnu: linux-libre 4.9: Update to 4.9.304.Leo Famulari2022-03-06
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.304. (linux-libre-4.9-pristine-source): Update hash.