summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2022-12-10gnu: emacs-ement: Update to 0.5.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.5.1.
2022-12-10gnu: emacs-company-math: Update to 1.5.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-company-math): Update to 1.5.
2022-12-10gnu: emacs-company-emoji: Update to 2.7.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-company-emoji): Update to 2.7.0.
2022-12-10gnu: Add emacs-acme-theme.jgart
* gnu/packages/emacs-xyz.scm (emacs-acme-theme): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-12-10gnu: Add emacs-carp.jgart
* gnu/packages/emacs-xyz.scm (emacs-carp): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-12-09gnu: linux-libre 4.9: Update to 4.9.335.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.335. (linux-libre-4.9-pristine-source): Update hash.
2022-12-09gnu: linux-libre 4.14: Update to 4.14.301.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.301. (linux-libre-4.14-pristine-source): Update hash.
2022-12-09gnu: linux-libre 4.19: Update to 4.19.268.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.268. (linux-libre-4.19-pristine-source): Update hash.
2022-12-09gnu: linux-libre 5.4: Update to 5.4.226.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.226. (linux-libre-5.4-pristine-source): Update hash.
2022-12-09gnu: linux-libre 5.10: Update to 5.10.158.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.158. (linux-libre-5.10-pristine-source): Update hash.
2022-12-09gnu: linux-libre 5.15: Update to 5.15.82.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.82. (linux-libre-5.15-pristine-source): Update hash.
2022-12-09gnu: linux-libre: Update to 6.0.12.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.0-version): Update to 6.0.12. (linux-libre-6.0-pristine-source): Update hash.
2022-12-04gnu: xdg-desktop-portal-wlr: Install missing documentation.Tobias Geerinckx-Rice
* gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr)[arguments]: Add a new 'install-documentation phase.
2022-12-09Revert "gnu: make-linux-libre*: Remove input labels."Maxim Cournoyer
This reverts commit dfc6957a5af7d179d4618eb19d4f555c519bc6f2. git-bisect found it broke guix pull on non-x86_64 systems like powerpc64le, for reasons to investigate.
2022-12-09gnu: julia-optimtestproblems: Add missing dependencies.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-optimtestproblems)[arguments]: Add missing base dependencies to julia-package-dependencies.
2022-12-09gnu: julia-statsbase: Update to 0.33.10.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-statsbase): Update to 0.33.10.
2022-12-09gnu: julia-distances: Update to 0.10.7.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-distances): Update to 0.10.7. [arguments]: Skip an additional test on 32-bit systems.
2022-12-09gnu: julia-bfloat16s: Update to 0.4.0.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-bfloat16s): Update to 0.4.0.
2022-12-09gnu: guile-next: Update to a1a8558.Ludovic Courtès
* gnu/packages/guile.scm (guile-next): Update to a1a8558.
2022-12-09gnu: Add htmlq.Greg Hogan
* gnu/packages/rust-apps.scm (htmlq): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-09gnu: Add rust-kuchiki-0.8.Greg Hogan
* gnu/packages/crates-io.scm (rust-kuchiki-0.8): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-09gnu: Add guile-jtd.jgart
* gnu/packages/guile-xyz.scm (guile-jtd): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-09gnu: Add buku-run.Hilton Chain
* gnu/packages/web.scm (buku-run): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-09gnu: rawtherapee: Update to 5.9.Sharlatan Hellseher
* gnu/packages/photo.scm (rawtherapee): Update to 5.9. [arguments]: Use gexp. [inputs]: Remove labels. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-12-09system: images: Add networking support to pine64 image.Gabriel Wicki
* gnu/system/images/pine64.scm (pine64-barebones-os) [services]: Add dhcp-client-service-type and ntp-service-type to the list of services. [packages]: Add nss-certs to the list of packages. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-12-09services: wireguard: Use the parameterized wireguard package.EuAndreh
* gnu/services/vpn.scm (wireguard-activation): Use the "wg" binary from the package given to <wireguard-configuration>. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-12-09gnu: gmid: Update to 1.8.6.cage
* gnu/packages/web.scm (gmid): Update to 1.8.6. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-12-09gnu: nethack: Fix missing command line arguments support in wrapper.Ron Nazarov
* gnu/packages/games.scm (nethack)[phases]: Pass "$@" to nethack. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-12-09gnu: sameboy: Update to 0.15.8.Felix Gruber
* gnu/packages/emulators.scm (sameboy): Update to 0.15.8. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-12-09gnu: xonsh: Update to 0.13.4.Edison Ibáñez
* gnu/packages/shells.scm (xonsh): Update to 0.13.4. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-12-08gnu: Add du-dust.Danny Milosavljevic
* gnu/packages/admin.scm (du-dust): New variable.
2022-12-08gnu: Add rust-thousands.Danny Milosavljevic
* gnu/packages/crates-io.scm (rust-thousands-0.2): New variable.
2022-12-08gnu: Add rust-config-file.Danny Milosavljevic
* gnu/packages/crates-io.scm (rust-config-file-0.2): New variable.
2022-12-08gnu: Add rust-serde-xml-rs.Danny Milosavljevic
* gnu/packages/crates-io.scm (rust-serde-xml-rs-0.5): New variable.
2022-12-08gnu: Add rust-sysinfo.Danny Milosavljevic
* gnu/packages/crates-io.scm (rust-sysinfo-0.15): New variable.
2022-12-08gnu: icedove: Update to 102.5.1 [fixes CVE-2022-45414].Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (icedove): Update to 102.5.1.
2022-12-08gnu: julia-unitful: Update to 1.12.2.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-unitful): Update to 1.12.2.
2022-12-08gnu: julia-woodburymatrices: Update to 0.5.5.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-woodburymatrices): Update to 0.5.5. [arguments]: Remove 'remove-failing-test-i686 phase.
2022-12-08gnu: julia-static: Update to 0.8.3.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-static): Update to 0.8.3.
2022-12-08gnu: julia-simd: Update to 3.4.2.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-simd): Update to 3.4.2.
2022-12-08gnu: julia-jive: Update to 0.2.27.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-jive): Update to 0.2.27.
2022-12-08gnu: julia-genericschur: Update to 0.5.3.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-genericschur): Update to 0.5.3.
2022-12-08gnu: julia-exprtools: Update to 0.1.8.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-exprtools): Update to 0.1.8.
2022-12-08gnu: julia-datastructures: Update to 0.18.13.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-datastructures): Update to 0.18.13.
2022-12-08gnu: julia-aqua: Update to 0.5.5.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-aqua): Update to 0.5.5.
2022-12-08gnu: julia-abstracttrees: Update to 0.4.3.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-abstracttrees): Update to 0.4.3.
2022-12-08gnu: julia-compat: Fix test suite.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-compat)[arguments]: Add phase to patch shell invocation.
2022-12-08gnu: suitesparse: Skip building graphblas on riscv64-linux.Efraim Flashner
* gnu/packages/maths.scm (suitesparse)[arguments]: Add a phase when building for riscv64-linux to skip building graphblas.
2022-12-08gnu: julia: Update to 1.8.3.Efraim Flashner
* gnu/packages/julia.scm (julia): Update to 1.8.3. [source]: Remove one patch. [arguments]: Adjust 'prepare-deps phase to changes in inputs. Remove custom 'use-system-libwhich, 'change-number-of-precompiled-statements, 'symlink-libraries phases. In 'fix-include-and-link-paths phase remove substitution for utf8proc linking and adjust libuv linking. Fix reference to shell in 'replace-default-shell phase. Adjust the 'shared-objects-path phase to changes in the source. Change the 'enable-parallel-tests phase for upstream changes. Adjust the 'adjust-test-suite phase to be more robust. Change the 'disable-broken-tests phase to help the test suite pass. Rename 'symlink-llvm-utf8proc phase to 'symlink-missing-libraries and add two more. Adjust make-flags for changes in shared system libraries. Reorder make-flags to changes in the source. Except for aarch64, use the defaults for choosing to use 64-bit blas. [inputs]: Add libblastrampoline. Replace libgit-1.1 with libgit-1.3, utf8proc-2.7.1 with utf8proc-2.8.0. [native-inputs]: Replace python-2 with python. (libunwind-julia): Update to 1.5.0. [source]: Update patches. * gnu/packages/libevent.scm (libuv-julia): Update to 2.0.0-4.e6f0e49. [arguments]: Also build static library, build position-independent-code. * gnu/packages/llvm.scm (llvm-julia): Update to llvm-13, following upstream's build instructions. * gnu/packages/maths.scm (openlibm): Update to 0.8.1. * gnu/packages/textutils.scm (utf8proc-2.7.1): Update and rename to utf8proc-2.8.0. [native-inputs]: Update unicode to 14.0.0. * gnu/packages/tls.scm (mbedtls-apache): Update to 2.28.0. [source]: Remove snippet. [arguments]: Remove trailing #t from phases. * gnu/packages/patches/julia-allow-parallel-build.patch, (julia-patch): Update version string to 1.8.2. gnu/packages/patches/libunwind-julia-fix-GCC10-fno-common.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them. Co-authored-by: Akira Kyle <akira@akirakyle.com>
2022-12-08gnu: julia: Make libquadmath optional.Efraim Flashner
* gnu/packages/julia.scm (julia)[arguments]: Replace custom phase removing libquadmath requirement for aarch64-linux with phase to make libquadmath support optional.