summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* linux-modules: Fix module dependency loading.•••* gnu/build/linux-modules.scm (dot-ko): Make COMPRESSION optional, as expected by callers RECURSIVE-MODULE-DEPENDENCIES and LOAD-LINUX-MODULE*. Tobias Geerinckx-Rice2023-10-151-1/+2
* gnu: connman: Update to 1.42.•••* 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. Tobias Geerinckx-Rice2023-10-156-355/+145
* gnu: ppp: Update to 2.5.0.•••* 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. Tobias Geerinckx-Rice2023-10-151-19/+15
* gnu: network-manager: Use Meson option for modprobe.•••* gnu/packages/gnome.scm (arguments): Replace the 'patch-modprobe-path phase with a ‘-Dmodprobe=’ configure flag. Tobias Geerinckx-Rice2023-10-151-9/+2
* gnu: network-manager: Update to 1.44.0.•••* gnu/packages/gnome.scm (network-manager): Update to 1.44.0. [arguments]: Disable the (new) nm-cloud-setup option. Tobias Geerinckx-Rice2023-10-151-3/+4
* gnu: isc-dhcp: Remove unused net-tools input.•••* gnu/packages/admin.scm (isc-dhcp)[arguments]: Don't wrap the ‘dhclient-script’ PATH with net-tools. [inputs]: Remove net-tools altogether. Tobias Geerinckx-Rice2023-10-151-5/+4
* gnu: Add psftools.•••* gnu/packages/fontutils.scm (psftools): New public variable. Tobias Geerinckx-Rice2023-10-151-0/+31
* gnu: mosh: Prepare for cross-building.•••Currently blocked by protobuf. * gnu/packages/ssh.scm (mosh)[arguments]: Use SEARCH-INPUT-FILE. Tobias Geerinckx-Rice2023-10-151-3/+3
* gnu: mosh: Update package style.•••* gnu/packages/ssh.scm (mosh)[arguments]: Use G-expressions. Don't explicitly return #t from phases. [inputs]: Remove input labels. Tobias Geerinckx-Rice2023-10-151-23/+21
* gnu: font-terminus: Install the README.•••* gnu/packages/fonts.scm (font-terminus): Add a new 'install-documentation phase. Tobias Geerinckx-Rice2023-10-151-1/+14
* gnu: ncdu: Use a less clever licence URL.•••* 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. Tobias Geerinckx-Rice2023-10-151-3/+1
* gnu: iceauth: Fix source.•••* gnu/packages/xorg.scm (iceauth)[source]: Fix name & hash. Reported by ulfvonbelow in #guix. Tobias Geerinckx-Rice2023-10-151-2/+2
* gnu: Add cl-wayland.•••* 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> Karl Hallsby2023-10-191-0/+42
* gnu: Add cl-xkbcommon.•••* 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> Karl Hallsby2023-10-191-0/+43
* gnu: openfwwf-firmware: Don't build for a specific target.•••* gnu/packages/firmware.scm (openfwwf-firmware)[arguments]: Set target to #f since we're building firmware files. Efraim Flashner2023-10-191-0/+1
* gnu: ath9k-htc-firmware: Don't build for a specific target.•••* gnu/packages/firmware.scm (ath9k-htc-firmware)[arguments]: Set target to #f since we're building firmware files. Efraim Flashner2023-10-191-1/+2
* gnu: iwd: Update to 2.8.•••* gnu/packages/networking.scm (iwd): Update to 2.8. [synopsis]: Change to "iNet Wireless Daemon". Hilton Chain2023-10-191-3/+3
* gnu: ell: Update to 0.59.•••* gnu/packages/linux.scm (ell): Update to 0.59. [native-inputs]: Add procps. Hilton Chain2023-10-191-3/+3
* gnu: linux-libre 6.1: Update to 6.1.58.•••* 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> Wilko Meyer2023-07-231-2/+2
* gnu: Add ipvsadm.•••* gnu/packages/linux.scm (ipvsadm): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> B. Wilson2023-10-181-0/+40
* gnu: Add dzaima-apl.•••* gnu/packages/apl.scm (dzaim-apl): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> B. Wilson2023-10-181-0/+86
* gnu: isc-dhcp: Fix cross-compilation to powerpc-linux.•••* 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. Efraim Flashner2023-10-181-2/+6
* gnu: Sort use-module in (gnu packages virtualization) alphabetically.•••* gnu/packages/virtualization.scm. Sort use-module alphabetically to easy maintenance. Signed-off-by: Andrew Tropin <andrew@trop.in> Sharlatan Hellseher2023-10-181-5/+5
* gnu: Add VMware open-vm-tools.•••* gnu/packages/virtualization.scm (vmware-open-vm-tools, vmware-open-vm-tools-gtk): New variables. Signed-off-by: Andrew Tropin <andrew@trop.in> Sharlatan Hellseher2023-10-181-0/+152
* gnu: Add chirp.•••* gnu/packages/radio.scm (chirp): New variable. Guillaume Le Vaillant2023-10-181-0/+50
* gnu: Add python-yattag.•••* gnu/packages/python-xyz.scm (python-yattag): New variable. Guillaume Le Vaillant2023-10-181-0/+17
* gnu: gqrx: Update to 2.17.2.•••* gnu/packages/radio.scm (gqrx): Update to 2.17.2. Guillaume Le Vaillant2023-10-181-2/+2
* gnu: csdr: Update to 0.18.2.•••* gnu/packages/radio.scm (csdr): Update to 0.18.2. Guillaume Le Vaillant2023-10-181-2/+2
* gnu: cl-prompter: Update to 0.1.0-0.b40a13a.•••* gnu/packages/lisp-xyz.scm (sbcl-prompter): Update to 0.1.0-0.b40a13a. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Andre A. Gomes2023-10-181-58/+44
* gnu: python-flask-restful-swagger: Add missing input.•••* gnu/packages/python-web.scm (python-flask-restful-swagger) [propagated-inputs]: Add python-six. Efraim Flashner2023-10-181-1/+1
* gnu: python-pgpy: Update to 0.6.0.•••* gnu/packages/python-crypto.scm (python-pgpy): Update to 0.6.0. [propagated-inputs]: Remove python-singledispatch and python-six. Efraim Flashner2023-10-171-4/+3
* gnu: Add r-metacell.•••* gnu/packages/bioinformatics.scm (r-metacell): New variable. Afkhami, Navid2023-10-171-0/+60
* gnu: Add r-tgutil.•••* gnu/packages/statistics.scm (r-tgutil): New variable. Afkhami, Navid2023-10-171-0/+37
* gnu: r-tgstat: Update to 2.3.24.•••* 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. Afkhami, Navid2023-10-172-35/+23
* gnu: r-tgconfig: Update to 0.1.2-1.15cf199.•••* 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. Afkhami, Navid2023-10-171-15/+20
* gnu: r-svglite: Update to 2.1.2.•••* gnu/packages/statistics.scm (r-svglite): Update to 2.1.2. [properties]: Add field. [home-page]: Do not use repository URL. Afkhami, Navid2023-10-171-10/+7
* gnu: singularity: Do not override PATH.•••* gnu/packages/linux.scm (singularity)[arguments]: Prepend coreutils, but don't make it impossible to pick up other tools. Ricardo Wurmus2023-10-171-1/+3
* gnu: singularity: Modernize package definition.•••* 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. Ricardo Wurmus2023-10-171-34/+32
* gnu: guix-build-coordinator: Update to 0-90.3446355.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-90.3446355. Christopher Baines2023-10-171-3/+3
* gnu: mympd: Update to 12.1.0.•••* gnu/packages/mpd.scm (mympd): Update to 12.1.0. Signed-off-by: Christopher Baines <mail@cbaines.net> Bruno Victal2023-10-171-2/+2
* gnu: nomad-optimizer: Update to 4.3.1.•••* 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> Paul A. Patience2023-10-171-156/+101
* gnu: irssi: Update to 1.4.5.•••* gnu/packages/irc.scm (irssi): Update to 1.4.5. Signed-off-by: Christopher Baines <mail@cbaines.net> André Batista2023-10-171-2/+2
* gnu: mmg: Update to 5.7.2.•••* gnu/packages/graphics.scm (mmg): Update to 5.7.2. Signed-off-by: Christopher Baines <mail@cbaines.net> Paul A. Patience2023-10-171-2/+2
* gnu: python-trimesh: Update to 3.23.5.•••* gnu/packages/python-science.scm (python-trimesh): Update to 3.23.5. Signed-off-by: Christopher Baines <mail@cbaines.net> Paul A. Patience2023-10-171-2/+2
* gnu: python-pyvista: Update to 0.42.3.•••* gnu/packages/python-science.scm (python-pyvista): Update to 0.42.3. Signed-off-by: Christopher Baines <mail@cbaines.net> Paul A. Patience2023-10-171-3/+3
* gnu: crypto++: Add tunable property.•••* gnu/packages/crypto.scm (crypto++): Set tunable? property to true. Signed-off-by: Christopher Baines <mail@cbaines.net> Jean-Pierre De Jesus DIAZ2023-10-171-0/+1
* gnu: crypto++: Update to 8.8.0.•••* gnu/packages/crypto.scm (crypto++): Update to 8.8.0. [arguments]: Update to new style. Remove .so symbolic link installation as the project does it now. Fix cross-compilation for GNU/Linux and MinGW targets. Signed-off-by: Christopher Baines <mail@cbaines.net> Jean-Pierre De Jesus DIAZ2023-10-171-55/+28
* gnu: valeronoi: Reformat with guix style.•••* gnu/packages/engineering.scm (valeronoi): Process package with guix style. Efraim Flashner2023-10-171-43/+40
* gnu: valeronoi: Unbundle catch2 header.•••* gnu/packages/engineering.scm (valeroni)[source]: Add snippet to remove bundled header. [native-inputs]: Add catch2. Efraim Flashner2023-10-171-1/+9
* gnu: valeronoi: Update to 0.2.0.•••* gnu/packages/engineering.scm valeronoi: Update to 0.2.0. [inputs]: Remove qtbase-5 and qtsvg-5; add qtbase and qtsvg. Efraim Flashner2023-10-171-4/+4