summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: linux-libre 4.4: Update to 4.4.279.Leo Famulari2021-07-27
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.279. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.279.Leo Famulari2021-07-27
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.279. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.243.Leo Famulari2021-07-27
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.243. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.202.Leo Famulari2021-07-27
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.202. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.139.Leo Famulari2021-07-27
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.139. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.57.Leo Famulari2021-07-27
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.57. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.13.9.Leo Famulari2021-07-27
| | | | | * gnu/packages/linux.scm (linux-libre-5.13-version): Update to 5.13.9. (linux-libre-5.13-pristine-source): Update hash.
* gnu: Add ocamlformat.Xinglu Chen2021-08-08
| | | | | | * gnu/packages/ocaml.scm (ocamlformat): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-dune-build-info.Xinglu Chen2021-08-08
| | | | | | * gnu/packages/ocaml.scm (ocaml-dune-build-info): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-fix.Xinglu Chen2021-08-08
| | | | | | * gnu/packages/ocaml.scm (ocaml-fix): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-uuseg.Xinglu Chen2021-08-08
| | | | | | * gnu/packages/ocaml.scm (ocaml-uuseg): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-uucp.Xinglu Chen2021-08-08
| | | | | | * gnu/packages/ocaml.scm (ocaml-uucp): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-uucd.Xinglu Chen2021-08-08
| | | | | | * gnu/packages/ocaml.scm (ocaml-uucd): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: ocaml-bisect-ppx: Update to 2.6.1.Xinglu Chen2021-08-08
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-bisect-ppx): Update to 2.6.1. [propagated-inputs]: Adjust accordingly. [arguments]: Remove unnecessary phase; disable tests. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: darktable: Add compatibility for ROCm.Lars-Dominik Braun2021-08-08
| | | | | | | | | | darktable has a few tools, which can use OpenCL, not just the main binary. Instead of wrapping it, patch the search path. ROCm also fails to build OpenCL kernels with just the inline keyword. Apply upstream fix. * gnu/packages/photo.scm (darktable) [#:phases]: Add new phases, remove LD_LIBRARY_PATH from wrap-binary.
* gnu: Add rocm-bandwidth-test.Lars-Dominik Braun2021-08-08
| | | | * gnu/packages/rocm.scm (rocm-bandwidth-test): New variable.
* gnu: Add rocminfo.Lars-Dominik Braun2021-08-08
| | | | * gnu/packages/rocm.scm (rocminfo): New variable.
* gnu: Add rocm-opencl-runtime.Lars-Dominik Braun2021-08-08
| | | | | | | | | * gnu/packages/rocm.scm (rocm-opencl-runtime): New variable. * gnu/packages/patches/rocm-opencl-runtime-3.10.0-add-rocclr-include-directories.patch, gnu/packages/patches/rocm-opencl-runtime-4.3-noclinfo.patch, gnu/packages/patches/rocm-opencl-runtime-4.3-nocltrace.patch, gnu/packages/patches/rocm-opencl-runtime-4.3-noopencl.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
* gnu: Add rocclr.Lars-Dominik Braun2021-08-08
| | | | * gnu/packages/rocm.scm (rocclr): New variable.
* gnu: Add rocr-runtime.Lars-Dominik Braun2021-08-08
| | | | * gnu/packages/rocm.scm (rocr-runtime): New variable.
* gnu: Add roct-thunk-interface.Lars-Dominik Braun2021-08-08
| | | | * gnu/packages/rocm.scm (roct-thunk-interface): New variable.
* gnu: Add rocm-comgr.Lars-Dominik Braun2021-08-08
| | | | | | * gnu/packages/rocm.scm (rocm-comgr): New variable. * gnu/packages/patches/rocm-comgr-3.1.0-dependencies.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Add rocm-device-libs.Lars-Dominik Braun2021-08-08
| | | | * gnu/packages/rocm.scm (rocm-device-libs): New variable.
* gnu: Add llvm-for-rocm.Lars-Dominik Braun2021-08-08
| | | | | | | | * gnu/packages/rocm.scm (llvm-for-rocm): New variable. * gnu/packages/patches/llvm-roc-3.0.0-add_libraries.patch, gnu/packages/patches/llvm-roc-4.0.0-remove-isystem-usr-include.patch, gnu/packages/patches/llvm-roc-4.2.0-add_Object.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
* gnu: Add rocm-cmake.Lars-Dominik Braun2021-08-08
| | | | * gnu/packages/rocm.scm (%rocm-version, rocm-cmake): New variables.
* gnu: gcc-11: Update to 11.2.0.Efraim Flashner2021-08-08
| | | | * gnu/packages/gcc.scm (gcc-11): Update to 11.2.0.
* gnu: stockfish: Update aarch64-linux build target.Efraim Flashner2021-08-08
| | | | | * gnu/packages/games.scm (stockfish)[arguments]: Build for armv8 on aarch64-linux.
* gnu: svd2rust: Update to 0.19.0.Danny Milosavljevic2021-08-08
| | | | | | * gnu/packages/crates-io.scm (svd2rust): Update to 0.19.0. [arguments]<#:cargo-inputs]: Add rust-anyhow, rust-clap-conf, rust-thiserror. Remove rust-error-chain.
* gnu: Add rust-clap-conf.Danny Milosavljevic2021-08-08
| | | | * gnu/packages/crates-io.scm (rust-clap-conf-0.1): New variable.
* gnu: rust-svd-parser: Update home-page.Danny Milosavljevic2021-08-08
| | | | * gnu/packages/crates-io.scm (rust-svd-parser)[home-page]: Modify.
* gnu: rust-svd-parser: Update to 0.10.2.Danny Milosavljevic2021-08-08
| | | | | | * gnu/packages/crates-io.scm (rust-svd-parser): Update to 0.10.2. [arguments]<#:cargo-inputs]: Remove rust-either. Add rust-once-cell, rust-rayon, rust-regex.
* gnu: python-networkx: Update to 2.6.2.Efraim Flashner2021-08-08
| | | | * gnu/packages/python-xyz.scm (python-networkx): Update to 2.6.2.
* gnu: fldigi: Update to 4.1.20.Guillaume Le Vaillant2021-08-08
| | | | * gnu/packages/radio.scm (fldigi): Update to 4.1.20.
* gnu: txr: Update to 268.Guillaume Le Vaillant2021-08-08
| | | | | * gnu/packages/lisp.scm (txr): Update to 268. [arguments]: Update 'fix-tests' phase.
* gnu: ruby-2.5: Update to 2.5.9.Efraim Flashner2021-08-08
| | | | | * gnu/packages/ruby.scm (ruby-2.5): Update to 2.5.9. [source]: Remove redundant inherited fields.
* gnu: ruby-3.0: Update to 3.0.2.Efraim Flashner2021-08-08
| | | | * gnu/packages/ruby.scm (ruby-3.0): Update to 3.0.2.
* gnu: ruby-2.7: Update to 2.7.4.Efraim Flashner2021-08-08
| | | | | * gnu/packages/ruby.scm (ruby-2.7): Update to 2.7.4. [source]: Remove redundant inherited fields.
* doc: Add a tip to better name mcron jobs.Maxim Cournoyer2021-08-08
| | | | | | * doc/guix.texi (Scheduled Job Execution): Specify the 'displayable' argument for the 'updatedb-job' example. Add a tip to better name jobs, referring to the modified example.
* gnu: MPD: Update to 0.22.10.Leo Famulari2021-07-27
| | | | * gnu/packages/mpd.scm (mpd): Update to 0.22.10.
* gnu: lynx: Update to 2.9.0dev.9 [security fixes].Leo Famulari2021-07-27
| | | | | | Fixes <https://lists.nongnu.org/archive/html/lynx-dev/2021-08/msg00000.html>. * gnu/packages/web-browsers.scm (lynx): Update to 2.9.0dev.9.
* gnu: GPSD: Update to 3.23.Leo Famulari2021-07-27
| | | | | | | | | | Fixes <https://gitlab.com/gpsd/gpsd/-/issues/144>, "GPSD time will jump back 1024 weeks at after week=2180 (23-October-2021)". See also <http://bugs.gnu.org/49815>. * gnu/packages/gps.scm (gpsd): Update to 3.23. [arguments]: Set TAR=noop in the 'fix-build' phase.
* services: pam-limits: fix limits.conf locationmuradm2021-08-07
| | | | | | | | * gnu/services/base.scm: fix limits.conf location This fixes #49771 Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: emacs-elfeed-score: Update to 0.7.10.Nicolas Goaziou2021-08-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 0.7.10.
* gnu: dovecot-pigeonhole: Update to 0.5.16.Tobias Geerinckx-Rice2021-08-07
| | | | * gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.16.
* gnu: dovecot: Update to 2.3.16.Tobias Geerinckx-Rice2021-08-07
| | | | * gnu/packages/mail.scm (dovecot): Update to 2.3.16.
* etc: committer: Support reading G-expressions.Maxime Devos2021-08-07
| | | | | | | | | | | | | Some package definitions use G-expressions (see, e.g., chez-scheme). Import (guix gexp) such that Guile knows how to read those. Otherwise, an exception such as the following might be raised: ERROR: In procedure read: In procedure scm_lreadr: gnu/services/networking.scm:480:16: Unknown # object: #\~ * etc/committer.scm.in: Import (guix gexp). Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add emacs-valign.Nicolas Goaziou2021-08-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-valign): New variable.
* gnu: emacs-magit: Update to 3.2.1.Nicolas Goaziou2021-08-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.2.1.
* gnu: emacs-fountain-mode: Update to 3.5.1.Nicolas Goaziou2021-08-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.5.1.
* gnu: giac: Update to 1.7.0-25.Nicolas Goaziou2021-08-06
| | | | * gnu/packages/algebra.scm (giac): Update to 1.7.0-25.