aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-29gnu: mlt: Update to 7.18.0.Vinicius Monego
* gnu/packages/video.scm (mlt): Update to 7.18.0.
2023-07-29gnu: python-pymc: Update to 5.6.1.Vinicius Monego
* gnu/packages/statistics.scm (python-pymc): Update to 5.6.1.
2023-07-29gnu: python-arviz: Update to 0.16.1.Vinicius Monego
* gnu/packages/statistics.scm (python-arviz): Update to 0.16.1.
2023-07-29gnu: python-scikit-rf: Update to 0.28.0.Vinicius Monego
* gnu/packages/engineering.scm (python-scikit-rf): Update to 0.28.0.
2023-07-29gnu: hypercorn: Update to 0.14.4.Vinicius Monego
* gnu/packages/python-web.scm (hypercorn): Update to 0.14.4.
2023-07-29gnu: pre-commit: Update to 3.3.3.Vinicius Monego
* gnu/packages/version-control.scm (pre-commit): Update to 3.3.3.
2023-07-29gnu: Add python-scikit-fem.Vinicius Monego
* gnu/packages/python-science.scm (python-scikit-fem): New variable.
2023-07-29gnu: h-client: Update URL.Maxim Cournoyer
* gnu/packages/hardware.scm (h-client) [source]: Add trailing '/' to URL.
2023-07-29gnu: h-client: Fix build.Maxim Cournoyer
* gnu/packages/hardware.scm (h-client) [phases]: Replace sbin/lspci by bin/lspci in wrap-more phase.
2023-07-29gnu: po4a: Update to 0.69.Maxim Cournoyer
* gnu/packages/gettext.scm (po4a): Update to 0.69.
2023-07-29gnu: hitch: Do not return #t from custom phases.Arun Isaac
* gnu/packages/web.scm (hitch)[arguments]: Do not return #t from custom phases.
2023-07-29gnu: hitch: Rewrite grep command to not use perl regexps.Arun Isaac
* gnu/packages/web.scm (hitch)[arguments]: Rewrite grep command in a test to not use perl regexps.
2023-07-29guix: profiles: Delete generated files.Nicolas Goaziou
* guix/profiles.scm (texlive-font-maps): Delete generated files. Fixes <https://issues.guix.gnu.org/64906>.
2023-07-28download-nar: Improve output.Christopher Baines
Report errors that occur, output the "Downloading from " line before starting to report progress and end the output with a newline.
2023-07-28gnu: weechat: Update to 4.0.2.fanquake
* gnu/packages/irc.scm (weechat): Update to 4.0.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-28gnu: libharu: Update to 2.4.3.Wojtek Kosior
* gnu/packages/pdf.scm (libharu): Update to 2.4.3. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-28gnu: openshot: Update to 3.1.1.Andy Tai
* gnu/packages/video.scm (openshot): Update to 3.1.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-28gnu: direnv: Update to 2.32.3.Distopico
This version adds support to `guix shell` instead of `guix environment` by default. * gnu/packages/shellutils.scm (direnv): Update to 2.32.3. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-28gnu: xnedit: Update to 1.5.0.Andy Tai
* gnu/packages/text-editors.scm (xnedit): Update to 1.5.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-28gnu: iwd: Update to 2.7.Hilton Chain
* gnu/packages/networking.scm (iwd): Update to 2.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-28gnu: ell: Update to 0.57.Hilton Chain
* gnu/packages/linux.scm (ell): Update to 0.57. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-28scripts: system: Remove duplicated "--target=TRIPLET" in help messages.Hilton Chain
It's already included in (show-cross-build-options-help). * guix/scripts/system.scm (show-help): Remove "--target=TRIPLET". Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-28gnu: Add endgame-singularity.TakeV
* gnu/packages/games.scm (endgame-singularity): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-27gnu: linux-libre-arm64-generic: Add support for ath9k wireless.Efraim Flashner
* gnu/packages/linux.scm (linux-libre-arm64-generic)[extra-options): Add configuration for ath9k_htc.
2023-07-26Revert "services: mpd: Add an 'update' action to trigger a database update."Maxim Cournoyer
This reverts commit e1070ee16036f6dfb84c44aea4119e4db770356b. Rationale: this only works with the default 'endpoints'. The 'auto-update?' option should be sufficient to trigger a database update automatically anyway.
2023-07-26services: mpd: Update basic example.Maxim Cournoyer
Relates to <https://issues.guix.gnu.org/63082>. * doc/guix.texi (Audio Services): Do not use a deprecated user form; keep the default one. Remove port. Specify a music-directory. Mention the importance of permissions on the music directory.
2023-07-26services: mpd: Provision a default cache directory and set HOME.Maxim Cournoyer
Relates to <https://issues.guix.gnu.org/63082>. * gnu/services/audio.scm (mpd-shepherd-service): Create a default .cache directory. Use mkdir-p/perms and refactor loop. Set the HOME environment variables.
2023-07-26services: mpd: Auto-detect mpd-output mixer type by default.Maxim Cournoyer
Relates to <https://issues.guix.gnu.org/63082>. * gnu/services/audio.scm (mpd-output) [mixer-type]: Change default value from "none" to unspecified. * doc/guix.texi (Audio Services): Regenerate doc.
2023-07-26system: accounts: Export <user-account>.Maxim Cournoyer
2023-07-26services: Avoid 'delete' overrides warning in audio module.Maxim Cournoyer
* gnu/services/audio.scm: Hide 'delete' on (gnu services) import.
2023-07-26services: mpd: Do not rotate logs when using syslog.Maxim Cournoyer
* gnu/services/audio.scm (mpd-log-rotation): Conditionlize based on the value of LOG-FILE.
2023-07-26services: mpd: Log to syslog by default.Maxim Cournoyer
Rationale: the tristate value was awkward to deal with, the default log file name was odd (/var/log/mpd/log) and it required special attention to create the 'mpd' parent directory as root and chowning it to the MPD user. It also didn't match the default behavior of MPD, which is to log to systemd or syslog unless a log file is specified. * gnu/services/audio.scm (mpd-log-file-sanitizer): New procedure. (mpd-configuration) [log-file]: Remove default maybe value. Add sanitizer. (mpd-shepherd-service): Validate the log file parent directory exists and has the right permissions. Conditionally add syslogd to requirements. (mympd-log-to-sanitizer): New procedure. (mympd-configuration) [log-to]: Change type to maybe-string. Update doc and add sanitizer. (mympd-shepherd-service) [requirement]: Fix to use syslogd. Adjust accordingly. [start] Adjust accordingly. (mympd-log-rotation): Check log-to via maybe-value-set?. * doc/guix.texi (Audio Services): Update doc.
2023-07-26services: mpd; Refactor start slot directory initialization.Maxim Cournoyer
* gnu/services/audio.scm (mpd-shepherd-service): Standardize the way the log file parent and other directories are initialized in the start slot. (mympd-shepherd-service): Likewise.
2023-07-26services: mpd: List log-level in decreasing verbosity order in doc.Maxim Cournoyer
* gnu/services/audio.scm (mpd-configuration) [log-level]: List log-level in decreasing verbosity order in doc. * doc/guix.texi (Audio Services): Update doc.
2023-07-26gnu: Add calc.Distopico
* gnu/packages/maths.scm (calc): New variable. Co-authored-by: Andreas Enge <andreas@enge.fr>
2023-07-26gnu: python-pymol: Fix launch script.David Elsing
* gnu/packages/chemistry.scm (python-pymol)[#:phases]: Add 'disable-unchroot. [native-inputs]: Remove python-setuptools. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-07-26gnu: openjdk9: Fix build on aarch64.Christopher Baines
* gnu/packages/java.scm (openjdk9)[arguments]: Add 'patch-for-aarch64 phase to remove duplicate line in interp_masm_aarch64.hpp. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-07-26gnu: Add glnemo2.Sharlatan Hellseher
* gnu/packages/astronomy.scm (glnemo2): New variable. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-07-26gnu: Add ccfits.Sharlatan Hellseher
* gnu/packages/astronomy.scm (ccfits): New variable. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-07-26gnu: python-shiboken-6: Remove inherited workaround.Hilton Chain
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>
2023-07-26gnu: cfitsio: Download source over HTTPS.Sharlatan Hellseher
* gnu/packages/astronomy.scm (cfitsio)[source]: Use HTTPS. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-07-26gnu: guix-build-coordinator: Update to 0-86.f39f160.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-86.f39f160. [arguments]: Update style.
2023-07-26gnu: nar-herder: Update to 0-21.53682fa.Christopher Baines
* gnu/packages/package-management.scm (nar-herder): Update to 0-21.53682fa. [arguments]: Update style.
2023-07-26gnu: guix-data-service: Update to 0.0.1-42.1c75394.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-42.1c75394. [arguments]: Update style.
2023-07-26services: guix-data-service: Unlink the two shepherd services.Christopher Baines
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.
2023-07-26gnu: Fix guile-for-guile-emacs builder.Christopher Baines
I think this broke in c4c08775a820868059b59c68d4dfd6be0c9d9010. * gnu/packages/guile.scm (guile-for-guile-emacs)[arguments]: Switch to gexp for phases.
2023-07-26gnu: Add rvvm.Juliana Sims
* 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>
2023-07-26gnu: toot: Update to 0.38.1.Efraim Flashner
* gnu/packages/mastodon.scm (toot): Update to 0.38.1. [inputs]: Add python-tomlkit.
2023-07-26gnu: urlscan: Update to 1.0.1.Efraim Flashner
* gnu/packages/mail.scm (urlscan): Update to 1.0.1.
2023-07-26gnu: mpv: Update to 0.36.0.Efraim Flashner
* gnu/packages/video.scm (mpv): Update to 0.36.0.