summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-18etc: gitconfig: Do not enforced signed commits.Maxim Cournoyer
This change was more invasive than initially thought, and cannot be disabled easily, as raised by a few people. Let's revert it for now. At least the pre-push hook should be deployed automatically and catch any unsigned commits attempted to be pushed to Savannah. * etc/git/gitconfig [commit]: Remove section.
2023-05-18services: rsync: Use least authority wrapper.Maxim Cournoyer
* gnu/services/rsync.scm (rsync-shepherd-service) Wrap rsync command in a least-authority-wrapper. Reviewed-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18services: rsync: Use make-inetd-constructor.Maxim Cournoyer
* gnu/services/rsync.scm (rsync-shepherd-service): Use make-inetd-constructor if available in start slot. * gnu/tests/rsync.scm (run-rsync-test): Delete "PID file" test. Reviewed-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18gnu: linux-libre 4.14: Update to 4.14.315.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.315. (linux-libre-4.14-pristine-source): Update hash.
2023-05-18gnu: linux-libre 4.19: Update to 4.19.283.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.283. (linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes.
2023-05-18gnu: linux-libre 5.4: Update to 5.4.243.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.243. (linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes.
2023-05-18gnu: linux-libre 5.10: Update to 5.10.180.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.180. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
2023-05-18gnu: linux-libre 5.15: Update to 5.15.112.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.112. (linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
2023-05-18gnu: linux-libre 6.1: Update to 6.1.29.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.29. (linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes.
2023-05-18gnu: linux-libre: Update to 6.2.16.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.2-version): Update to 6.2.16. (linux-libre-6.2-pristine-source, deblob-scripts-6.2): Update hashes.
2023-05-18gnu: linux-libre 6.3: Update to 6.3.3.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.3-version): Update to 6.3.3. (linux-libre-6.3-pristine-source, deblob-scripts-6.3): Update hashes.
2023-05-18news: Add entry to 'guix style -S arguments'.Ludovic Courtès
* etc/news.scm: Add entry.
2023-05-18style: Add 'arguments' styling rule.Ludovic Courtès
* guix/scripts/style.scm (unquote->ungexp, gexpify-argument-value) (quote-argument-value, gexpify-argument-tail) (gexpify-package-arguments): New procedures. (%gexp-keywords): New variable. (%options): Add "arguments" case for 'styling-procedure. (show-stylings): Update. * tests/style.scm ("gexpify arguments, already gexpified") ("gexpify arguments, non-gexp arguments, margin comment") ("gexpify arguments, phases and flags") ("gexpify arguments, append arguments") ("gexpify arguments, substitute-keyword-arguments") ("gexpify arguments, append substitute-keyword-arguments"): New tests. * doc/guix.texi (package Reference): For 'arguments', add compatibility note and link to 'guix style'. (Invoking guix style): Document the 'arguments' styling rule.
2023-05-18gnu: f3d: Update to 2.0.0.Greg Hogan
* gnu/packages/graphics.scm (f3d): Update to 2.0.0. [source]: Update substitute paths and add patch for breaking change to cxxopts. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18gnu: discregrid: Fix for dependent updates.Greg Hogan
* gnu/packages/graphics.scm (discregrid)[source]: Add patch for breaking change to cxxopts. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18gnu: cxxopts: Update to 3.1.1.Greg Hogan
* gnu/packages/cpp.scm (cxxopts): Update to 3.1.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18gnu: swaylock: Add linux-pam to inputs.Benjamin
Adding linux-pam to inputs allows swaylock to run without setuid if configured with a proper pam file. * gnu/packages/wm.scm (swaylock)[inputs]: Add LINUX-APM. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18gnu: btrfs-progs: Update to 6.3.Denis 'GNUtoo' Carikli
* gnu/packages/linux.scm (btrfs-progs): Update to 6.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18gnu: btrfs-progs: Make the python-sphinx input conditional.Denis 'GNUtoo' Carikli
* gnu/packages/linux.scm (btrfs-progs) [native-inputs]: Make the python-sphinx input conditional. [arguments]: Conditionally add --disable-documentation to configure flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18gnu: btrfs-progs: Use new style inputs and gexps.Denis 'GNUtoo' Carikli
* gnu/packages/linux.scm (btrfs-progs)[arguments]: Use new style and gexps. [inputs]: Use new style. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18gnu: btrfs-progs: Run 'guix style' over the package.Denis 'GNUtoo' Carikli
* gnu/packages/linux.scm (btrfs-progs): Restyle. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18gnu: libfive: Generate bindings instead of using pre-generated ones.Morgan Smith
* gnu/packages/engineering.scm (libfive)[phases]: Add phase 'generate-bindings to generate the bindings Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18gnu: libfive: Add Python bindings.Morgan Smith
* gnu/packages/engineering.scm (libfive) [configure-flags]: Add python site-dir. [phases]<fix-library-location>: Fix for python as well. <wrap-studio>: Wrap for python as well. [inputs]: Add python-wrapper. Alphabetize. [description]: Add python. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18gnu: libfive: Fix install and wrap Studio.Morgan Smith
The old install phase didn't handle nested directories (which there are) and the cmake files didn't seem to install the go files in a way that guile would use so I just used the guile build system instead. Also Studio works much better when it know where the libraries are. * gnu/packages/engineering.scm (libfive) [imported-modules]: Add (guix build guile-build-system). [modules]: Add (guix build guile-build-system). [configure-flags]: Remove. [phases]: Remove phases 'fix-autocompilation and 'install-scm-files. Add phase 'do-not-build-guile-bindings and add phase 'guile-build which uses the guile build system. Add wrap-studio phase. [inputs]: Add bash-minimal for the wrapper. Use qtbase instead of qtbase-5 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18refresh: Honor '--key-server'.Ludovic Courtès
Previously, the '--key-server' option would be ignored in an invocation like: ./pre-inst-env guix refresh python-scipy=1.8.1 -t pypi -u \ --key-server=pgp.mit.edu * guix/upstream.scm (download-tarball): Add #:key-server parameter and pass it to 'gnupg-verify*'. (package-update/url-fetch, package-update/git-fetch) (package-update): Likewise. * guix/scripts/refresh.scm (update-package): Add #:key-server and pass it down to 'package-update'. (guix-refresh): Pass #:key-server to 'update-package'.
2023-05-18doc: Change '--with-configure-flag' example to something that works.Ludovic Courtès
Passing '-DBUILD_COMPLEX=OFF' to lapack would eventually lead to a link error. Reported by Florian Pelz <pelzflorian@pelzflorian.de>. * doc/guix.texi (Package Transformation Options): Change '--with-configure-flag' example. * etc/news.scm: Likewise.
2023-05-17services: ssh: Really rename openssh-challenge-response-authentication?Maxim Cournoyer
Fixes up 9c161c1f0d, which renamed the accessor of <openssh-configuration> but failed to adjust the single usage. * gnu/services/ssh.scm (openssh-config-file): Rename openssh-challenge-response-authentication? call to openssh-configuration-challenge-response-authentication?.
2023-05-17services: ssh: Rename openssh-challenge-response-authentication?Maxim Cournoyer
This is a follow-up commit to the preceding commit, which exported all <openssh-configuration> accessors. * gnu/services/ssh.scm (<openssh-configuration>): Rename openssh-challenge-response-authentication? to openssh-configuration-challenge-response-authentication?. It's a mouthful, but is at least consistent with the rest.
2023-05-17services: openssh: Export openssh-configuration accessors.Maxim Cournoyer
* gnu/services/ssh.scm: Export openssh-configuration accessors.
2023-05-17gnu: Add qbittorrent-nox.Hilton Chain
* gnu/packages/bittorrent.scm (qbittorrent-nox): New variable. Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
2023-05-17gnu: ldc-bootstrap: Don't depend on tzdata.Leo Famulari
* gnu/packages/dlang.scm (ldc-bootstrap)[inputs]: Remove tzdata. [native-inputs]: Add tzdata-for-tests. [arguments]: Forbid references to tzdata-for-tests. Reviewed-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
2023-05-17hurd-boot: Symlink /hurd before setting up translators.Josselin Poiret
* gnu/build/hurd-boot.scm (boot-hurd-system): Symlink /hurd before setting up translators. Reviewed-by: Janneke Nieuwenhuizen <janneke@gnu.org>
2023-05-17scripts: import: elpa: Return consistent error code.Simon Tournier
Fixes <https://bug.gnu.org/58308>. Reported by Ricardo Wurmus. * guix/scripts/import/elpa.scm (guix-import-elpa): Return consistent error code independently of the 'recursive' option. Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
2023-05-17scripts: import: elpa: Warn when version is specified.Simon Tournier
* guix/scripts/import/elpa.scm (guix-import-elpa): Warn when version is specified. Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
2023-05-17gnu: guix-build-coordinator-agent-only: Fix missing wrapping.Christopher Baines
Remove the arguments so the arguments of the guix-build-coordinator package apply. * gnu/packages/package-management.scm (guix-build-coordinator/agent-only)[arguments]: Remove.
2023-05-17gnu: libmixed: Update to 2.0-1.9b2668e.Sharlatan Hellseher
* gnu/packages/audio.scm (libmixed): Update to 2.0-1.9b2668e. [arguments]: Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-05-17gnu: cl-croatoan: Update to 0.1.cage
* gnu/packages/lisp-xyz.scm (sbcl-croatoan): Update to 0.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-05-17gnu: slurp: Update to 1.4.0.Yovan Naumovski
* gnu/packages/image.scm (slurp): Update to 1.4.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-17gnu: scrot: Update to 1.9.Yovan Naumovski
* gnu/packages/xdisorg.scm (scrot): Update to 1.9. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-17gnu: xfce: Use "Greybird" and "elementary-xfce-dark" as default theme.宋文武
* gnu/packages/patches/xfce4-settings-defaults.patch: Set "ThemeName" to "Greybird", "IconThemeName" to "elementary-xfce-dark". * gnu/packages/xfce.scm (xfce)[inputs]: Add elementary-xfce-icon-theme.
2023-05-16gnu: Add linux-libre 6.3.Leo Famulari
* 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): New 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: New files. * Makefile.am (AUX_FILES): Add them.
2023-05-16services: Add default values.Andrew Tropin
* gnu/services.scm (boot-service-type, activation-service-type, etc-service-type, profile-service-type): Add default-value. * gnu/system/shadow.scm (account-service-type): Add default-value.
2023-05-16gnu: ztoolkit-rsvg: Drop package label.Ricardo Wurmus
* gnu/packages/audio.scm (ztoolkit-rsvg)[propagated-inputs]: Use MODIFY-INPUTS.
2023-05-16gnu: ztoolkit: Update to 0.1.2.Ricardo Wurmus
* gnu/packages/audio.scm (ztoolkit): Update to 0.1.2.
2023-05-16gnu: rust-trybuild-1: Update to 1.0.77.Arjan Adriaanse
* gnu/packages/crates-io.scm (rust-trybuild-1): Update to 1.0.77. [cargo-inputs]: Add rust-basic-toml-0.1, rust-serde-derive-1. Remove rust-toml-0.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-16gnu: Add rust-basic-toml-0.1.Arjan Adriaanse
* gnu/packages/crates-io.scm (rust-basic-toml-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-15.guix-authorizations: Authorize Jorge Gomez.Maxim Cournoyer
* .guix-authorizations (jgart): Add OpenPGP key fingerprint.
2023-05-15gnu: tofi: Build the man-pages.Efraim Flashner
* gnu/packages/xdisorg.scm (tofi)[native-inputs]: Add scdoc.
2023-05-15gnu: tofi: Update to 0.9.1.Yovan Naumovski
* gnu/packages/xdisorg.scm (tofi): Update to 0.9.1. [source]: Add patch to fix building on 32-bit systems. * gnu/packages/patches/tofi-32bit-compat.patch. * gnu/local.mk (dist_patch_DATA): Register it. Co-authored-by: Efraim Flashner <efraim@flashner.co.il> Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-15gnu: tokyocabinet: Fix building on non-x86 systems.Efraim Flashner
* gnu/packages/databases.scm (tokyocabinet)[arguments]: Adjust configure-flags to not enable x86 specific cflags when building for other architectures.