Age | Commit message (Expand) | Author |
2023-10-15 | 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-Rice |
2023-10-15 | 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-Rice |
2023-10-15 | 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-Rice |
2023-10-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-Rice |
2023-10-15 | 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-Rice |
2023-10-15 | 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-Rice |
2023-10-15 | gnu: Add psftools....* gnu/packages/fontutils.scm (psftools): New public variable.
| Tobias Geerinckx-Rice |
2023-10-15 | gnu: mosh: Prepare for cross-building....Currently blocked by protobuf.
* gnu/packages/ssh.scm (mosh)[arguments]: Use SEARCH-INPUT-FILE.
| Tobias Geerinckx-Rice |
2023-10-15 | 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-Rice |
2023-10-15 | gnu: font-terminus: Install the README....* gnu/packages/fonts.scm (font-terminus): Add a new
'install-documentation phase.
| Tobias Geerinckx-Rice |
2023-10-15 | 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-Rice |
2023-10-15 | gnu: iceauth: Fix source....* gnu/packages/xorg.scm (iceauth)[source]: Fix name & hash.
Reported by ulfvonbelow in #guix.
| Tobias Geerinckx-Rice |
2023-10-19 | 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 Hallsby |
2023-10-19 | 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 Hallsby |
2023-10-19 | 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 Flashner |
2023-10-19 | 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 Flashner |
2023-10-19 | gnu: iwd: Update to 2.8....* gnu/packages/networking.scm (iwd): Update to 2.8.
[synopsis]: Change to "iNet Wireless Daemon".
| Hilton Chain |
2023-10-19 | gnu: ell: Update to 0.59....* gnu/packages/linux.scm (ell): Update to 0.59.
[native-inputs]: Add procps.
| Hilton Chain |
2023-07-23 | 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 Meyer |
2023-10-18 | gnu: Add ipvsadm....* gnu/packages/linux.scm (ipvsadm): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| B. Wilson |
2023-10-18 | gnu: Add dzaima-apl....* gnu/packages/apl.scm (dzaim-apl): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| B. Wilson |
2023-10-18 | 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 Flashner |
2023-10-18 | 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 Hellseher |
2023-10-18 | 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 Hellseher |
2023-10-18 | gnu: Add chirp....* gnu/packages/radio.scm (chirp): New variable.
| Guillaume Le Vaillant |
2023-10-18 | gnu: Add python-yattag....* gnu/packages/python-xyz.scm (python-yattag): New variable.
| Guillaume Le Vaillant |
2023-10-18 | gnu: gqrx: Update to 2.17.2....* gnu/packages/radio.scm (gqrx): Update to 2.17.2.
| Guillaume Le Vaillant |
2023-10-18 | gnu: csdr: Update to 0.18.2....* gnu/packages/radio.scm (csdr): Update to 0.18.2.
| Guillaume Le Vaillant |
2023-10-18 | 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. Gomes |
2023-10-18 | gnu: python-flask-restful-swagger: Add missing input....* gnu/packages/python-web.scm (python-flask-restful-swagger)
[propagated-inputs]: Add python-six.
| Efraim Flashner |
2023-10-17 | 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 Flashner |
2023-10-17 | gnu: Add r-metacell....* gnu/packages/bioinformatics.scm (r-metacell): New variable.
| Afkhami, Navid |
2023-10-17 | gnu: Add r-tgutil....* gnu/packages/statistics.scm (r-tgutil): New variable.
| Afkhami, Navid |
2023-10-17 | 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, Navid |
2023-10-17 | 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, Navid |
2023-10-17 | 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, Navid |
2023-10-17 | 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 Wurmus |
2023-10-17 | 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 Wurmus |
2023-10-17 | gnu: guix-build-coordinator: Update to 0-90.3446355....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-90.3446355.
| Christopher Baines |
2023-10-17 | 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 Victal |
2023-10-17 | 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. Patience |
2023-10-17 | 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é Batista |
2023-10-17 | 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. Patience |
2023-10-17 | 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. Patience |
2023-10-17 | 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. Patience |
2023-10-17 | 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 DIAZ |
2023-10-17 | 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 DIAZ |
2023-10-17 | gnu: valeronoi: Reformat with guix style....* gnu/packages/engineering.scm (valeronoi): Process package with guix
style.
| Efraim Flashner |
2023-10-17 | gnu: valeronoi: Unbundle catch2 header....* gnu/packages/engineering.scm (valeroni)[source]: Add snippet to remove
bundled header.
[native-inputs]: Add catch2.
| Efraim Flashner |
2023-10-17 | 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 Flashner |