summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-11gnu: openfoam-org: Use 'git-fetch'....So far the source was taken from an auto-generated, unstable tarball at github.com. This fixes that. * gnu/packages/simulation.scm (openfoam-org)[source]: Switch to 'git-fetch'. [arguments]: Add 'rename-self' phase. Ludovic Courtès
2023-08-11gnu: libflame: Remove input labels and use gexps....* gnu/packages/maths.scm (libflame)[arguments]: Use gexps and remove trailing #t in phases. [inputs, native-inputs]: Remove labels. Ludovic Courtès
2023-08-11gnu: libflame: Remove dependency on OpenBLAS....This dependency was build-time-only and unused at compile time (the test suite is unaffected). * gnu/packages/maths.scm (libflame)[native-inputs]: Remove OPENBLAS. Ludovic Courtès
2023-08-11gnu: Add r-partr2....* gnu/packages/bioinformatics.scm (r-partr2): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Navid Afkhami
2023-07-23news: Add entry about the removal of linux-libre 6.3....* etc/news.scm: Add entry. Leo Famulari
2023-07-23news: Add entry for the linux-libre 6.4 update....* etc/news.scm: Add entry. Leo Famulari
2023-07-23gnu: Remove linux-libre 6.3....This kernel series is no longer supported upstream. * gnu/packages/linux.scm (linux-libre-6.3-version, linux-libre-6.3-gnu-revision, deblob-scripts-6.3, linux-libre-6.3-pristine-source, linux-libre-6.3-source, linux-libre-headers-6.3, linux-libre-6.3): Remove variables. * gnu/packages/aux-files/linux-libre/6.3-arm.conf, gnu/packages/aux-files/linux-libre/6.3-arm64.conf, gnu/packages/aux-files/linux-libre/6.3-i686.conf, gnu/packages/aux-files/linux-libre/6.3-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove them. * gnu/packages/patches/linux-libre-wireguard-postup-privkey.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Leo Famulari
2023-07-23gnu: linux-libre 4.14: Update to 4.14.231....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.231. (linux-libre-4.14-pristine-source, deblob-scripts-4.14): Update hashes. Leo Famulari
2023-07-23gnu: linux-libre 4.19: Update to 4.19.290....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.290. (linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes. Leo Famulari
2023-07-23gnu: linux-libre 5.4: Update to 5.4.252....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.252. (linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes. Leo Famulari
2023-07-23gnu: linux-libre 5.10: Update to 5.10.189....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.189. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes. Leo Famulari
2023-07-23gnu: linux-libre 5.15: Update to 5.15.125....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.125. (linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes. Leo Famulari
2023-07-23gnu: linux-libre 6.1: Update to 6.1.44....* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.44. (linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes. Leo Famulari
2023-07-23gnu: linux-libre: Update to 6.4.9....* gnu/packages/linux.scm (linux-libre-6.4-version): Update to 6.4.9. (linux-libre-6.4-pristine-source, deblob-scripts-6.4): Update hashes. Leo Famulari
2023-08-10gnu: Add obs-looking-glass....* gnu/packages/video.scm (obs-looking-glass): New variable. Oleg Pykhalov
2023-08-10gnu: Add yubikey-manager-qt....* gnu/packages/security-token.scm (yubikey-manager-qt): New variable. Reviewed-by: Andreas Enge <andreas@enge.fr> Maxim Cournoyer
2023-08-10gnu: Add pyotherside-for-qt5....* gnu/packages/qt.scm (pyotherside-for-qt5): New variable. Maxim Cournoyer
2023-08-10gnu: Add pyotherside....* gnu/packages/qt.scm (pyotherside): New variable. Maxim Cournoyer
2023-08-10gnu: cl-mime: Fix home page URL....* gnu/packages/lisp-xyz.scm (sbcl-cl-mime)[home-page]: Use the correct URL. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Konrad Hinsen
2023-08-10gnu: plink: Build with GCC 8....* gnu/packages/bioinformatics.scm (plink)[native-inputs]: Add gcc-8. Ricardo Wurmus
2023-08-10gnu: Add openfoam-com....* gnu/packages/simulation.scm (openfoam-com): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> reza
2023-08-10gnu: Add openfoam-org. Deprecate openfoam....* gnu/packages/patches/openfoam-4.1-cleanup.patch: Delete file. * gnu/local.mk: Remove it. * gnu/packages/simulation.scm (openfoam-org): New variable. (openfoam): Mark as deprecated. Signed-off-by: Ludovic Courtès <ludo@gnu.org> reza
2023-08-10gnu: Do not use (gnu packages commencement) in engineering.scm....This avoids a circular dependency evidenced by the following commit. * gnu/packages/engineering.scm (freehdl)[inputs]: Resolve 'gcc-toolchain' from here rather than by using (gnu packages commencement). Ludovic Courtès
2023-08-10services: Add pam-mount-volume-service-type....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> Brian Cully
2023-08-06gnu: xfstests: Add inputs....* gnu/packages/file-systems.scm (xfstests)[arguments]: Search for bc, df, and perl. [inputs]: Add bc. Tobias Geerinckx-Rice
2023-08-06gnu: xfstests: Update package style....* gnu/packages/file-systems.scm (xfstests)[arguments]: Rewrite as G-expressions. Never refer to inputs by label. [inputs]: Remove input labels. Tobias Geerinckx-Rice
2023-08-06gnu: xfstests: Update to 1.1.0-3.8de535c....* gnu/packages/file-systems.scm (xfstests): Update to 1.1.0-3.8de535c. Tobias Geerinckx-Rice
2023-07-23gnu: Add missing kernel configs to Makefile.am....This is a followup to commit 49f74b67a44882d2af0529abf3e60a9c37512f2c * Makefile.am (AUX_FILES): Add 6.4 kernel configs for arm and arm64. Leo Famulari
2023-07-23gnu: linux-libre 4.19: Update to 4.19.289....* 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. Leo Famulari
2023-07-23gnu: linux-libre 5.4: Update to 5.4.251....* 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. Leo Famulari
2023-07-23gnu: linux-libre: Update to 6.4.8....* 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. Leo Famulari
2023-07-23gnu: linux-libre 5.10: Update to 5.10.188....* 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'. Leo Famulari
2023-07-23gnu: linux-libre 5.15: Update to 5.15.124....* 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'. Leo Famulari
2023-07-23gnu: linux-libre 6.1: Update to 6.1.43....* 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'. Leo Famulari
2023-07-23gnu: linux-libre 6.4: Update to 6.4.8....* 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'. Leo Famulari
2023-07-23Revert broken kernel update commits....This reverts commits: 90f2d40b3ef8f8143d18d3c528b271a3f5c303fe^..2cd153ff9b6388ea04fa8bbd54ba452af0a4ce65 These commits contained a mistake that would break the build of the changed packages. Leo Famulari
2023-07-23gnu: linux-libre 4.19: Update to 4.19.289....* 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. Leo Famulari
2023-07-23gnu: linux-libre 5.4: Update to 5.4.251....* 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. Leo Famulari
2023-07-23gnu: linux-libre 5.10: Update to 5.10.188....* 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. Leo Famulari
2023-07-23gnu: linux-libre 6.15: Update to 6.15.124....* 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. Leo Famulari
2023-07-23gnu: linux-libre 6.1: Update to 6.1.43....* 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. Leo Famulari
2023-07-23gnu: linux-libre 6.4: Update to 6.4.8....* 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. Leo Famulari
2023-08-09guix: profiles: Do not raise error on incomplete TeX Live setups....* guix/profiles.scm (texlive-font-maps): Check if TEXLIVE-SCRIPTS is present in the manifest before trying to generate font maps. Nicolas Goaziou
2023-08-09gnu: Add awslogs....* gnu/packages/web.scm (awslogs): New variable. Ricardo Wurmus
2023-08-08gnu: Add savane....* gnu/packages/version-control.scm (savane): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> AwesomeAdam54321
2023-08-08gnu: uwufetch: Manually create missing include dir....* gnu/packages/admin.scm (uwufetch) [arguments]: Manually create missing include dir. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Juliana Sims
2023-08-08gnu: uwufetch: Fix typo in build phase name....* gnu/packages/admin.scm (uwufetch) [arguments]: Fix typo in build phase name. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Juliana Sims
2023-08-08file-systems: Use cgroups v2....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> Sam Lockart
2023-08-08gnu: Add gp-saml-gui...* gnu/packages/vpn.scm (gp-saml-gui): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Unstable Horse
2023-08-08gnu: libflame: Tweak synopsis....* gnu/packages/maths.scm (libflame)[synopsis]: Expand acronym. Ludovic Courtès