Bruno Victal
be1435d668
services: 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>
2023-03-03 17:55:34 +01:00
Bruno Victal
ae0975332c
services: 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>
2023-03-03 17:55:34 +01:00
Bruno Victal
e8f161ea11
services: 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>
2023-03-03 17:55:34 +01:00
Bruno Victal
ffc5d42fc2
services: 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>
2023-03-03 17:55:34 +01:00
Bruno Victal
c3dc13e29c
services: 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>
2023-03-03 17:55:33 +01:00
Bruno Victal
ca3a73de3d
services: elogind-configuration: Do not ignore 'handle-hibernate-key' by default.
...
* gnu/services/desktop.scm (<elogind-configuration>)[handle-hibernate-key]: Set default value to 'hibernate.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-03 17:55:33 +01:00
Bruno Victal
00767d967d
services: 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>
2023-03-03 17:55:33 +01:00
Bruno Victal
3b2e88011a
services: 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>
2023-03-03 17:55:33 +01:00
Bruno Victal
0e21015fd2
services: 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>
2023-03-03 17:55:33 +01:00
Bruno Victal
31b1e22926
services: 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>
2023-03-03 17:55:33 +01:00
Bruno Victal
2e7516168e
services: 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>
2023-03-03 17:55:32 +01:00
Bruno Victal
6edacf2491
services: 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>
2023-03-03 17:55:32 +01:00
Bruno Victal
98e9dc6ab7
services: 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>
2023-03-03 17:55:32 +01:00
Bruno Victal
4892c0186e
services: 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>
2023-03-03 17:55:32 +01:00
Bruno Victal
ad665a38fc
services: 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>
2023-03-03 17:55:32 +01:00
Bruno Victal
6dd635b4cf
services: 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>
2023-03-03 17:55:32 +01:00
Bruno Victal
cb00e600ff
services: 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>
2023-03-03 17:55:31 +01:00
Navid Afkhami
c6480edbe3
gnu: Add r-seurat-utils.
...
* gnu/packages/bioinformatics.scm (r-seurat-utils): New variable.
2023-03-03 15:11:43 +01:00
Navid Afkhami
03ef0914d5
gnu: Add r-hgnchelper.
...
* gnu/packages/cran.scm (r-hgnchelper): New variable.
2023-03-03 15:11:43 +01:00
Navid Afkhami
9aad3dfd7b
gnu: Add r-tictoc.
...
* gnu/packages/bioinformatics.scm (r-tictoc): New variable.
2023-03-03 15:11:43 +01:00
Navid Afkhami
573b65f51e
gnu: Add r-ggexpress.
...
* gnu/packages/bioinformatics.scm (r-ggexpress): New variable.
2023-03-03 15:11:43 +01:00
Navid Afkhami
fd099793c8
gnu: Add r-markdownreports.
...
* gnu/packages/bioinformatics.scm (r-markdownreports): New variable.
2023-03-03 15:11:43 +01:00
Navid Afkhami
8eb8af7e30
gnu: Add r-markdownhelpers.
...
* gnu/packages/bioinformatics.scm (r-markdownhelpers): New variable.
2023-03-03 15:11:43 +01:00
Navid Afkhami
ba47b0fceb
gnu: Add r-codeandroll2.
...
* gnu/packages/bioinformatics.scm (r-codeandroll2): New variable.
2023-03-03 15:11:43 +01:00
Navid Afkhami
877e2e7cf3
gnu: Add r-readwriter.
...
* gnu/packages/bioinformatics.scm (r-readwriter): New variable.
2023-03-03 15:11:43 +01:00
Navid Afkhami
351de7426c
gnu: Add r-stringendo.
...
* gnu/packages/bioinformatics.scm (r-stringendo): New variable.
2023-03-03 15:11:42 +01:00
Sharlatan Hellseher
6385070190
gnu: Add julia-astrotime.
...
* gnu/packages/julia-xyz.scm (julia-astrotime): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-03 12:30:50 +01:00
Sharlatan Hellseher
39f02b5760
gnu: Add julia-muladdmacro.
...
* gnu/packages/julia-xyz.scm (julia-muladdmacro): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-03 12:30:49 +01:00
Sharlatan Hellseher
549c227f3c
gnu: Add julia-itemgraphs.
...
* gnu/packages/julia-xyz.scm (julia-itemgraphs): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-03 12:30:47 +01:00
Sharlatan Hellseher
16c7becdc7
gnu: Add julia-lightgraphs.
...
* gnu/packages/julia-xyz.scm (julia-lightgraphs): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-03 12:30:46 +01:00
Sharlatan Hellseher
7f53aa7aa8
gnu: Add julia-arnoldimethod.
...
* gnu/packages/julia-xyz.scm (julia-arnoldimethod): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-03 12:30:45 +01:00
Sharlatan Hellseher
a6fc3bc163
gnu: Add julia-inflate.
...
* gnu/packages/julia-xyz.scm (julia-inflate): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-03 12:30:43 +01:00
Sharlatan Hellseher
b7804b473f
gnu: Add julia-earthorientation.
...
* gnu/packages/julia-xyz.scm (julia-earthorientation): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-03 12:30:40 +01:00
Sharlatan Hellseher
a0ca88b1a6
gnu: Add julia-remotefiles.
...
* gnu/packages/julia-xyz.scm (julia-remotefiles): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-03 12:30:37 +01:00
Sharlatan Hellseher
f808ce789d
gnu: Add julia-optionaldata.
...
* gnu/packages/julia-xyz.scm (julia-optionaldata): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-03 12:30:33 +01:00
Sharlatan Hellseher
e21c19b2ad
gnu: Add julia-leapseconds.
...
* gnu/packages/julia-xyz.scm (julia-leapseconds): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-03 12:30:24 +01:00
Navid Afkhami
4f681cdbc2
gnu: Add r-oscope.
...
* gnu/packages/bioconductor.scm (r-oscope): New variable.
2023-03-03 12:04:24 +01:00
Guillaume Le Vaillant
98cac9dcab
gnu: 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.
2023-03-03 10:38:41 +01:00
Guillaume Le Vaillant
a359b744ce
gnu: eisl: Update to 2.72.
...
* gnu/packages/lisp.scm (eisl): Update to 2.72.
[arguments]: Update 'fix-paths' phase.
2023-03-03 09:52:52 +01:00
Guillaume Le Vaillant
d5e41d7166
gnu: gcl: Update to 2.6.14.
...
* gnu/packages/lisp.scm (gcl): Update to 2.6.14.
2023-03-03 09:52:52 +01:00
Guillaume Le Vaillant
dfc5d6628f
gnu: sbcl: Update to 2.3.2.
...
* gnu/packages/lisp.scm (sbcl): Update to 2.3.2.
2023-03-03 09:52:51 +01:00
Winter
ea870a70e9
gnu: 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>
2023-02-26 01:00:09 +01:00
Tobias Geerinckx-Rice
4ef9a5dd5e
file-systems: Validate 'no-diratime flag.
...
This follows up on commit c077345539
, 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.
2023-02-26 01:00:07 +01:00
Josselin Poiret
997b93cc4a
gnu: 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>
2023-02-26 01:00:00 +01:00
Maxim Cournoyer
89e5f3f384
gnu: 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>
2023-03-02 16:03:57 -05:00
Antero Mejr
b2200e3488
gnu: 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>
2023-03-02 15:01:39 -05:00
Mădălin Ionel Patrașcu
5dae9d2683
gnu: Add r-mmuphin.
...
* gnu/packages/bioconductor.scm (r-mmuphin): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2023-03-02 20:11:06 +01:00
Jack Hill
ffb756e8c0
gnu: 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>
2023-03-02 13:49:46 -05:00
Efraim Flashner
e9c1ea84fc
gnu: grub-efi: Remove test inputs.
...
* gnu/packages/bootloaders.scm (grub-efi)[native-inputs]: Remove parted,
qemu-minimal, xorriso.
2023-03-02 16:13:56 +02:00
Mădălin Ionel Patrașcu
a7763e067d
gnu: Add r-chromomap.
...
* gnu/packages/cran.scm (r-chromomap): New variable.
2023-03-02 12:58:26 +01:00
Efraim Flashner
06f49a77a8
gnu: libmicrohttpd: Update to 0.9.76.
...
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.76.
2023-03-02 11:48:11 +02:00
Efraim Flashner
4acda21217
gnu: gama: Update to 2.24.
...
* gnu/packages/gps.scm (gama): Update to 2.24.
2023-03-02 11:48:10 +02:00
Juliana Sims
af95f2d8f9
gnu: pcmanfm-qt: Update to 1.2.1.
...
* gnu/packages/lxqt.scm (pcmanfm-qt): Update to 1.2.1.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-03-02 13:59:38 +08:00
Juliana Sims
2db95ac735
gnu: libfm-qt: Update to 1.2.1.
...
* gnu/packages/lxqt.scm (libfm-qt): Update to 1.2.1.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-03-02 13:59:31 +08:00
Juliana Sims
369b2a56a9
gnu: lxqt-panel: Update to 1.2.1.
...
* gnu/packages/lxqt.scm (lxqt-panel): Update to 1.2.1.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-03-02 13:59:21 +08:00
Ryan Sundberg
03b463b68b
gnu: FFmpeg: Enable libwebp.
...
* gnu/packages/video.scm (ffmpeg)[inputs]: Add libwebp.
[arguments]: Pass '--enable-libwebp' to #:configure-flags.
(ffmpeg-2.8)[inputs]: Remove libwebp.
Co-authored-by: Leo Famulari <leo@famulari.name>
2023-03-01 23:02:19 -05:00
宋文武
e7e1f58563
gnu: gimp: Don't retain reference on GCC.
...
Partly fixes <https://issues.guix.gnu.org/57677 >.
* gnu/packages/gimp.scm (gimp)[arguments]: Add #:modules and #:phases.
2023-03-02 11:32:20 +08:00
宋文武
c53e8404e8
gnu: Remove broken xf86 video drivers.
...
Those packages build failed with current xorg-server:
openchrome: multiple definition of some functions.
other: missing headers for xf86RamDac.h, IBM.h, etc.
* gnu/packages/xorg.scm (xf86-video-glint, xf86-video-openchrome
xf86-video-suncg6, xf86-video-sunffb, xf86-video-tga
xf86-video-trident): Remove packages.
* gnu/packages/patches/xf86-video-tga-remove-mibstore.patch: Remove patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
2023-03-02 11:29:17 +08:00
Philippe SWARTVAGHER
7493ff7ae3
gnu: cloc: Update to 1.96.1.
...
* gnu/packages/code.scm (cloc): Update to 1.96.1.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-03-02 11:15:05 +08:00
Timotej Lazar
ad82d834f6
gnu: dos2unix: Use new package style.
...
* gnu/packages/textutils.scm (dos2unix)[arguments]: Use gexps.
[native-inputs]: Drop labels.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-03-02 11:14:06 +08:00
Timotej Lazar
66e677f58e
gnu: dos2unix: Update to 7.4.4.
...
* gnu/packages/textutils.scm (dos2unix): Update to 7.4.4.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-03-02 11:13:33 +08:00
Bruno Victal
ac9ccf03a6
gnu: mympd: Update to 10.2.4.
...
* gnu/packages/mpd.scm (mympd): Update to 10.2.4.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-03-02 11:09:35 +08:00
Mădălin Ionel Patrașcu
7dc190f83e
gnu: Add r-maaslin2.
...
* gnu/packages/bioconductor.scm (r-maaslin2): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2023-03-02 00:08:11 +01:00
Mădălin Ionel Patrașcu
3e4de18d3e
gnu: Add r-metagenomeseq.
...
* gnu/packages/bioconductor.scm (r-metagenomeseq): New variable.
2023-03-02 00:08:11 +01:00
Mădălin Ionel Patrașcu
19764c06b7
gnu: Add r-chemometrics.
...
* gnu/packages/cran.scm (r-chemometrics): New variable.
2023-03-02 00:08:11 +01:00
Mădălin Ionel Patrașcu
8e5a6b35fd
gnu: Add r-som.
...
* gnu/packages/cran.scm (r-som): New variable.
2023-03-02 00:08:11 +01:00
Mădălin Ionel Patrașcu
b9be025b0e
gnu: Add r-cplm.
...
* gnu/packages/cran.scm (r-cplm): New variable.
2023-03-02 00:08:11 +01:00
Mădălin Ionel Patrașcu
242c3e9300
gnu: Add r-biglm.
...
* gnu/packages/cran.scm (r-biglm): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2023-03-02 00:08:11 +01:00
Maxim Cournoyer
f0f5f01197
gnu: emacs-bash-completion: Update to 3.1.1-0.796a806.
...
* gnu/packages/emacs-xyz.scm (emacs-bash-completion): Update to 3.1.1-0.796a806.
[phases]: Delete make-git-checkout-writable phase.
2023-03-01 11:21:35 -05:00
Guillaume Le Vaillant
ab6e434eaa
gnu: sdrangel: Update to 7.10.0.
...
* gnu/packages/radio.scm (sdrangel): Update to 7.10.0.
2023-03-01 16:31:53 +01:00
Guillaume Le Vaillant
8291682af7
gnu: csdr: Update to 0.18.1.
...
* gnu/packages/radio.scm (csdr): Update to 0.18.1.
2023-03-01 16:31:53 +01:00
Guillaume Le Vaillant
f2f530e808
gnu: xmrig: Update to 6.19.0.
...
* gnu/packages/finance.scm (xmrig): Update to 6.19.0.
2023-03-01 16:31:53 +01:00
Guillaume Le Vaillant
f3a3e5fc76
gnu: monero-gui: Update to 0.18.2.0.
...
* gnu/packages/finance.scm (monero-gui): Update to 0.18.2.0.
2023-03-01 16:31:53 +01:00
Guillaume Le Vaillant
0987dcc3e1
gnu: p2pool: Update to 3.1.
...
* gnu/packages/finance.scm (p2pool): Update to 3.1.
[arguments]: Add 'configure-flags". Add custom 'check' phase and enable
tests.
2023-03-01 16:31:53 +01:00
Guillaume Le Vaillant
5064d184f2
gnu: monero: Update to 0.18.2.0.
...
* gnu/packages/finance.scm (monero): Update to 0.18.2.0.
2023-03-01 16:31:53 +01:00
Andy Tai
c05adaddb1
gnu: Add emacs-motif.
...
* gnu/packages/text-editors.scm (emacs-motif): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-01 15:15:50 +00:00
Alice BRENON
4ccba48de1
gnu: Add ghc-hs-conllu.
...
* gnu/packages/haskell-xyz (ghc-hs-conllu): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-01 15:14:36 +00:00
Simon South
9a4dd01f1d
gnu: font-google-noto-emoji: Install correct license file.
...
* gnu/packages/fonts.scm (font-google-noto-emoji)[arguments]<#:phases>: Add
"enter-font-directory" phase; remove now-superfluous prefix from paths in
"remove-unsupported" phase.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-01 15:14:36 +00:00
B. Wilson
48cda62fb0
gnu: Add font-apl2741-unicode.
...
* gnu/packages/apl.scm (font-apl2741-unicode): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-01 15:14:36 +00:00
r0man
72ec11d24f
gnu: icecat: Remove unsupported --disable-eme option on aarch64.
...
* gnu/packages/gnuzilla.scm (icecat): Remove unsupported --disable-eme option
on aarch64.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-01 15:14:36 +00:00
Giacomo Leidi
a0da11ee47
gnu: Add python-pypresence.
...
* gnu/packages/messaging.scm (python-pypresence): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-01 15:14:36 +00:00
Sughosha
fbcc42ad6c
gnu: Add flat-remix-gnome-theme.
...
* gnu/packages/gnome-xyz.scm (flat-remix-gnome-theme): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-01 15:14:36 +00:00
Sughosha
4a15f2e226
gnu: Add flat-remix-gtk-theme.
...
* gnu/packages/gnome-xyz.scm (flat-remix-gtk-theme): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-01 15:14:36 +00:00
Sughosha
ec0f5b5f7e
gnu: Add flat-remix-icon-theme.
...
* gnu/packages/gnome-xyz.scm (flat-remix-icon-theme): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-01 15:14:35 +00:00
Nicolas Graves
722073b151
gnu: Add python-pixelmatch.
...
* gnu/packages/python-xyz.scm (python-pixelmatch): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-01 15:14:35 +00:00
Nicolas Graves
f9abf24f24
gnu: Add python-pyee.
...
* gnu/packages/python-xyz.scm (python-pyee): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-01 15:14:35 +00:00
Mădălin Ionel Patrașcu
f01b5299db
gnu: Add r-rmumps.
...
* gnu/packages/cran.scm (r-rmumps): New variable.
2023-03-01 14:10:14 +01:00
Mădălin Ionel Patrașcu
9ba8dd3bd2
gnu: Add r-pma.
...
* gnu/packages/cran.scm (r-pma): New variable.
2023-03-01 14:08:32 +01:00
Mădălin Ionel Patrașcu
60652a8efa
gnu: Add r-p2data.
...
* gnu/packages/bioinformatics.scm (r-p2data): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2023-03-01 14:07:58 +01:00
Mădălin Ionel Patrașcu
df74c74688
gnu: Add r-conospanel.
...
* gnu/packages/bioinformatics.scm (r-conospanel): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2023-03-01 14:06:04 +01:00
Mădălin Ionel Patrașcu
1fb43d1d19
gnu: Add r-conos.
...
* gnu/packages/bioconductor.scm (r-conos): New variable.
2023-03-01 13:46:02 +01:00
Mădălin Ionel Patrașcu
020e5ac362
gnu: Add r-pagoda2.
...
* gnu/packages/cran.scm (r-pagoda2): New variable.
2023-03-01 13:46:01 +01:00
Mădălin Ionel Patrașcu
c7a25ee3de
gnu: Add r-dendsort.
...
* gnu/packages/cran.scm (r-dendsort): New variable.
2023-03-01 12:41:33 +01:00
Mădălin Ionel Patrașcu
fca17c0b28
gnu: Add r-drat.
...
* gnu/packages/cran.scm (r-drat): New variable.
2023-03-01 12:41:33 +01:00
Mădălin Ionel Patrașcu
e59eb3fe63
gnu: Add r-leidenalg.
...
* gnu/packages/cran.scm (r-leidenalg): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2023-03-01 12:38:52 +01:00
Mădălin Ionel Patrașcu
7018092b0e
gnu: Add r-sccore.
...
* gnu/packages/cran.scm (r-sccore): New variable.
2023-03-01 12:20:42 +01:00
Mădălin Ionel Patrașcu
3efea1fc14
gnu: Add r-n2r.
...
* gnu/packages/cran.scm (r-n2r): New variable.
2023-03-01 12:19:59 +01:00
Mădălin Ionel Patrașcu
5fdf7e9ab9
gnu: Add r-rcppspdlog.
...
* gnu/packages/cran.scm (r-rcppspdlog): New variable.
2023-03-01 12:19:56 +01:00
Mădălin Ionel Patrașcu
2eb750ab1f
gnu: Add r-simplermarkdown.
...
* gnu/packages/cran.scm (r-simplermarkdown): New variable.
2023-03-01 12:05:13 +01:00
Mădălin Ionel Patrașcu
ef7df2ca7b
gnu: Add r-sitar.
...
* gnu/packages/cran.scm (r-sitar): New variable.
2023-03-01 09:37:40 +01:00