summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-03services: desktop: Deprecate 'bluetooth-service' procedure.•••* doc/guix.texi (Desktop Services): Remove mention of 'bluetooth-service'. * gnu/services/desktop.scm (bluetooth-service): Deprecate procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal
2023-03-03services: desktop: Deprecate 'geoclue-service' procedure.•••* doc/guix.texi (Desktop Services): Replace 'geoclue-service' with 'geoclue-service-type'. * gnu/services/desktop.scm (<geoclue-configuration>): Set default values based on the values from the now deprecated geoclue-service procedure. (geoclue-service): Deprecate procedure. (desktop-services-for-system): Use geoclue-service-type. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal
2023-03-03services: desktop: Deprecate 'udisks-service' procedure.•••* doc/guix.texi (Desktop Services): Replace 'udisks-service' with 'udisks-service-type'. Document <udisks-configuration>. * gnu/packages/kde-multimedia.scm (k3b)[description]: Replace 'udisks-service' with 'udisks-service-type'. * gnu/services/desktop.scm (udisks-service-type): Set default value. (udisks-service): Deprecate procedure. (desktop-services-for-system): Use udisks-service-type. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal
2023-03-03services: dbus: Deprecate 'polkit-service' procedure.•••* doc/guix.texi (Desktop Services): Replace 'polkit-service' with 'polkit-service-type'. * gnu/services/dbus.scm (polkit-service): Deprecate procedure. * gnu/tests/docker.scm (%docker-os): Use polkit-service-type. * gnu/tests/virtualization.scm (%libvirt-os): Ditto. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal
2023-03-03services: desktop: Deprecate 'accountsservice-service' procedure.•••* doc/guix.texi (Desktop Services): Replace 'accountsservice-service' with 'accountsservice-service-type'. * gnu/services/desktop.scm (accountsservice-service): Deprecate procedure. (desktop-services-for-system): Use accountsservice-service-type. * gnu/tests/lightdm.scm (minimal-desktop-services): Ditto. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal
2023-03-03services: elogind-configuration: Do not ignore 'handle-hibernate-key' by defa...•••* gnu/services/desktop.scm (<elogind-configuration>)[handle-hibernate-key]: Set default value to 'hibernate. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal
2023-03-03services: desktop: Deprecate 'elogind-service' procedure.•••* doc/guix.texi (Desktop Services): Replace 'elogind-service' with 'elogind-service-type'. * gnu/services/desktop.scm (elogind-service): Deprecate procedure. (desktop-services-for-system): Use elogind-service-type. * gnu/tests/lightdm.scm (minimal-desktop-services): Ditto. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal
2023-03-03services: ssh: Deprecate 'dropbear-service' procedure.•••* doc/guix.texi (Networking Services): Replace 'dropbear-service' with 'dropbear-service-type'. * gnu/services/ssh.scm (dropbear-service): Deprecate procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal
2023-03-03services: ssh: Deprecate 'lsh-service' procedure.•••* doc/guix.texi (Networking Services): Remove mention of lsh-service. Document lsh-service-type and lsh-service-configuration. * gnu/services/ssh.scm (<lsh-configuration>): Set default values based on the now deprecated 'lsh-service' procedure. (lsh-service-type): Set default value. (lsh-service): Deprecate procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal
2023-03-03services: base: Deprecate 'rngd-service' procedure.•••* doc/guix.texi (Base Services): Replace rngd-service with rngd-service-type. Document <rngd-configuration>. * gnu/services/base.scm (<rngd-configuration>): Set default values from the values in the now deprecated 'rngd-service' procedure. (rngd-service): Deprecate procedure. (rngd-service-type): Set default value. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal
2023-03-03services: base: Deprecate 'udev-service' procedure.•••* doc/guix.texi (Base Services): Replace udev-service with udev-service-type. Document <udev-configuration>. Use @defun @-commands for udev-rules-service, udev-rule and file->udev-rule. * gnu/services/base.scm (udev-service): Deprecate procedure. * gnu/system/install.scm (%installation-services): Use udev-service-type. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal
2023-03-03services: base: Deprecate 'syslog-service' procedure.•••* doc/guix.texi (Base Services): Replace syslog-service with syslog-service-type. * gnu/services/base.scm (%default-syslog.conf): Place before <syslog-configuration>. (syslog-service-type): Set default value. (syslog-service): Deprecate procedure. (%base-services): Use syslog-service-type. * gnu/system/hurd.scm (%base-services/hurd): Ditto. * gnu/system/install.scm (%installation-services): Ditto. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal
2023-03-03services: base: Deprecate 'nscd-service' procedure.•••* doc/guix.texi (Application Setup): Compress @cindex entries. (Base Services): Compress @cindex entries. Delete %nscd-default-configuration. Replace 'nscd-service' with 'nscd-service-type'. * gnu/services/base.scm (%nscd-default-configuration): Deprecate variable. (nscd-service): Deprecate procedure. * gnu/system/install.scm (%installation-services): Use nscd-service-type. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal
2023-03-03doc: kmscon-service-type: Use @defvar @-command.•••* doc/guix.texi (Base Services): Use @defvar @-command for kmscon-service-type. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal
2023-03-03services: base: Deprecate 'agetty-service' procedure.•••* doc/guix.texi (Base Services): Replace agetty-service with agetty-service-type. * gnu/services/base.scm (agetty-service): Deprecate procedure. * gnu/system/examples/beaglebone-black.tmpl (operating-system)[services]: Use agetty-service-type. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal
2023-03-03services: base: Deprecate 'mingetty-service' procedure.•••* doc/guix.texi (Base Services): Replace mingetty-service with mingetty-service-type. * gnu/services/base.scm (mingetty-service): Deprecate procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal
2023-03-03services: base: Deprecate 'login-service' procedure.•••* doc/guix.texi (Base Services): Replace with login-service-type. * gnu/services/base.scm (login-service): Deprecate procedure. * gnu/system/install.scm (%installation-services): Use login-service-type. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal
2023-03-03services: base: Deprecate 'host-name-service' procedure.•••* doc/guix.texi (operating-system Reference): Reorder cross-reference. Add an anchor to be used ... (Base services): ... here by host-name-service-type. Document host-name-service-type. * gnu/services/base.scm: Export host-name-service-type. (host-name-service): Deprecate procedure. * gnu/system.scm (operating-system-default-essential-services): Use host-name-service-type. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal
2023-03-03gnu: Add r-seurat-utils.•••* gnu/packages/bioinformatics.scm (r-seurat-utils): New variable. Navid Afkhami
2023-03-03gnu: Add r-hgnchelper.•••* gnu/packages/cran.scm (r-hgnchelper): New variable. Navid Afkhami
2023-03-03gnu: Add r-tictoc.•••* gnu/packages/bioinformatics.scm (r-tictoc): New variable. Navid Afkhami
2023-03-03gnu: Add r-ggexpress.•••* gnu/packages/bioinformatics.scm (r-ggexpress): New variable. Navid Afkhami
2023-03-03gnu: Add r-markdownreports.•••* gnu/packages/bioinformatics.scm (r-markdownreports): New variable. Navid Afkhami
2023-03-03gnu: Add r-markdownhelpers.•••* gnu/packages/bioinformatics.scm (r-markdownhelpers): New variable. Navid Afkhami
2023-03-03gnu: Add r-codeandroll2.•••* gnu/packages/bioinformatics.scm (r-codeandroll2): New variable. Navid Afkhami
2023-03-03gnu: Add r-readwriter.•••* gnu/packages/bioinformatics.scm (r-readwriter): New variable. Navid Afkhami
2023-03-03gnu: Add r-stringendo.•••* gnu/packages/bioinformatics.scm (r-stringendo): New variable. Navid Afkhami
2023-03-03gnu: Add julia-astrotime.•••* gnu/packages/julia-xyz.scm (julia-astrotime): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sharlatan Hellseher
2023-03-03gnu: Add julia-muladdmacro.•••* gnu/packages/julia-xyz.scm (julia-muladdmacro): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sharlatan Hellseher
2023-03-03gnu: Add julia-itemgraphs.•••* gnu/packages/julia-xyz.scm (julia-itemgraphs): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sharlatan Hellseher
2023-03-03gnu: Add julia-lightgraphs.•••* gnu/packages/julia-xyz.scm (julia-lightgraphs): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sharlatan Hellseher
2023-03-03gnu: Add julia-arnoldimethod.•••* gnu/packages/julia-xyz.scm (julia-arnoldimethod): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sharlatan Hellseher
2023-03-03gnu: Add julia-inflate.•••* gnu/packages/julia-xyz.scm (julia-inflate): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sharlatan Hellseher
2023-03-03gnu: Add julia-earthorientation.•••* gnu/packages/julia-xyz.scm (julia-earthorientation): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sharlatan Hellseher
2023-03-03gnu: Add julia-remotefiles.•••* gnu/packages/julia-xyz.scm (julia-remotefiles): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sharlatan Hellseher
2023-03-03gnu: Add julia-optionaldata.•••* gnu/packages/julia-xyz.scm (julia-optionaldata): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sharlatan Hellseher
2023-03-03gnu: Add julia-leapseconds.•••* gnu/packages/julia-xyz.scm (julia-leapseconds): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sharlatan Hellseher
2023-03-03git-download: Apply Git attributes on checkouts coming from SWH.•••Fixes a bug whereby CR/LF conversion, for instance, would not be applied on Git repositories retrieved from SWH: https://sympa.inria.fr/sympa/arc/swh-devel/2023-03/msg00000.html Reported by Simon Tournier <simon.tournier@inserm.fr>. Suggested by Valentin Lorentz <valentin.lorentz@inria.fr>. Co-authored by Simon Tournier <simon.tournier@inserm.fr>. * guix/git-download.scm (git-fetch)[build]: Add Git operations conditioned by '.gitattributes' on the result from SWH. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ludovic Courtès
2023-03-03gnu: Add r-oscope.•••* gnu/packages/bioconductor.scm (r-oscope): New variable. Navid Afkhami
2023-03-03gnu: cl-tripod: Fix build.•••* gnu/packages/lisp-xyz.scm (sbcl-tripod)[arguments]: Use the 'assoc-ref' form for the bin output. (cl-tripod)[outputs]: Remove bin. (ecl-tripod)[outputs]: Remove bin. [arguments]: Remove 'build-program' phase. Guillaume Le Vaillant
2023-03-03gnu: eisl: Update to 2.72.•••* gnu/packages/lisp.scm (eisl): Update to 2.72. [arguments]: Update 'fix-paths' phase. Guillaume Le Vaillant
2023-03-03gnu: gcl: Update to 2.6.14.•••* gnu/packages/lisp.scm (gcl): Update to 2.6.14. Guillaume Le Vaillant
2023-03-03gnu: sbcl: Update to 2.3.2.•••* gnu/packages/lisp.scm (sbcl): Update to 2.3.2. Guillaume Le Vaillant
2023-02-26gnu: fish: Update to 3.6.0.•••* gnu/packages/shells.scm (fish): Update to 3.6.0. [source]: Remove snippet, as the bundled PCRE2 sources have been removed (see CHANGELOG.rst). Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Winter
2023-02-26file-systems: Validate 'no-diratime flag.•••This follows up on commit c0773455397746b10194bc14c7cef144f4095b65, and adds a comment to avoid this in future. * gnu/system/file-systems.scm (invalid-file-system-flags): Add 'no-diratime to the list of KNOWN-FLAGS. Tobias Geerinckx-Rice
2023-02-26gnu: go-github-com-robfig-cron-1.2: Move to (gnu packages golang).•••Because (gnu packages golang) and (gnu packages check) use each other, this avoids an undefined symbol due to a module dependency cycle. * gnu/packages/check.scm (go-github-com-robfig-cron-1.2): Move to... * gnu/packages/golang.scm (go-github-com-robfig-cron-1.2): ...here. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Josselin Poiret
2023-03-02gnu: make-mozilla-with-l10n: Use the copy-build-system.•••Fixes <https://issues.guix.gnu.org/61742>. * gnu/packages/gnuzilla.scm (make-mozilla-with-l10n): Rewrite to use the copy-build-system. Reported-by: Feng Shu <tumashu@163.com> Maxim Cournoyer
2023-03-02gnu: grimshot: Correct man page path.•••* gnu/packages/wm.scm (grimshot)[arguments]: Remove 'usr/' from man page path. Signed-off-by: Leo Famulari <leo@famulari.name> Antero Mejr
2023-03-02gnu: Add r-mmuphin.•••* gnu/packages/bioconductor.scm (r-mmuphin): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Mădălin Ionel Patrașcu
2023-03-02gnu: python-acme, certbot: Update to 2.3.0.•••* gnu/packages/tls.scm (python-acme): Update to 2.3.0. (certbot)[source]: Update hash. [propagated-inputs]: Remove python-zope-interface and python-zope-component. Signed-off-by: Leo Famulari <leo@famulari.name> Jack Hill