| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/cran.scm (r-dirmult): New variable.
|
|
|
|
| |
* gnu/packages/cran.scm (r-modeest): New variable.
|
|
|
|
| |
* gnu/packages/cran.scm (r-fbasics): New variable.
|
|
|
|
| |
* gnu/packages/cran.scm (r-timeseries): New variable.
|
|
|
|
| |
* gnu/packages/cran.scm (r-gss): New variable.
|
|
|
|
| |
* gnu/packages/cran.scm (r-stable): New variable.
|
|
|
|
| |
* gnu/packages/cran.scm (r-rmutil): New variable.
|
|
|
|
| |
* gnu/packages/cran.scm (r-statip): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-amplican): New variable.
|
|
|
|
| |
* gnu/packages/cran.scm (r-waffle): New variable.
|
|
|
|
| |
* gnu/packages/cran.scm (r-clustercrit): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-harshlight): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-altcdfenvs): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-makecdfenv): New variable.
|
|
|
|
| |
* .guix-authorizations (podiki): Add OpenPGP key fingerprint.
|
|
|
|
|
| |
* gnu/packages/web.scm (yajl)[synopsis, description]: Edit. Mark up.
Note generator.
|
|
|
|
| |
* gnu/packages/web.scm (yajl)[arguments]: Don't explicitly return #t from phases.
|
|
|
|
|
|
| |
* gnu/packages/web.scm (yajl): New variable, renamed from…
(libyajl): …this one, which is now a DEPRECATED-PACKAGE alias of yajl.
Adjust all users.
|
|
|
|
| |
* gnu/packages/version-control.scm: Don't import (guix build python-build-system).
|
|
|
|
|
| |
* gnu/services/monitoring.scm (zabbix-server-shepherd-service)[stop]: Add
#:grace-period.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/video.scm (ffmpeg): Alias to FFMPEG-5.
(mlt-6)[inpust]: Replace "ffmpeg" with FFMPEG-4.
(transcode, libquicktime, ffmpegthumbnailer, mplayer, obs,
simplescreenrecorder, handbrake, ffms2, libopenshot, wlstream)[inputs]: Change
from FFMPEG to FFMPEG-4.
* gnu/packages/arcan.scm (arcan)[inputs]: Likewise.
* gnu/packages/astronomy.scm (stackistry, libskry)[inputs]: Likewise.
* gnu/packages/audio.scm (aubio, bs1770gain)[inputs]: Likewise.
* gnu/packages/education.scm (openboard)[inputs]: Likewise.
* gnu/packages/emulators.scm (dolphin-emu, retroarch, pcsxr, ppsspp)[inputs]:
Likewise.
* gnu/packages/game-development.scm (warsow-qfusion)[inputs]: Likewise.
* gnu/packages/games.scm (oshu, hedgewars)[inputs]: Likewise.
* gnu/packages/gnunet.scm (libextractor)[inputs]: Likewise.
* gnu/packages/graphics.scm (openscenegraph)[inputs]: Likewise.
* gnu/packages/image-processing.scm (opencv, paraview-5.9)[inputs]: Likewise.
* gnu/packages/julia-jll.scm (julia-ffmpeg-jll)[inputs]: Likewise.
* gnu/packages/kde-multimedia.scm (kid3)[inputs]: Likewise.
* gnu/packages/kodi.scm (kodi)[inputs]: Likewise.
* gnu/packages/linphone.scm (mediastreamer2)[inputs]: Likewise.
* gnu/packages/linux.scm (pipewire)[inputs]: Likewise.
(pipewire-0.3)[inputs]: Replace "ffmpeg" with FFMPEG.
* gnu/packages/mp3.scm (chromaprint)[inputs]: Change from FFMPEG to FFMPEG-4.
* gnu/packages/music.scm (musikcube)[inputs]: Likewise.
* gnu/packages/rdesktop.scm (freerdp)[inputs]: Likewise.
* gnu/packages/qt.scm (qtwebengine-5)[inputs]: Likewise.
|
|
|
|
| |
* gnu/packages/scheme.scm: Sort imports. Remove one duplicate.
|
|
|
|
| |
* gnu/packages/music.scm (pianobar): Update to 2022.04.01.
|
|
|
|
| |
* gnu/packages/video.scm (motion)[native-inputs, inputs]: Remove labels.
|
|
|
|
| |
* gnu/packages/video.scm (motion): Update to 4.5.0.
|
|
|
|
| |
* gnu/packages/video.scm (vapoursynth)[native-inputs]: Remove labels.
|
|
|
|
| |
* gnu/packages/video.scm (vapoursynth): Update to 61.
|
|
|
|
| |
* gnu/packages/wxwidgets.scm (wxsvg): Update to 1.5.24.
|
|
|
|
|
| |
* gnu/packages/gnome.scm (tracker-miners)[native-inputs]: Remove INTLTOOL.
Add GETTEXT-MINIMAL.
|
|
|
|
| |
* gnu/packages/openldap.scm (openldap-2.6): Update to 2.6.3.
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Fixes a regression introduced in b129026e2e242e9068158ae6e6fcd8d7c5ea092e.
* guix/store/deduplication.scm (dump-file/deduplicate): Use 'sendfile'
only when INPUT' is a file port.
|
| |
| |
| |
| |
| |
| |
| | |
Possibly fixes <https://issues.guix.gnu.org/59884>.
* gnu/build/install.scm (umount*): New procedure.
(unmount-cow-store): Use it instead of 'umount'.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes: <https://issues.guix.gnu.org/59823>
* gnu/installer/parted.scm (mapped-device?,
mapped-device-parent-partition): New procedures.
(eligible-devices): Detect mapped installation devices using the new
procedures.
|
| |
| |
| |
| |
| |
| |
| | |
* guix/store/deduplication.scm (dump-file/deduplicate): Use 'sendfile'
instead of 'dump-port'.
* tests/store-deduplication.scm ("copy-file/deduplicate, below %deduplication-minimum-size"):
New test.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes <https://issues.guix.gnu.org/59922>.
Previously progress bars and related things would be buffered by
'run-external-command-with-line-hooks' until \n is read.
* gnu/installer/utils.scm (run-external-command-with-line-hooks): Use
'read-delimited' rather than 'get-line'. Pass 'concat as the last
argument.
(%display-line-hook): Remove.
(run-command): Use 'display' instead of '%display-line-hook'.
(%syslog-line-hook): Add "\n" when LINE doesn't end in \n.
(%installer-log-line-hook): Do not add an extra newline.
(installer-log-line): Add an extra newline.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This reduces the closure size of systems by removing one glibc
copy--namely (@ (gnu packages base) glibc) in addition to (@ (gnu
packages commencement) glibc-final).
* gnu/services/base.scm (<nscd-configuration>)[glibc]: Change default
value to use 'let-system' and 'canonical-package' as appropriate.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This file was added in fe1cd098d2b83737e96f19438612291f5a9316e4 but it's
not referenced from anywhere, not even gnu/local.mk. Furthermore, we
don't normally add full OS examples for the purposes of illustrating the
use of a single service.
* gnu/system/examples/yggdrasil.tmpl: Remove.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Previously, if the name service switch was dysfunctional, as can happen
on foreign distros lacking nscd, "guix shell -C" would crash with a
backtrace on the uncaught 'getpwuid' exception. To address that, catch
the exception and deal with it gracefully.
Reported by remsd1 on #guix.
* guix/scripts/environment.scm (launch-environment/container): Wrap
'getpwuid' call in 'false-if-exception'.
|
| |
| |
| |
| |
| |
| |
| | |
* etc/guix-install.sh (sys_authorize_build_farms):
Iterate over all hosts.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/services/base.scm (agetty-shepherd-service)
(mingetty-shepherd-service)
(nscd.conf-file)
(udev-shepherd-service)
(udev-etc)
(gpm-shepherd-service)
(network-set-up/linux)
(network-tear-down/linux)
(static-networking-shepherd-service)
(greetd-agreety-tty-session-command)
(greetd-agreety-tty-xdg-session-command): Use 'match-record' instead of
'match'.
(guix-accounts): Use <guix-configuration> accessors.
(udev-service-type): Use <udev-configuration> accessors.
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/home/services/mcron.scm (home-mcron-shepherd-services): Use
'match-record' instead of 'match'.
* gnu/home/services/shells.scm (home-bash-extensions): Likewise.
* gnu/home/services/xdg.scm (serialize-xdg-desktop-entry): Likewise.
|
| |
| |
| |
| |
| | |
* doc/contributing.texi (Data Types and Pattern Matching): Recommend
'match-record'.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This allows 'match-record' to be more efficient (field offsets are
computed at compilation time) and to report unknown fields at
macro-expansion time.
* guix/records.scm (map-fields): New macro.
(define-record-type*)[rtd-identifier]: New procedure.
Define TYPE as a macro and use a separate identifier for the RTD.
(lookup-field, match-record-inner): New macros.
(match-record): Rewrite in terms of 'match-error-inner'.
* tests/records.scm ("match-record, simple")
("match-record, unknown field"): New tests.
* gnu/services/cuirass.scm (cuirass-shepherd-service): Rename 'log-file'
local variable to 'main-log-file'.
* gnu/services/getmail.scm (serialize-getmail-configuration-file): Move
after <getmail-configuration-file> definition.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Previously, we were passing '-b', thereby starting the server in the
background. Consequently the 'start' method could complete before the
server was ready to accept connections on its socket, leading to
non-deterministic test failures.
Reported by Mathieu Othacehe <othacehe@gnu.org>.
* gnu/services/security.scm (fail2ban-shepherd-service): Change
FAIL2BAN-ACTION to invoke 'fail2ban-client'.
Change 'start' method to use 'make-forkexec-constructor'; start the
server in the foreground with '-f' and pass '-x' to force execution of
the server, as done upstream in 'fail2ban.service.in'.
|
| |
| |
| |
| |
| | |
* gnu/services/security.scm (fail2ban-shepherd-service): Remove
unnecessary 'modules' field.
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/services/security.scm (fail2ban-shepherd-service): Change
FAIL2BAN-ACTION to return an 'invoke' gexp.
Adjust the shepherd 'start' and 'stop' fields accordingly. Have 'stop'
return #f on success.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes a regression introduced in
a3264f31df9774ea514e18ed8e7b6bcb44061edc.
Reported by Mathieu Othacehe <othacehe@gnu.org>.
* gnu/packages/texinfo.scm (texinfo)[arguments]: Change #:tests? to not
run tests when cross-compiling.
|
| |
| |
| |
| | |
* gnu/system/image.scm: Adjust comment.
|