aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-13gnu: emacs-flim-lb: Update to 1.14.9-143.23bb29d.Hilton Chain
* gnu/packages/emacs-xyz.scm (emacs-flim-lb): Update to 1.14.9-143.23bb29d. Change-Id: I39e0e89d7e0e75c0aa9447b6194be98b49487b63 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-09-14gnu: Add syncplay.aurtzy
* gnu/packages/video.scm (syncplay): New variable. Change-Id: I72cdfa3db2b4b7ef6c3ef0b8585d138c272046a7 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-09-14gnu: emacs-org: Mention the emacs-org-texlive-collection in description.Maxim Cournoyer
* gnu/packages/emacs-xyz.scm (emacs-org) [description]: Add text suggesting the use of the 'emacs-org-texlive-collection' meta-package. Change-Id: Iaba1940843c4de641303b48fa41aa5d036f1cb18
2024-09-14gnu: Add emacs-org-texlive-collection.Maxim Cournoyer
* gnu/packages/emacs-xyz.scm (emacs-org-texlive-collection): New variable. Change-Id: I4039e67f174d0440f351da6d11634f0ceea191cd
2024-09-13gnu: linux-libre 6.1: Update to 6.1.109.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.109. (linux-libre-6.1-pristine-source): Update hash. Change-Id: I5af25fbb3fd69d791faa1b4212ef1a0c5f62bb42 Signed-off-by: Leo Famulari <leo@famulari.name>
2024-09-13gnu: linux-libre 6.6: Update to 6.6.50.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.50. (linux-libre-6.6-pristine-source): Update hash. Change-Id: I3be372e13f242c3cc160f8b53f753dab99df3340 Signed-off-by: Leo Famulari <leo@famulari.name>
2024-09-13gnu: linux-libre: Update to 6.10.9.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.10-version): Update to 6.10.9. (linux-libre-6.10-pristine-source): Update hash. Change-Id: I5c704e3693e3a9edfd269ef50fd42af79ccbd8b8 Signed-off-by: Leo Famulari <leo@famulari.name>
2024-09-13gnu: smalltalk: Fix tests.Greg Hogan
* gnu/packages/smalltalk.scm (smalltalk)[native-inputs]: Add '(libc-utf8-locales-for-target)'. Change-Id: Idf49394e5c4dbd3398a6774319184339ed18585c Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-09-13gnu: gap: Build most packages.Andreas Enge
* gnu/packages/algebra.scm (gap)[source]<snippet>: Use a blacklist instead of a whitelist. [inputs]: Add inputs required for packages. [license]: Use gpl3+ for the combined work. [arguments]<#:phases>: Set CC environment variable. This change is possible since now all licenses for GAP packages are properly documented as free. Packages are only excluded if they currently fail to build, as a reminder for further work. Change-Id: If68dfc7ce4b73cdeab0d5a31340840dc1aeb48b6
2024-09-13gnu: gap: Update to 4.13.1.Andreas Enge
* gnu/packages/algebra.scm (gap): Update to 4.13.1. [source]: Do not delete file with fixed test. [arguments]<#:configure-flags>: Add LDFLAGS. Change-Id: I813559788dccc15dc57e96733b5defdd47602c69
2024-09-13gnu: cl-clack: Update to 2.1.0-1.4916ebb.Konrad Hinsen
* gnu/packages/lisp-xyz.scm (sbcl-clack): Update to 2.1.0-1.4913ebb. [inputs]: Remove sbcl-cl-fastcgi and sbcl-quri. Add sbcl-slime-swank. [arguments]: Remove clack-handler-fastcgi from 'asd-systems'. [license]: Switch to expat. Change-Id: I460a621af2a50ffb6e268180873bd7570e900824 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-09-13gnu: cl-lack: Update to 0.3.0-1.35d3a8e.Konrad Hinsen
* gnu/packages/patches/sbcl-lack-fix-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/lisp-xyz.scm (sbcl-lack): Update to 0.3.0-1.35d3a8e. [source]: Use patch. [native-inputs]: Add sbcl-cl-cookie, sbcl-dexador and sbcl-hunchentoot. [inputs]: Add sbcl-alexandria, sbcl-anypool, sbcl-bordeaux-threads, sbcl-cl-base64, sbcl-cl-isaac, sbcl-cl-redis, sbcl-dbi and sbcl-trivial-rfc-1123. [arguments]: Add lack-app-directory, lack-app-file, lack-middleware-accesslog, lack-middleware-auth-basic, lack-middleware-csrf, lack-middleware-dbpool, lack-middleware-mount, lack-middleware-session, lack-session-store-dbi and lack-session-store-redis to 'asd-systems'. Enable tests. [license]: Switch to expat. Change-Id: I4285cf208b76d6f461735fff04293833ef163e08 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-09-13gnu: Add cl-anypool.Konrad Hinsen
* gnu/packages/lisp-xyz.scm (sbcl-anypool, cl-anypool, ecl-anypool): New variables. Change-Id: Ia9cf43dc6f7a529e1a3df96360d06ddc6357a480 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-09-01services: singularity: Migrate to (gnu system privilege).Tobias Geerinckx-Rice
* gnu/services/docker.scm (singularity-setuid-programs): Rename from this… (singularity-privileged-programs): …to this. Use <privileged-program>. (singularity-service-type): Extend the PRIVILEGED-PROGRAM-SERVICE-TYPE. Change-Id: I4d90f9a6d4759a24a818baab49b61be67c419bad
2024-09-01services: screen-locker: Migrate to (gnu system privilege).Tobias Geerinckx-Rice
* gnu/services/xorg.scm (screen-locker-setuid-programs): Rename from this… (screen-locker-privileged-programs): …to this. Use <privileged-program>. (screen-locker-service-type): Extend the PRIVILEGED-PROGRAM-SERVICE-TYPE. Change-Id: Icbd891def4fc90ed5365702731f009dec358c19e
2024-09-01uuid: Add support for exFAT.Tobias Geerinckx-Rice
We expect users to use the generic STRING->FAT-UUID procedure. This is consistent with how we already treat FAT32 vs FAT16. It is not consistent with how we export 8 different aliases for STRING->DCE-UUID, but I'm unconvinced that would be better. * gnu/system/uuid.scm (%uuid-parsers, %uuid-printers): Add the ‘exfat’ file system type. Change-Id: Ia31482716e4395f9f10f794f49fb31c9f330a2e3
2024-09-01file-systems: Add support for exFAT.Tobias Geerinckx-Rice
* gnu/build/file-systems.scm (%exfat-endianness): New syntax. (exfat-superblock?, exfat-bytes-per-sector-shift) (exfat-sectors-per-cluster-shift, exfat-root-directory-offset) (exfat-cluster-size, read-exfat-superblock+root-directory-cluster) (read-exfat-superblock, exfat-superblock-volume-name) (exfat-superblock-uuid, check-exfat-file-system): New procedures. (%partition-label-readers, %partition-uuid-readers): Register them. Change-Id: I08bd3147d2d67e5766c9381ae2159bc01530b814
2024-09-01gnu: exfatprogs: Run tests.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (exfatprogs)[arguments]: Use G-Expressions. Customise 'check phase to run the tests. Change-Id: I645444eb1b70bb71666ce6fe905e0229007f5a54
2024-09-01gnu: exfatprogs: Update to 1.2.5.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (exfatprogs): Update to 1.2.5. Change-Id: I615bc5b04f63c52573c69efac6c7bdb9713ba89e
2024-09-01gnu: nilfs-utils: Update to 2.2.11.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (nilfs-utils): Update to 2.2.11. Change-Id: I332ae7293da1a2d58d76324746c6b735d190ed4e
2024-09-01doc: Add more newline.Tobias Geerinckx-Rice
* doc/guix.texi (partition Reference): Enumerate one list per paragraph. Change-Id: I939a73fa8a3e5063e2d9441d7a64cc4a41862abd
2024-09-01doc: Committers are people.Tobias Geerinckx-Rice
* doc/contributing.texi (Commit Access): Use ‘who’. Change-Id: I88304640f8f184f7ec0caae5bb862c7f170c0d79
2024-09-01doc: Add newlines.Tobias Geerinckx-Rice
* doc/contributing.texi (Commit Access): Split one trademark Guix megagraph™ into three of your human paragraphs. No other change. Change-Id: Ifd2a9166b1dfe1a22dcd0811044a408325cc22cb
2024-09-01gnu: bcachefs-tools: Tweak description.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bcachefs-tools)[description]: Increase accuracy. Change-Id: I98eba45592396dbe517e27125561ff6b34d7d7d4
2024-09-01gnu: bcachefs-static: Don't rely on input labels.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bcachefs/static)[arguments]: Substitute SEARCH-INPUT-FILE for THIS-PACKAGE-INPUT. Change-Id: I5ee816c2380b291a3f968139d33a40755c715ad3
2024-09-01gnu: bcachefs-static: Consistently inherit bcachefs-tools/static.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bcachefs/static)[version, home-page, license]: Inherit bcachefs-tools/static. Change-Id: Idc3b3e3538876b55dc9e27912c976f5d03cc95cb
2024-09-01gnu: bcachefs-static: Remove vestigial module imports.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bcachefs/static)[arguments]: Don't USE-MODULES we don't use. Change-Id: I93d763d39d752c974e5b1aa4295f243d70c0e6e9
2024-09-12gnu: pass-age: Wrap with coreutils-minimal.Nicolas Graves
* gnu/packages/password-utils.scm (pass-age): [arguments]<#:phases>: Add coreutils-minimal bin path to PATH. [inputs]: Replace git by git-minimal. Add coreutils-minimal. Change-Id: I320adc9f412aa493a3bc83298f5d7ebe3d589458 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-12gnu: Add http-kit.Roman Scherer
* gnu/packages/clojure.scm (http-kit): New variable. Change-Id: Idb920cdab9076615a98e0be716c56b3d65c213a3
2024-09-12gnu: Add clojure-core-async.Roman Scherer
* gnu/packages/clojure.scm (clojure-core-async): New variable.
2024-09-12gnu: Add clojure-tools-logging.Roman Scherer
* gnu/packages/clojure.scm (clojure-tools-logging): New variable.
2024-09-12gnu: Add clojure-tools-analyzer-jvm.Roman Scherer
* gnu/packages/clojure.scm (clojure-tools-analyzer-jvm): New variable.
2024-09-12gnu: Add clojure-tools-reader.Roman Scherer
* gnu/packages/clojure.scm (clojure-tools-reader): New variable.
2024-09-12gnu: Add clojure-tools-analyzer.Roman Scherer
* gnu/packages/clojure.scm (clojure-tools-analyzer): New variable.
2024-09-12gnu: Add clojure-core-memoize.Roman Scherer
* gnu/packages/clojure.scm (clojure-core-memoize): New variable.
2024-09-12gnu: Add clojure-core-cache.Roman Scherer
* gnu/packages/clojure.scm (clojure-core-cache): New variable.
2024-09-12gnu: Add clojure-data-priority-map.Roman Scherer
* gnu/packages/clojure.scm (clojure-data-priority-map): New variable.
2024-09-12gnu: Add clojure-data-json.Roman Scherer
* gnu/packages/clojure.scm (clojure-data-json): New variable. Change-Id: Id5da429fe375c656842250ed88d84d281954cec9
2024-09-12gnu: bash-minimal: Add package synopsis.Romain GARBAGE
* gnu/packages/bash.scm (bash-minimal): Add package synopsis. Change-Id: I33f12547fca19d096712786a0c33525aa726b343 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-12utils: ‘compressed-file?’ recognizes .zst and .tzst.Ludovic Courtès
This ensures ‘guix publish’ does not re-compress zst files. * guix/utils.scm (compressed-file?): Add ‘tzst’ and ‘zst’. Change-Id: Iae39e8826f1fc242d2e15d86c82a8ff84797002e
2024-09-12gnu: Add embree-3.John Kehayias
Fixes <https://issues.guix.gnu.org/73186>. Followup to commit 31a55a652f8e4856fd66b47377e214b7d20b4f61 which updated embree; libigl needs an older version. * gnu/packages/engineering.scm (embree-3): New variable. * gnu/packages/engineering.scm (libigl)[inputs]: Replace embree with embree-3 Change-Id: I8c1f038b918c8f4411fec7f53703945df6e6008a
2024-09-12gnu: julia-genericlinearalgebra: Skip some tests on aarch64-linux.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-genericlinearalgebra)[arguments]: When building for aarch64-linux add a phase to skip two tests. Change-Id: I9aedee8fc0a4aec77181a3b3c6ab25412882f077
2024-09-12gnu: julia-diffrules: Update to 1.15.1.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-diffrules): Update to 1.15.1. Change-Id: I1e1ebda1dbea7783075e143668252cf306e0dda7
2024-09-12gnu: python-pygpgme: Update to 0.4.Efraim Flashner
* gnu/packages/gnupg.scm (python-pygpgme): Update to 0.4. [source]: Remove patches. [build-system]: Switch to the pyproject build system. [arguments]: Remove custom phases. [native-inputs]: Remove gnupg-1. Add gnupg. [home-page]: Update home-page. * gnu/packages/patches/pygpgme-disable-problematic-tests.patch, gnu/packages/patches/python-pygpgme-fix-pinentry-tests.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove patches. Change-Id: I0986e0f87a1b824bce5cc24f34467132d14296e4
2024-09-12gnu: python-scikit-build: Skip more network tests.Efraim Flashner
* gnu/packages/python-xyz.scm (python-scikit-build)[arguments]: Add a phase to mark more network tests as isolated to easily skip them. Change-Id: I2f955182f411a68550fbd3c356bfda5584091428
2024-09-12gnu: guix-daemon: Remove broken 'change-default-guix' phase.Maxim Cournoyer
It has no effect, probably due to the '+' in the pattern not being escaped. We also don't want to refer to /var/guix/profiles/per-user/root/bin/guix anymore, which may not exist (for Guix System users that have never ran 'guix pull' has root). The 'guix' command used is that specified via the build system, which is $(bindir)/guix. * gnu/packages/package-management.scm (guix-daemon) [phases]: Delete change-default-guix phase. Change-Id: If4703334f34aac3486ff655af7d8d4c2ccf0a0eb
2024-09-12gnu: kdsingleapplication: Improve package.Timotej Lazar
* gnu/packages/qt.scm (kdsingleapplication)[arguments]: Use ON instead of true for cmake #:configure-flags. [license]: Note files covered by each license. Change-Id: Ia10b43e881e457bb80f0b773a3a64a40a1d8becb Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-09-12gnu: coq-equations: Update style.Zheng Junjie
* gnu/packages/coq.scm (coq-equations)[arguments]: Use G-expression. Change-Id: Ib34ec1d543775f96777dfe31990b6526f589bee6
2024-09-12gnu: coq-equations: Update to 1.3-8.18.Zheng Junjie
* gnu/packages/coq.scm (coq-equations): Update to 1.3-8.18. Change-Id: I42c9ae2499fa9d5234c21bff416a3d6e30382e93
2024-09-12gnu: coq-bignums: Update style.Zheng Junjie
* gnu/packages/coq.scm (coq-bignums)[arguments]: Use G-expression. Change-Id: Ib34ec1d543775f96777dfe31990b6526f589bee6