summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* gnu: fuse@3: Bind to default FUSE variable.Tobias Geerinckx-Rice2023-07-2319-58/+56
| | | | | | | | | | * gnu/packages/linux.scm (fuse): Rename this… (fuse-2): …to this, and… (fuse-3): …rename this… (fuse): …to this! (fuse-static): Rename this… (fuse-2-static): …to this. Adjust all users.
* gnu: btrfs-progs: Update to 6.3.3.Tobias Geerinckx-Rice2023-07-231-2/+2
| | | | * gnu/packages/linux.scm (btrfs-progs): Update to 6.3.3.
* gnu: bindfs: Update to 1.17.4.Tobias Geerinckx-Rice2023-07-231-2/+2
| | | | * gnu/packages/file-systems.scm (bindfs): Update to 1.17.4.
* gnu: bmake: Update to 20230723.Tobias Geerinckx-Rice2023-07-231-2/+2
| | | | * gnu/packages/build-tools.scm (bmake): Update to 20230723.
* gnu: fasm: Update to 1.73.31.Tobias Geerinckx-Rice2023-07-231-2/+2
| | | | * gnu/packages/assembly.scm (fasm): Update to 1.73.31.
* gnu: perl-db-file: Use G-expressions.Tobias Geerinckx-Rice2023-07-231-7/+9
| | | | | * gnu/packages/databases.scm (perl-db-file)[arguments]: Rewrite as G-expressions, using THIS-PACKAGE-INPUT.
* gnu: perl-db-file: Update to 1.858.Tobias Geerinckx-Rice2023-07-231-4/+3
| | | | | * gnu/packages/databases.scm (perl-db-file): Update to 1.858. [arguments]: Don't explicitly return #t from phases.
* gnu: curlftpfs: Add patches to fix bugs.Tobias Geerinckx-Rice2023-07-236-2/+159
| | | | | | | | | * gnu/packages/file-systems.scm (curlftpfs)[source]: Add patches. * gnu/packages/patches/curlftpfs-fix-error-closing-file.patch, gnu/packages/patches/curlftpfs-fix-file-names.patch, gnu/packages/patches/curlftpfs-fix-memory-leak.patch, gnu/packages/patches/curlftpfs-fix-no_verify_hostname.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
* gnu: bcachefs-tools: Remove obsolete phase & inputs.Tobias Geerinckx-Rice2023-07-231-16/+2
| | | | | | | | * gnu/packages/file-systems.scm (bcachefs-tools)[inputs]: Remove coreutils-minimal, gawk, and util-linux, needed for an old version of the mount.bcachefs wrapper that is no longer present. [arguments]: Remove custom #:phases. The build system no longer explicitly builds & installs a shared library.
* gnu: bcachefs-tools: Fix shell script wrappers.Tobias Geerinckx-Rice2023-07-231-1/+11
| | | | | * gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Add a new 'patch-shell-wrappers phase.
* gnu: python-msgspec: Regenerate autogenerated file.Vinicius Monego2023-07-291-1/+12
| | | | | | * gnu/packages/serialization.scm (python-msgspec)[source]: Add a snippet to delete autogenerated "msgspec/atof_consts.h". [arguments]: Add new phase to regenerate that file.
* gnu: Add python-deepxde.Vinicius Monego2023-07-291-0/+33
| | | | * gnu/packages/machine-learning.scm (python-deepxde): New variable.
* gnu: mlt: Update to 7.18.0.Vinicius Monego2023-07-291-2/+2
| | | | * gnu/packages/video.scm (mlt): Update to 7.18.0.
* gnu: python-pymc: Update to 5.6.1.Vinicius Monego2023-07-291-2/+2
| | | | * gnu/packages/statistics.scm (python-pymc): Update to 5.6.1.
* gnu: python-arviz: Update to 0.16.1.Vinicius Monego2023-07-291-2/+2
| | | | * gnu/packages/statistics.scm (python-arviz): Update to 0.16.1.
* gnu: python-scikit-rf: Update to 0.28.0.Vinicius Monego2023-07-291-2/+2
| | | | * gnu/packages/engineering.scm (python-scikit-rf): Update to 0.28.0.
* gnu: hypercorn: Update to 0.14.4.Vinicius Monego2023-07-291-2/+2
| | | | * gnu/packages/python-web.scm (hypercorn): Update to 0.14.4.
* gnu: pre-commit: Update to 3.3.3.Vinicius Monego2023-07-291-2/+2
| | | | * gnu/packages/version-control.scm (pre-commit): Update to 3.3.3.
* gnu: Add python-scikit-fem.Vinicius Monego2023-07-291-0/+27
| | | | * gnu/packages/python-science.scm (python-scikit-fem): New variable.
* gnu: h-client: Update URL.Maxim Cournoyer2023-07-291-1/+1
| | | | * gnu/packages/hardware.scm (h-client) [source]: Add trailing '/' to URL.
* gnu: h-client: Fix build.Maxim Cournoyer2023-07-291-3/+1
| | | | | * gnu/packages/hardware.scm (h-client) [phases]: Replace sbin/lspci by bin/lspci in wrap-more phase.
* gnu: po4a: Update to 0.69.Maxim Cournoyer2023-07-291-2/+2
| | | | * gnu/packages/gettext.scm (po4a): Update to 0.69.
* gnu: hitch: Do not return #t from custom phases.Arun Isaac2023-07-291-2/+1
| | | | | * gnu/packages/web.scm (hitch)[arguments]: Do not return #t from custom phases.
* gnu: hitch: Rewrite grep command to not use perl regexps.Arun Isaac2023-07-291-0/+8
| | | | | * gnu/packages/web.scm (hitch)[arguments]: Rewrite grep command in a test to not use perl regexps.
* gnu: weechat: Update to 4.0.2.fanquake2023-07-281-2/+2
| | | | | | * gnu/packages/irc.scm (weechat): Update to 4.0.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: libharu: Update to 2.4.3.Wojtek Kosior2023-07-281-2/+2
| | | | | | * gnu/packages/pdf.scm (libharu): Update to 2.4.3. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: openshot: Update to 3.1.1.Andy Tai2023-07-281-2/+2
| | | | | | * gnu/packages/video.scm (openshot): Update to 3.1.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: direnv: Update to 2.32.3.Distopico2023-07-281-2/+3
| | | | | | | | | 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>
* gnu: xnedit: Update to 1.5.0.Andy Tai2023-07-281-2/+2
| | | | | | * gnu/packages/text-editors.scm (xnedit): Update to 1.5.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: iwd: Update to 2.7.Hilton Chain2023-07-281-2/+2
| | | | | | * gnu/packages/networking.scm (iwd): Update to 2.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: ell: Update to 0.57.Hilton Chain2023-07-281-2/+2
| | | | | | * gnu/packages/linux.scm (ell): Update to 0.57. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add endgame-singularity.TakeV2023-07-281-0/+24
| | | | | | * gnu/packages/games.scm (endgame-singularity): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: linux-libre-arm64-generic: Add support for ath9k wireless.Efraim Flashner2023-07-271-1/+3
| | | | | * gnu/packages/linux.scm (linux-libre-arm64-generic)[extra-options): Add configuration for ath9k_htc.
* Revert "services: mpd: Add an 'update' action to trigger a database update."Maxim Cournoyer2023-07-261-11/+0
| | | | | | 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.
* services: mpd: Provision a default cache directory and set HOME.Maxim Cournoyer2023-07-261-23/+34
| | | | | | | | 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.
* services: mpd: Auto-detect mpd-output mixer type by default.Maxim Cournoyer2023-07-261-6/+9
| | | | | | | | 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.
* system: accounts: Export <user-account>.Maxim Cournoyer2023-07-261-1/+2
|
* services: Avoid 'delete' overrides warning in audio module.Maxim Cournoyer2023-07-261-1/+1
| | | | * gnu/services/audio.scm: Hide 'delete' on (gnu services) import.
* services: mpd: Do not rotate logs when using syslog.Maxim Cournoyer2023-07-261-10/+11
| | | | | * gnu/services/audio.scm (mpd-log-rotation): Conditionlize based on the value of LOG-FILE.
* services: mpd: Log to syslog by default.Maxim Cournoyer2023-07-261-26/+48
| | | | | | | | | | | | | | | | | | | | | 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.
* services: mpd; Refactor start slot directory initialization.Maxim Cournoyer2023-07-261-55/+77
| | | | | | * 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.
* services: mpd: List log-level in decreasing verbosity order in doc.Maxim Cournoyer2023-07-261-2/+2
| | | | | | * gnu/services/audio.scm (mpd-configuration) [log-level]: List log-level in decreasing verbosity order in doc. * doc/guix.texi (Audio Services): Update doc.
* gnu: Add calc.Distopico2023-07-261-0/+34
| | | | | | * gnu/packages/maths.scm (calc): New variable. Co-authored-by: Andreas Enge <andreas@enge.fr>
* gnu: python-pymol: Fix launch script.David Elsing2023-07-261-3/+8
| | | | | | | * gnu/packages/chemistry.scm (python-pymol)[#:phases]: Add 'disable-unchroot. [native-inputs]: Remove python-setuptools. Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: openjdk9: Fix build on aarch64.Christopher Baines2023-07-261-0/+12
| | | | | | | * 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>
* gnu: Add glnemo2.Sharlatan Hellseher2023-07-261-0/+61
| | | | | | * gnu/packages/astronomy.scm (glnemo2): New variable. Signed-off-by: Andreas Enge <andreas@enge.fr>
* 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.