summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gnu: Add ccfits.Sharlatan Hellseher2023-07-261-0/+24
| | | | | | * gnu/packages/astronomy.scm (ccfits): New variable. Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: python-shiboken-6: Remove inherited workaround.Hilton Chain2023-07-261-0/+1
| | | | | | | | | | Fixes: <https://issues.guix.gnu.org/64803>. * gnu/packages/qt.scm (python-shiboken-6)[arguments]<#:phases>: Delete 'workaround-importlib-error, which breaks the build. Reported-by: Formbi <formbi@protonmail.com> Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: cfitsio: Download source over HTTPS.Sharlatan Hellseher2023-07-261-1/+1
| | | | | | * gnu/packages/astronomy.scm (cfitsio)[source]: Use HTTPS. Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: guix-build-coordinator: Update to 0-86.f39f160.Christopher Baines2023-07-261-60/+59
| | | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-86.f39f160. [arguments]: Update style.
* gnu: nar-herder: Update to 0-21.53682fa.Christopher Baines2023-07-261-50/+50
| | | | | * gnu/packages/package-management.scm (nar-herder): Update to 0-21.53682fa. [arguments]: Update style.
* gnu: guix-data-service: Update to 0.0.1-42.1c75394.Christopher Baines2023-07-261-53/+52
| | | | | * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-42.1c75394. [arguments]: Update style.
* services: guix-data-service: Unlink the two shepherd services.Christopher Baines2023-07-261-5/+1
| | | | | | | So that they can be restarted in dependently. * gnu/services/guix.scm (guix-data-service-shepherd-services): Don't require the main service from the jobs service.
* gnu: Fix guile-for-guile-emacs builder.Christopher Baines2023-07-261-4/+3
| | | | | | | I think this broke in c4c08775a820868059b59c68d4dfd6be0c9d9010. * gnu/packages/guile.scm (guile-for-guile-emacs)[arguments]: Switch to gexp for phases.
* gnu: Add rvvm.Juliana Sims2023-07-261-0/+52
| | | | | | | * gnu/packages/virtualization.scm (rvvm): New variable. Co-authored-by: Efraim Flashner <efraim@flashner.co.il> Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: toot: Update to 0.38.1.Efraim Flashner2023-07-261-3/+6
| | | | | * gnu/packages/mastodon.scm (toot): Update to 0.38.1. [inputs]: Add python-tomlkit.
* gnu: urlscan: Update to 1.0.1.Efraim Flashner2023-07-261-2/+2
| | | | * gnu/packages/mail.scm (urlscan): Update to 1.0.1.
* gnu: mpv: Update to 0.36.0.Efraim Flashner2023-07-261-3/+3
| | | | * gnu/packages/video.scm (mpv): Update to 0.36.0.
* gnu: qemu: Update to 7.2.4.Tobias Geerinckx-Rice2023-07-231-3/+2
| | | | * gnu/packages/virtualization.scm (qemu): Update to 7.2.4.
* services: mpd: Rename %set-user-group to set-user-group.Maxim Cournoyer2023-07-251-3/+3
| | | | | | | | The convention to use % as a prefix is for "special" variables rather than procedures. * gnu/services/audio.scm (%set-user-group): Rename to... (set-user-group): ... this.
* services: mpd: Streamline mpd-user-sanitizer and mympd-user-sanitizer.Maxim Cournoyer2023-07-251-21/+19
| | | | | | | * gnu/services/audio.scm (mpd-user-sanitizer, %mympd-user): Remove extraneous group field, already inherited. (%mpd-user, %mympd-user): Clarify %lazy-group explanatory comment. Fix indentation.
* services: mpd: Add an 'update' action to trigger a database update.Maxim Cournoyer2023-07-252-0/+21
| | | | | * gnu/services/audio.scm (mpd-shepherd-service): Register a new update action. * doc/guix.texi (Audio Services): Document it.
* services: mpd: Add auto-update? field to mpd-configuration.Maxim Cournoyer2023-07-252-11/+31
| | | | | * gnu/services/audio.scm (mpd-configuration) [auto-update?]: New field. * doc/guix.texi (Audio Services): Update doc.
* etc: Add a Qt team.Maxim Cournoyer2023-07-251-1/+12
| | | | | * etc/teams.scm.in (qt): New variable. ('Maxim Cournoyer'): Add to qt team.
* etc: Add a telephony team.Maxim Cournoyer2023-07-251-1/+15
| | | | | * etc/teams.scm.in (telephony): New variable. ('Maxim Cournoyer'): Add to telephony team.
* cuirass: Update hurd-manifest with newly supported packages.Janneke Nieuwenhuizen2023-07-251-6/+9
| | | | | | * build-aux/cuirass/hurd-manifest.scm: Include full build of python-minimal and gettext-minimal (no longer without-tests). Add grub-minimal, grub, guix-without-tests and guile-3.0 (no longer delete it from guix dependencies).
* transformations: Wrap go binary.Efraim Flashner2023-07-251-24/+22
| | | | | | | * guix/transformations.scm (tuning-compiler): Adjust to wrap the go binary with the appropriate environment variable. (build-system-with-tuning-compiler): Remove custom 'set-microarchitecture phase.
* gnu: opensbi: Remove configure-flags.Efraim Flashner2023-07-251-5/+0
| | | | | | | The 'configure phase is removed and nothing uses it. * gnu/packages/firmware.scm (make-opensbi-package)[arguments]: Remove configure-flags.
* gnu: opensbi: Update to 1.3.1.Efraim Flashner2023-07-251-2/+2
| | | | * gnu/packages/firmware.scm (make-opensbi-package): Update to 1.3.1.
* gnu: nyxt: Update to 3.5.0.Andre A. Gomes2023-07-251-2/+2
| | | | | | * gnu/packages/web-browsers.scm (nyxt): Update to 3.5.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-nasdf: Update to 0.1.6.Andre A. Gomes2023-07-251-3/+3
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-nasdf): Update to 0.1.6. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: hackrf: Update to 2023.01.1.Guillaume Le Vaillant2023-07-251-2/+2
| | | | * gnu/packages/radio.scm (hackrf): Update to 2023.01.1.
* gnu: lvm2: Update to 2.03.21.Tobias Geerinckx-Rice2023-07-233-44/+4
| | | | | | | | * gnu/packages/linux.scm (lvm2): Update to 2.03.21. [source]: Remove patch. Don't explicitly return #t from snippet. [arguments]: Don't explicitly return #t from phases. * gnu/packages/patches/lvm2-static-link.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: dkimproxy: Wrap with perl-cryptx.Tobias Geerinckx-Rice2023-07-231-0/+3
| | | | | | | Fixes ‘Can't locate Crypt/PK/Ed25519.pm in @INC’. * gnu/packages/mail.scm (dkimproxy)[inputs]: Add perl-cryptx. [arguments]: Wrap the scripts with it.
* gnu: virt-viewer: Fix build.Tobias Geerinckx-Rice2023-07-231-8/+18
| | | | | * gnu/packages/spice.scm (virt-viewer)[arguments]: Add a new 'build-with-recent-meson phase.
* gnu: Add sdkmanager.Distopico2023-07-241-0/+31
| | | | | | * gnu/packages/android.scm (sdkmanager): New variable. Co-authored-by: Andreas Enge <andreas@enge.fr>
* gnu: cl-ironclad: Update to 0.59.Guillaume Le Vaillant2023-07-241-2/+2
| | | | * gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.59.
* gnu: nss: Fix building on powerpc-linux.Efraim Flashner2023-07-241-3/+8
| | | | | | * gnu/packages/nss.scm (nss)[arguments]: Skip tests on powerpc-linux. Adjust the configure-flags when building for powerpc-linux to not use features unavailable for that architecture.
* gnu: Add python-openai.Ricardo Wurmus2023-07-231-0/+30
| | | | * gnu/packages/python-web.scm (python-openai): New variable.
* gnu: Add python-fastapi-csrf-protect.Ricardo Wurmus2023-07-231-0/+29
| | | | * gnu/packages/python-web.scm (python-fastapi-csrf-protect): New variable.
* gnu: Add r-degreport.Ricardo Wurmus2023-07-231-0/+71
| | | | * gnu/packages/bioconductor.scm (r-degreport): New variable.
* gnu: Add r-wheatmap.Ricardo Wurmus2023-07-231-0/+25
| | | | * gnu/packages/cran.scm (r-wheatmap): New variable.
* gnu: Add r-setrng.Ricardo Wurmus2023-07-231-0/+22
| | | | * gnu/packages/cran.scm (r-setrng): New variable.
* gnu: darktable: Update to 4.4.2.Tobias Geerinckx-Rice2023-07-161-2/+2
| | | | * gnu/packages/photo.scm (darktable): Update to 4.4.2.
* gnu: hwinfo: Remove input labels.Tobias Geerinckx-Rice2023-07-161-2/+1
| | | | | * gnu/packages/hardware.scm (hwinfo)[inputs]: Remove input labels.
* gnu: hwinfo: Update to 23.2.Tobias Geerinckx-Rice2023-07-161-2/+2
| | | | * gnu/packages/hardware.scm (hwinfo): Update to 23.2.
* gnu: godot: Update to 4.1.1.Tobias Geerinckx-Rice2023-07-161-2/+2
| | | | * gnu/packages/game-development.scm (godot): Update to 4.1.1.
* gnu: emacs-pos-tip: Update to 0.4.7.Tobias Geerinckx-Rice2023-07-161-2/+2
| | | | * gnu/packages/emacs-xyz.scm (emacs-pos-tip): Update to 0.4.7.
* gnu: mplayer: Use #:configure-flags.Tobias Geerinckx-Rice2023-07-161-25/+27
| | | | | * gnu/packages/video.scm (mplayer)[arguments]: Move configure flags to their proper keyword, and honour them in the 'configure phase.
* gnu: mplayer: Use G-expressions.Tobias Geerinckx-Rice2023-07-161-37/+37
| | | | | * gnu/packages/video.scm (mplayer)[arguments]: Rewrite as G-expressions.
* gnu: mplayer: Remove input labels.Tobias Geerinckx-Rice2023-07-161-31/+31
| | | | | * gnu/packages/video.scm (mplayer)[inputs]: Remove input labels.
* gnu: mplayer: Update to 1.5.Tobias Geerinckx-Rice2023-07-161-2/+2
| | | | * gnu/packages/video.scm (mplayer): Update to 1.5.
* gnu: python-compreffor: Mark up description.Tobias Geerinckx-Rice2023-07-161-2/+2
| | | | | * gnu/packages/fontutils.scm (python-compreffor)[synopsis, description]: Use @acronym{}.
* gnu: python-compreffor: Update to 0.5.4.Tobias Geerinckx-Rice2023-07-161-2/+2
| | | | * gnu/packages/fontutils.scm (python-compreffor): Update to 0.5.4.
* guix-install.sh: Fix incomplete installation.Tobias Geerinckx-Rice2023-07-161-2/+3
| | | | | | | | | ‘false || return’ returns false, and ‘set -e’ aborts the script. This leaves Guix half installed with visual indication of error. * etc/guix-install.sh (sys_customize_bashrc, sys_maybe_setup_selinux): Explicitly return 0.
* guix-install.sh: Install SELinux policy only if tools are present.Tobias Geerinckx-Rice2023-07-161-7/+18
| | | | | * etc/guix-install.sh (sys_maybe_setup_selinux): Silently return if the ‘semodule’ or ‘restorecon’ commands are missing.