aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2023-08-10services: Add pam-mount-volume-service-type.Brian Cully
The `pam-mount-volumes-service-type' adds additional volumes to the pam-mount-service-type in addition to any that are already specified in `pam-mount-rules'. * doc/guix.texi (PAM Mount Volume Service): add documentation for `pam-mount-service-type'. * gnu/services/pam-mount.scm: new file. * Makefile.am: add pam-mount tests * tests/services/pam-mount.scm: new tests Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-06gnu: xfstests: Add inputs.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (xfstests)[arguments]: Search for bc, df, and perl. [inputs]: Add bc.
2023-08-06gnu: xfstests: Update package style.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (xfstests)[arguments]: Rewrite as G-expressions. Never refer to inputs by label. [inputs]: Remove input labels.
2023-08-06gnu: xfstests: Update to 1.1.0-3.8de535c.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (xfstests): Update to 1.1.0-3.8de535c.
2023-07-23gnu: linux-libre 4.19: Update to 4.19.289.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.289. (linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes.
2023-07-23gnu: linux-libre 5.4: Update to 5.4.251.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.251. (linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes.
2023-07-23gnu: linux-libre: Update to 6.4.8.Leo Famulari
* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision, linux-libre-pristine-source, linux-libre-source, linux-libre, linux-libre-with-bpf): Update to linux-libre 6.4.
2023-07-23gnu: linux-libre 5.10: Update to 5.10.188.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.188. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes. (linux-libre-5.15-source): Remove obsolete patch 'linux-libre-wireguard-postup-privkey.patch'.
2023-07-23gnu: linux-libre 5.15: Update to 5.15.124.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.124. (linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes. (linux-libre-5.15-source): Remove obsolete patch 'linux-libre-wireguard-postup-privkey.patch'.
2023-07-23gnu: linux-libre 6.1: Update to 6.1.43.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.43. (linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes. (linux-libre-6.1-source): Remove obsolete patch 'linux-libre-wireguard-postup-privkey.patch'.
2023-07-23gnu: linux-libre 6.4: Update to 6.4.8.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.4-version): Update to 6.4.8. (linux-libre-6.4-pristine-source, deblob-scripts-6.4): Update hashes. (linux-libre-6.4-source): Remove obsolete patch 'linux-libre-wireguard-postup-privkey.patch'.
2023-07-23Revert broken kernel update commits.Leo Famulari
This reverts commits: 90f2d40b3ef8f8143d18d3c528b271a3f5c303fe^..2cd153ff9b6388ea04fa8bbd54ba452af0a4ce65 These commits contained a mistake that would break the build of the changed packages.
2023-07-23gnu: linux-libre 4.19: Update to 4.19.289.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.289. (linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes.
2023-07-23gnu: linux-libre 5.4: Update to 5.4.251.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.251. (linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes.
2023-07-23gnu: linux-libre 5.10: Update to 5.10.188.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.188. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
2023-07-23gnu: linux-libre 6.15: Update to 6.15.124.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.15-version): Update to 6.15.124. (linux-libre-6.15-pristine-source, deblob-scripts-6.15): Update hashes.
2023-07-23gnu: linux-libre 6.1: Update to 6.1.43.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.43. (linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes.
2023-07-23gnu: linux-libre 6.4: Update to 6.4.8.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.4-version): Update to 6.4.8. (linux-libre-6.4-pristine-source, deblob-scripts-6.4): Update hashes.
2023-08-09gnu: Add awslogs.Ricardo Wurmus
* gnu/packages/web.scm (awslogs): New variable.
2023-08-08gnu: Add savane.AwesomeAdam54321
* gnu/packages/version-control.scm (savane): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-08gnu: uwufetch: Manually create missing include dir.Juliana Sims
* gnu/packages/admin.scm (uwufetch) [arguments]: Manually create missing include dir. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-08gnu: uwufetch: Fix typo in build phase name.Juliana Sims
* gnu/packages/admin.scm (uwufetch) [arguments]: Fix typo in build phase name. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-08file-systems: Use cgroups v2.Sam Lockart
cgroup v2 is the next generation of the control groups API. This patch replaces the cgroup v1 file systems with the unified cgroup v2 file system. cgroup v2 allows for things like containerd/podman to run rootless containers and opens guix system up to running things like Kubernetes. Thanks to Hilton Chain <hako@ultrarare.space> for suggesting the Docker service change. * gnu/system/file-systems.scm (%control-groups): Change to a single "cgroup2" mount point. * gnu/services/docker.scm (docker-shepherd-service): Trim 'requirement' field accordingly. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-08-08gnu: Add gp-saml-guiUnstable Horse
* gnu/packages/vpn.scm (gp-saml-gui): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-08gnu: libflame: Tweak synopsis.Ludovic Courtès
* gnu/packages/maths.scm (libflame)[synopsis]: Expand acronym.
2023-08-08gnu: blis: Provide the CBLAS interface.Ludovic Courtès
* gnu/packages/maths.scm (blis)[arguments]: Add #:configure-flags.
2023-08-08system: Do not check initrd modules for pseudo file systems.Ludovic Courtès
Reported by hako on #guix. * gnu/machine/ssh.scm (machine-check-initrd-modules): Filter out pseudo file systems from 'file-systems'. * guix/scripts/system.scm (check-initrd-modules): Likewise.
2023-08-08gnu: webkitgtk: Update to 2.40.5.Andre A. Gomes
* gnu/packages/webkit.scm (webkitgtk): Update to 2.40.5. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-08gnu: goaccess: Update to 1.7.2.Ricardo Wurmus
* gnu/packages/web.scm (goaccess): Update to 1.7.2. [source]: Patch second timestamp in parser.c. [arguments]: Enable geoip and utf8. [inputs]: Add libmaxminddb and openssl.
2023-08-08gnu: txr: Update to 291.Guillaume Le Vaillant
* gnu/packages/lisp.scm (txr): Update to 291.
2023-08-08gnu: cl-nodgui: Remove input labels.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-nodgui)[inputs]: Remove labels. [arguments]: Use gexp.
2023-08-08gnu: cl-nodgui: Update to 0.4.8.5-2.4a9c2e7.cage
* gnu/packages/lisp-xyz.scm (sbcl-nodgui): Update to 0.4.8.5-2.4a9c2e7. [source, home-page]: Switch from Notabug to Codeberg. [inputs]: Remove sbcl-cl-lex and sbcl-cl-yacc. Add sbcl-esrap and tklib. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-08gnu: cl-clunit2: Update to 0.5.2-2.5e28343.cage
* gnu/packages/lisp-check.scm (sbcl-clunit2): Update to 0.5.2-2.5e28343. [source, home-page]: Switch from Notabug to Codeberg. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-08gnu: cl-colors2: Update to 0.5.4-4.7a14107.cage
* gnu/packages/lisp-xyz.scm (sbcl-cl-colors2): Update to 0.5.4-4.7a14107. [source, home-page]: Switch from Notabug to Codeberg. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-08gnu: cl-i18n: Update to 0.5.5-3.acb162a.cage
* gnu/packages/lisp-xyz.scm (sbcl-cl-i18n): Update to 0.5.5-3.acb162a. [source, home-page]: Switch from Notabug to Codeberg. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-08gnu: cl-tooter: Update to 1.0.0-4.2e1b22f05.cage
* gnu/packages/lisp-xyz.scm (sbcl-tooter): Update to 1.0.0-4.2e1b22f05. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-08gnu: python-astroalign: Fix build.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-astroalign)[native-inputs]: Add python-pytest, python-semantic-version. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-synphot: Update to 1.2.1.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-synphot): Update to 1.2.1. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-pyerfa: Use G-expressions.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-pyerfa): Use G-expressions. [snippet]: Remove trailing #t. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-pyerfa: Fix tests.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-pyerfa): Fix tests. [build-system]: Change to pyproject-build-system. [arguments]: Disable a failing test. Add 'build-extensions phase. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-pyerfa: Update to 2.0.0.3.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-pyerfa): Update to 2.0.0.3. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-sunpy: Update to 5.0.0.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-sunpy): Update to 5.0.0. Drop some failing tests. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-cdflib: Update to 1.0.5.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-cdflib): Update to 1.0.5. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-stdatamodels: Update to 1.7.1.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-stdatamodels): Update to 1.7.1. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-stcal: Update to 1.4.2.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-stcal): Update to 1.4.2. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-reproject: Update to 0.11.0.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-reproject): Update to 0.11.0. [native-inputs]: Move python-pyvo, python-gwcs, python-shapely from here ... [propagated-inputs]: ... to here. Add python-click, python-cloudpickle, python-dask, python-fsspec, python-zarr. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07gnu: qtbase: Avoid retaining a reference to gcc-final.Maxim Cournoyer
Fixes <https://issues.guix.gnu.org/63948>. * gnu/packages/qt.scm (qtbase) [configure-flags]: Add the "-DQT_EMBED_TOOLCHAIN_COMPILER=OFF" flag. Reported-by: Ludovic Courtès <ludo@gnu.org>
2023-08-07gnu: qtbase: Fix qmake link directives.Maxim Cournoyer
* gnu/packages/qt.scm (qtbase) [origin]: Add patch, specifying patches explicitly. [arguments] <phases>: Augment LIBRARY_PATH in check phase. * gnu/packages/patches/qtbase-qmake-use-libname.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2023-08-07gnu: python-drms: Update to 0.6.4.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-drms): Update to 0.6.4.
2023-08-07gnu: python-fitsio: Enable tests.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-fitsio): Enable tests. [build-system]: Swap to pyproject-build-system. [arguments]: Add new phase 'build-extensions. Signed-off-by: Andreas Enge <andreas@enge.fr>