summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2023-10-20home: services: Fix race condition when detecting first login.Carlo Zancanaro
* gnu/home/services.scm (compute-on-first-login-script): Use open-fdes to atomically check whether a file exists and create it if not. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-10-20gnu: Add emacs-slite.ykonai
* gnu/packages/lisp-xyz.scm (emacs-slite): New variable. The package is within lisp-xyz.scm due to inheriting from sbcl-slite (as it is really one project, with an CL part and an Emacs part). Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-10-20gnu: Add cl-slite.ykonai
* gnu/packages/lisp-xyz.scm (cl-slite, ecl-slite, sbcl-slite): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-10-20services: nftables: Tighten the default rules.Tomas Volf
Packets for local host IP ranges should be coming only over lo. If that is not the case, we should drop them. Use iif for the check instead of iifname, lo is guaranteed to exists, and iif is faster. * gnu/services/networking.scm (%default-nftables-ruleset): Tighten the rules. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-10-20gnu: unison: Update to 2.53.3.pukkamustard
* gnu/packages/ocaml.scm (unison): Update to 2.53.0. [source]: Remove patch. [build-system]: Use dune-build-system. [outputs]: Remove "doc" output. [native-inputs]: Update package style. [propagated-inputs]: Add lablgtk3 and zlib. [arguments]: Enable tests. <#:phases>: Remove prepare-install and install-fsmonitor phases. * gnu/packages/patches/unison-fix-ocaml-4.08.patch: Remove file. * gnu/local.mk: Unregister. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-10-15linux-modules: Fix module dependency loading.Tobias Geerinckx-Rice
* gnu/build/linux-modules.scm (dot-ko): Make COMPRESSION optional, as expected by callers RECURSIVE-MODULE-DEPENDENCIES and LOAD-LINUX-MODULE*.
2023-10-15gnu: connman: Update to 1.42.Tobias Geerinckx-Rice
* gnu/packages/connman.scm (connman): Update to 1.42. [source]: Replace all (obsolete) patches with a new one. * gnu/packages/patches/connman-CVE-2022-32292.patch, * gnu/packages/patches/connman-CVE-2022-32293-pt1.patch, * gnu/packages/patches/connman-CVE-2022-32293-pt2.patch: Delete files. * gnu/packages/patches/connman-add-missing-libppp-compat.h.patch: New file. * gnu/local.mk (dist_patch_DATA): Remove deleted files, add new one.
2023-10-15gnu: ppp: Update to 2.5.0.Tobias Geerinckx-Rice
* gnu/packages/samba.scm (ppp): Update to 2.5.0. [arguments]: Move CC from #:make-flags to #:configure-flags where it belongs. Remind ./configure where openssl lives. Build verbosely. Remove obsolete 'patch-Makefile phase, and delete autogen.sh. [native-inputs]: Add autoconf, automake, and libtool.
2023-10-15gnu: network-manager: Use Meson option for modprobe.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (arguments): Replace the 'patch-modprobe-path phase with a ‘-Dmodprobe=’ configure flag.
2023-10-15gnu: network-manager: Update to 1.44.0.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (network-manager): Update to 1.44.0. [arguments]: Disable the (new) nm-cloud-setup option.
2023-10-15gnu: isc-dhcp: Remove unused net-tools input.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (isc-dhcp)[arguments]: Don't wrap the ‘dhclient-script’ PATH with net-tools. [inputs]: Remove net-tools altogether.
2023-10-15gnu: Add psftools.Tobias Geerinckx-Rice
* gnu/packages/fontutils.scm (psftools): New public variable.
2023-10-15gnu: mosh: Prepare for cross-building.Tobias Geerinckx-Rice
Currently blocked by protobuf. * gnu/packages/ssh.scm (mosh)[arguments]: Use SEARCH-INPUT-FILE.
2023-10-15gnu: mosh: Update package style.Tobias Geerinckx-Rice
* gnu/packages/ssh.scm (mosh)[arguments]: Use G-expressions. Don't explicitly return #t from phases. [inputs]: Remove input labels.
2023-10-15gnu: font-terminus: Install the README.Tobias Geerinckx-Rice
* gnu/packages/fonts.scm (font-terminus): Add a new 'install-documentation phase.
2023-10-15gnu: ncdu: Use a less clever licence URL.Tobias Geerinckx-Rice
* gnu/packages/ncdu.scm (ncdu-1)[license]: Use a relative file:// in the source directory instead of a remote https:// link to a Gitweb instance.
2023-10-15gnu: iceauth: Fix source.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (iceauth)[source]: Fix name & hash. Reported by ulfvonbelow in #guix.
2023-10-19gnu: Add cl-wayland.Karl Hallsby
* gnu/packages/lisp-xyz.scm (sbcl-cl-wayland, cl-wayland, ecl-cl-wayland): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net> Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-10-19gnu: Add cl-xkbcommon.Karl Hallsby
* gnu/packages/lisp-xyz.scm (sbcl-xkbcommon, cl-xkbcommon, ecl-xkbcommon): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net> Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-10-19gnu: openfwwf-firmware: Don't build for a specific target.Efraim Flashner
* gnu/packages/firmware.scm (openfwwf-firmware)[arguments]: Set target to #f since we're building firmware files.
2023-10-19gnu: ath9k-htc-firmware: Don't build for a specific target.Efraim Flashner
* gnu/packages/firmware.scm (ath9k-htc-firmware)[arguments]: Set target to #f since we're building firmware files.
2023-10-19gnu: iwd: Update to 2.8.Hilton Chain
* gnu/packages/networking.scm (iwd): Update to 2.8. [synopsis]: Change to "iNet Wireless Daemon".
2023-10-19gnu: ell: Update to 0.59.Hilton Chain
* gnu/packages/linux.scm (ell): Update to 0.59. [native-inputs]: Add procps.
2023-07-23gnu: linux-libre 6.1: Update to 6.1.58.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.58. (linux-libre-6.1-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-10-18gnu: Add ipvsadm.B. Wilson
* gnu/packages/linux.scm (ipvsadm): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-10-18gnu: Add dzaima-apl.B. Wilson
* gnu/packages/apl.scm (dzaim-apl): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-10-18gnu: isc-dhcp: Fix cross-compilation to powerpc-linux.Efraim Flashner
* gnu/packages/admin.scm (isc-dhcp)[arguments]: Adjust the custom 'fix-bind-cross-compilation phase to force linking with '-latomic' when building for powerpc-linux.
2023-10-18gnu: Sort use-module in (gnu packages virtualization) alphabetically.Sharlatan Hellseher
* gnu/packages/virtualization.scm. Sort use-module alphabetically to easy maintenance. Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-10-18gnu: Add VMware open-vm-tools.Sharlatan Hellseher
* gnu/packages/virtualization.scm (vmware-open-vm-tools, vmware-open-vm-tools-gtk): New variables. Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-10-18gnu: Add chirp.Guillaume Le Vaillant
* gnu/packages/radio.scm (chirp): New variable.
2023-10-18gnu: Add python-yattag.Guillaume Le Vaillant
* gnu/packages/python-xyz.scm (python-yattag): New variable.
2023-10-18gnu: gqrx: Update to 2.17.2.Guillaume Le Vaillant
* gnu/packages/radio.scm (gqrx): Update to 2.17.2.
2023-10-18gnu: csdr: Update to 0.18.2.Guillaume Le Vaillant
* gnu/packages/radio.scm (csdr): Update to 0.18.2.
2023-10-18gnu: cl-prompter: Update to 0.1.0-0.b40a13a.Andre A. Gomes
* gnu/packages/lisp-xyz.scm (sbcl-prompter): Update to 0.1.0-0.b40a13a. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-10-18gnu: python-flask-restful-swagger: Add missing input.Efraim Flashner
* gnu/packages/python-web.scm (python-flask-restful-swagger) [propagated-inputs]: Add python-six.
2023-10-17gnu: python-pgpy: Update to 0.6.0.Efraim Flashner
* gnu/packages/python-crypto.scm (python-pgpy): Update to 0.6.0. [propagated-inputs]: Remove python-singledispatch and python-six.
2023-10-17gnu: Add r-metacell.Afkhami, Navid
* gnu/packages/bioinformatics.scm (r-metacell): New variable.
2023-10-17gnu: Add r-tgutil.Afkhami, Navid
* gnu/packages/statistics.scm (r-tgutil): New variable.
2023-10-17gnu: r-tgstat: Update to 2.3.24.Afkhami, Navid
* gnu/packages/statistics.scm (r-tgstat): Delete variable. * gnu/packages/cran.scm (r-tgstat): Add updated variable here. [native-inputs]: Add r-knitr. [propagated-inputs]: Remove r-rcpp. [arguments]: Remove fix-isnan phase.
2023-10-17gnu: r-tgconfig: Update to 0.1.2-1.15cf199.Afkhami, Navid
* gnu/packages/statistics.scm (r-tgconfig): Update to 0.1.2-1.15cf199. [source]: Fetch from github. [properties]: Add field. [home-page]: Use new URL. [description]: Expand. [license]: Use GPLv3 or later.
2023-10-17gnu: r-svglite: Update to 2.1.2.Afkhami, Navid
* gnu/packages/statistics.scm (r-svglite): Update to 2.1.2. [properties]: Add field. [home-page]: Do not use repository URL.
2023-10-17gnu: singularity: Do not override PATH.Ricardo Wurmus
* gnu/packages/linux.scm (singularity)[arguments]: Prepend coreutils, but don't make it impossible to pick up other tools.
2023-10-17gnu: singularity: Modernize package definition.Ricardo Wurmus
* gnu/packages/linux.scm (singularity)[source]: Remove trailing #t from snippet. [arguments]: Use G-expressions; remove trailing #t from build phases. [inputs]: Drop labels; add coreutils.
2023-10-17gnu: guix-build-coordinator: Update to 0-90.3446355.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-90.3446355.
2023-10-17gnu: mympd: Update to 12.1.0.Bruno Victal
* gnu/packages/mpd.scm (mympd): Update to 12.1.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-17gnu: nomad-optimizer: Update to 4.3.1.Paul A. Patience
* gnu/packages/maths.scm (nomad-optimizer): Update to 4.3.1. [native-inputs]: Remove python-wrapper and python-cython. Add openmpi. [arguments]: Use G-expressions. Remove #:imported-modules and #:modules. <#:configure-flags>: Remove -DBUILD_INTERFACE_PYTHON=ON. <#:phases>: Remove 'fix-sources-for-build' phase. Rename 'fix-sources-for-tests' phase to 'fix-tests' and update it. Add 'mpi-setup' phase. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-17gnu: irssi: Update to 1.4.5.André Batista
* gnu/packages/irc.scm (irssi): Update to 1.4.5. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-17gnu: mmg: Update to 5.7.2.Paul A. Patience
* gnu/packages/graphics.scm (mmg): Update to 5.7.2. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-17gnu: python-trimesh: Update to 3.23.5.Paul A. Patience
* gnu/packages/python-science.scm (python-trimesh): Update to 3.23.5. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-17gnu: python-pyvista: Update to 0.42.3.Paul A. Patience
* gnu/packages/python-science.scm (python-pyvista): Update to 0.42.3. Signed-off-by: Christopher Baines <mail@cbaines.net>