summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* 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.
* gnu: linux-libre 4.14: Update to 4.14.269.Leo Famulari2022-03-06
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.269. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.232.Leo Famulari2022-03-06
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.232. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.182.Leo Famulari2022-03-06
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.182. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.103.Leo Famulari2022-03-06
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.103. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.15.26.Leo Famulari2022-03-06
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.26. (linux-libre-5.15-pristine-source): Update hash.
* gnu: linux-libre 5.16: Update to 5.16.12.Leo Famulari2022-03-06
| | | | | * gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.12. (linux-libre-5.16-pristine-source): Update hash.
* gnu: guile-ssh: Support cross-compilation.Ludovic Courtès2022-03-07
| | | | | | | | | | Cross-compilation broke with the update to 0.15.1 in eabc6af9b8b14bd629544e54bc9c9afa2d0dcd85. 'guile-snarf' would invoke cpp instead of TRIPLET-cpp, which would thus fail to find libssh headers. * gnu/packages/ssh.scm (guile-ssh)[arguments]: Add 'support-cross-compilation' phase.
* gnu: Add python-xmldiff.Алексей Дроздов2022-03-06
| | | | | | * gnu/packages/python-xyz.scm (python-xmldiff): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add jtdx.Sheng Yang2022-03-06
| | | | | | | * gnu/packages/radio.scm (jtdx-hamlib): New variable. (jtdx): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-stltools.Evgeny Pisemsky2022-03-06
| | | | | | * gnu/packages/python-xyz.scm (python-stltools): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnome-shell-extension-gsconnect: Update to 48terramorpha2022-03-06
| | | | | | * gnu/packages/gnome-xyz (gnome-shell-extension-gsconnect): Update to 48 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: cgdb: Reference gdb.Chadwain Holness2022-03-06
| | | | | | | | * gnu/packages/debug.scm (cgdb)[inputs]: Add gdb, bash-minimal [arguments]: Add phase to fix hardcoded gdb and sh paths Add configure flags for cross-compilation Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-go-mode: Activate tests.Nicolas Goaziou2022-03-06
| | | | * gnu/packages/emacs-xyz.scm (emacs-go-mode)[arguments]: Activate tests.
* gnu: emacs-go-mode: Update to 1.6.0.Nicolas Goaziou2022-03-06
| | | | | * gnu/packages/emacs-xyz.scm (emacs-go-mode): Update to 1.6.0. [arguments]: Remove unnecessary phase.
* gnu: Add ncdu2.base-for-series-11548Efraim Flashner2022-03-06
| | | | * gnu/packages/ncdu.scm (ncdu2): New variable.
* gnu: Add go-github-com-xdg-go-scram.Efraim Flashner2022-03-06
| | | | * gnu/packages/golang.scm (go-github-com-xdg-go-scram): New variable.
* gnu: Add go-github-com-xdg-go-pbkdf2.Efraim Flashner2022-03-06
| | | | * gnu/packages/golang.scm (go-github-com-xdg-go-pbkdf2): New variable.
* gnu: Add go-github-com-docker-go-units.Efraim Flashner2022-03-06
| | | | * gnu/packages/golang.scm (go-github-com-docker-go-units): New variable.
* gnu: Add go-github-com-niemeyer-pretty.Efraim Flashner2022-03-06
| | | | * gnu/packages/golang.scm (go-github-com-niemeyer-pretty): New variable.
* gnu: Add go-github-com-xdg-go-stringprep.Efraim Flashner2022-03-06
| | | | * gnu/packages/golang.scm (go-github-com-xdg-go-stringprep): New variable.
* gnu: wob: Update to 0.13.Nicolas Goaziou2022-03-05
| | | | * gnu/packages/xdisorg.scm (wob): Update to 0.13.
* gnu: Syncthing: Update to 1.19.1.Leo Famulari2022-03-05
| | | | * gnu/packages/syncthing.scm (syncthing): Update to 1.19.1.
* gnu: scintilla: Update to 5.2.1.base-for-series-11541base-for-series-11539base-for-series-11537Nicolas Goaziou2022-03-05
| | | | * gnu/packages/text-editors.scm (scintilla): Update to 5.2.1.
* gnu: cl-md5: Update to 2.0.5.Jai Vetrivelan2022-03-05
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-md5): Update to 2.0.5. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>