Marius Bakke
95447b293d
gnu: python-distributed: Update to 2021.11.2.
...
* gnu/packages/python-science.scm (python-distributed): Update to 2021.11.2.
[source](snippet): New field.
[arguments]: Add versioneer phase.
[native-inputs]: Add PYTHON-VERSIONEER.
2021-12-13 23:28:58 +01:00
Marius Bakke
48a6f1d351
gnu: python-dask: Remove bundled versioneer.
...
* gnu/packages/python-xyz.scm (python-dask)[source](snippet): New field.
[arguments]: Add versioneer phase.
[native-inputs]: Add PYTHON-VERSIONEER.
2021-12-13 23:28:58 +01:00
Marius Bakke
99e0c4bc74
gnu: python-versioneer: Add support for Guix build directories.
...
* gnu/packages/patches/python-versioneer-guix-support.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-xyz.scm (python-versioneer)[source](patches): New field.
2021-12-13 23:28:58 +01:00
Marius Bakke
5940d4cfed
gnu: python-versioneer: Update to 0.21.
...
* gnu/packages/python-xyz.scm (python-versioneer): Update to 0.21.
2021-12-13 23:28:58 +01:00
Marius Bakke
e1dc580bdf
gnu: fossil: Update to 2.17.
...
* gnu/packages/version-control.scm (fossil): Update to 2.17.
[source](uri): Adjust.
[inputs]: Change from SQLITE to SQLITE-NEXT.
[arguments]: Remove trailing #t's.
2021-12-13 23:28:58 +01:00
Marius Bakke
50b36f688b
gnu: SQLite. Add 3.37.
...
* gnu/packages/sqlite.scm (sqlite-next): New variable.
2021-12-13 23:28:58 +01:00
Marius Bakke
dab8fd7ed4
gnu: SQLite: Remove 3.33.
...
* gnu/packages/sqlite.scm (sqlite-3.33): Remove variable.
2021-12-13 23:28:58 +01:00
Marius Bakke
467485a50a
gnu: Remove superfluous "linux-libre-headers" inputs.
...
This input is already propagated from glibc.
* gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Remove LINUX-LIBRE-HEADERS-5.10.
* gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Likewise.
* gnu/packages/accessibility.scm (brltty)[inputs]: Remove LINUX-LIBRE-HEADERS.
* gnu/packages/graphics.scm (directfb)[inputs]: Likewise.
* gnu/packages/gstreamer.scm (libdc1394)[inputs]: Likewise.
* gnu/packages/linux.scm (python-evdev)[native-inputs]: Likewise.
(bcc, bpftrace)[inputs]: Likewise.
* gnu/packages/networking.scm (lksctp-tools)[inputs]: Likewise.
* gnu/packages/video.scm (tslib)[inputs]: Likewise.
* gnu/packages/web-browsers.scm (links)[native-inputs]: Likewise.
* gnu/packages/cdrom.scm (cdrtools)[inputs]: Likewise.
[arguments]: Adjust accordingly.
* gnu/packages/lirc.scm (lirc)[inputs, arguments]: Likewise.
* gnu/packages/vpn.scm (xl2tpd)[inputs, arguments]: Likewise.
2021-12-13 23:28:57 +01:00
Maxim Cournoyer
6dffced09e
Merge branch 'core-updates-frozen' into 'master'.
...
At last!
2021-12-13 16:29:21 -05:00
Ludovic Courtès
e3196755e6
gnu: Further simplify package inputs.
...
This is the result of running:
./pre-inst-env guix style --input-simplification=safe
and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
2021-12-13 22:15:07 +01:00
Nicolas Goaziou
b603554ed0
gnu: emacs-geiser-guile: Update to 0.19.
...
* gnu/packages/emacs-xyz.scm (emacs-geiser-guile): Update to 0.19.
[inputs]: Update to guile-3.0.
2021-12-13 21:59:45 +01:00
Nicolas Goaziou
cd3c3965c2
gnu: emacs-solaire-mode: Update to 2.0.4.
...
* gnu/packages/emacs-xyz.scm (emacs-solaire-mode): Update to 2.0.4.
2021-12-13 21:51:47 +01:00
Maxim Cournoyer
fc9ca46aa6
gnu: Add python-robotframework-datadriver.
...
* gnu/packages/python-xyz.scm (python-robotframework-datadriver): New variable.
2021-12-13 12:34:00 -05:00
Maxim Cournoyer
33f80689a9
gnu: Add python-robotframework-stacktrace.
...
* gnu/packages/python-xyz.scm (python-robotframework-stacktrace): New variable.
2021-12-13 12:33:59 -05:00
Ludovic Courtès
2194451544
gnu: optionmatrix: Avoid deprecated 'texlive-union'.
...
* gnu/packages/finance.scm (optionmatrix)[native-inputs]: Use
'texlive-updmap.cfg'.
2021-12-13 17:57:15 +01:00
Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
...
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
2021-12-13 17:48:25 +01:00
Ludovic Courtès
aca2defe01
packages: 'modify-inputs' preserves and introduces input labels if needed.
...
Fixes a bug whereby, in an expression like this:
(modify-inputs lst
(delete ...)
(prepend ...))
the 'delete' clause would have no effect because 'prepend' would pass it
a label-less input list.
* guix/packages.scm (inputs-sans-labels): Remove.
(modify-inputs): In the 'prepend' and 'append' cases, preserve/add input
labels instead of removing them.
2021-12-13 17:48:25 +01:00
Ludovic Courtès
148a03b971
gnu: binutils@2.33: Remove non-applicable patches.
...
* gnu/packages/base.scm (binutils-2.33)[source]: Add empty 'patches' field.
2021-12-13 13:58:31 +01:00
Ludovic Courtès
0b1f5d2477
gnu: python-aws-xray-sdk: Set PYTHONPATH when running tests.
...
* gnu/packages/python-web.scm (python-aws-xray-sdk)[arguments]: Check:
Set PYTHONPATH.
2021-12-13 13:55:17 +01:00
Ludovic Courtès
063dfc5636
gnu: python-jsonpickle: Update to 1.5.2.
...
This brings support for NumPy 1.20+, which we need.
* gnu/packages/python-web.scm (python-jsonpickle): Update to 1.5.2.
2021-12-13 13:54:38 +01:00
Ludovic Courtès
90bee69fca
gnu: python-jose: Add missing dependency.
...
* gnu/packages/python-web.scm (python-jose)[propagated-inputs]: Add
PYTHON-ECDSA.
2021-12-13 13:54:15 +01:00
Mădălin Ionel Patrașcu
5f32468acf
gnu: Add r-chromvarmotifs.
...
* gnu/packages/bioconductor.scm (r-chromvarmotifs): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-12-13 13:38:27 +01:00
Ludovic Courtès
1052ae5f03
Merge branch 'master' into core-updates-frozen
2021-12-13 11:49:15 +01:00
Ludovic Courtès
788f56b4dc
doc: Add missing closing paren.
...
* doc/guix.texi (Desktop Services): Add missing closing paren in example.
2021-12-13 11:31:53 +01:00
Ludovic Courtès
c946e1464d
doc: Handle ' ' when syntax-highlighting HTML.
...
* doc/build.scm (syntax-highlighted-html)[build](entity->string): Handle " ".
2021-12-13 11:31:53 +01:00
Ricardo Wurmus
cf2251b9f7
gnu: Add r-sanssouci.
...
* gnu/packages/bioconductor.scm (r-sanssouci): New variable.
2021-12-13 11:17:43 +01:00
Ricardo Wurmus
73d2fb94e3
gnu: Add r-isoformswitchanalyzer.
...
* gnu/packages/bioconductor.scm (r-isoformswitchanalyzer): New variable.
2021-12-13 10:54:16 +01:00
Ricardo Wurmus
495646aa73
gnu: Add r-drimseq.
...
* gnu/packages/bioconductor.scm (r-drimseq): New variable.
2021-12-13 10:54:05 +01:00
Marcel Schilling
531a69ecb6
gnu: Add r-dearseq.
...
* gnu/packages/bioconductor.scm (r-dearseq): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-12-13 09:50:58 +01:00
Leo Famulari
efd4d36a28
gnu: linux-libre 4.4: Update to 4.4.294.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.294.
(linux-libre-4.4-pristine-source): Update hash.
2021-12-12 23:14:01 -05:00
Leo Famulari
912db36d27
gnu: linux-libre 4.9: Update to 4.9.292.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.292.
(linux-libre-4.9-pristine-source): Update hash.
2021-12-12 23:14:01 -05:00
Leo Famulari
a9dfc3781a
gnu: linux-libre 4.14: Update to 4.14.257.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.257.
(linux-libre-4.14-pristine-source): Update hash.
2021-12-12 23:14:01 -05:00
Leo Famulari
56778b40a3
gnu: linux-libre 4.19: Update to 4.19.220.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.220.
(linux-libre-4.19-pristine-source): Update hash.
2021-12-12 23:14:01 -05:00
Leo Famulari
ef8c464e17
gnu: linux-libre 5.4: Update to 5.4.164.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.164.
(linux-libre-5.4-pristine-source): Update hash.
2021-12-12 23:14:01 -05:00
Leo Famulari
50c529c574
gnu: linux-libre 5.10: Update to 5.10.84.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.84.
(linux-libre-5.10-pristine-source): Update hash.
2021-12-12 23:14:00 -05:00
Leo Famulari
e49f9f68dc
gnu: linux-libre: Update to 5.15.7.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.7.
(linux-libre-5.15-pristine-source): Update hash.
2021-12-12 23:13:57 -05:00
Ludovic Courtès
c8609493ba
news: Add entry about 'static-networking-service-type'.
...
* etc/news.scm: Add entry.
2021-12-13 00:09:33 +01:00
Marius Bakke
869d69ad32
gnu: gaupol: Don't attempt to compile bytecode twice.
...
* gnu/packages/video.scm (gaupol)[arguments]: Disable needless compilation
with a substitution. While here, remove trailing #t's.
2021-12-12 23:26:02 +01:00
Marius Bakke
dd5851e088
gnu: mps-youtube: Disable sanity check.
...
* gnu/packages/video.scm (mps-youtube)[arguments]: Add #:phases.
2021-12-12 23:26:02 +01:00
Marius Bakke
2ac8a13a6a
gnu: smplayer: Remove reference to %outputs.
...
...which no longer exists in qt-build-system.
* gnu/packages/video.scm (smplayer)[arguments]: Turn into gexp. Use #$OUTPUT
instead of %OUTPUTS. Remove trailing #true's.
2021-12-12 23:26:01 +01:00
Marius Bakke
9896e828ca
gnu: ruby-asciidoctor-pdf: Update to 1.6.1.
...
* gnu/packages/ruby.scm (ruby-asciidoctor-pdf): Update to 1.6.1.
[arguments]: Remove trailing #t's.
2021-12-12 23:26:01 +01:00
Marius Bakke
539031ed86
gnu: ruby-rouge: Update to 3.26.1.
...
* gnu/packages/ruby.scm (ruby-rouge): Update to 3.26.1.
2021-12-12 23:26:01 +01:00
Marius Bakke
923c78619c
gnu: ruby-loofah: Update to 2.13.0.
...
* gnu/packages/ruby.scm (ruby-loofah): Update to 2.13.0.
[source]: Switch to GIT-FETCH.
[arguments]: Remove.
[native-inputs]: Add RUBY-HOE-MARKDOWN.
2021-12-12 23:26:01 +01:00
Marius Bakke
78bf278a80
gnu: Add ruby-hoe-markdown.
...
* gnu/packages/ruby.scm (ruby-hoe-markdown): New variable.
2021-12-12 23:26:01 +01:00
Marius Bakke
a3b25dbfa6
gnu: ruby-nokogiri: Update to 1.12.5.
...
* gnu/packages/ruby.scm (ruby-nokogiri-1.10): New variable.
(ruby-nokogiri): Inherit from it. Update to 1.12.5.
(ruby-nokogiri-diff)[propagated-inputs]: Change from RUBY-NOKOGIRI to
RUBY-NOKOGIRI-1.10.
2021-12-12 23:26:01 +01:00
Ludovic Courtès
f73ba627ab
tests: Replace uses of deprecated 'static-networking-service'.
...
* gnu/tests/ganeti.scm (%ganeti-os): Replace call to
'static-networking-service' by instantiating
STATIC-NETWORKING-SERVICE-TYPE.
* gnu/tests/networking.scm (%test-static-networking)
(%openvswitch-os, %dhcpd-os): Likewise.
2021-12-12 23:20:50 +01:00
Ludovic Courtès
5967aee398
services: Define '%loopback-static-networking'.
...
* gnu/services/base.scm (%loopback-static-networking): New variable.
(%base-services): Use it.
* gnu/system/hurd.scm (%base-services/hurd): Use it.
* gnu/system/install.scm (%installation-services): Use it.
* doc/guix.texi (Networking Setup): Document it.
2021-12-12 23:20:50 +01:00
Ludovic Courtès
1644f4f1f8
services: Define '%qemu-static-networking'.
...
* gnu/services/base.scm (%qemu-static-networking): New variable.
* gnu/system/hurd.scm (%base-services/hurd): Use it.
* doc/guix.texi (Networking Setup): Document it.
2021-12-12 23:20:49 +01:00
Ludovic Courtès
223f1b1eb3
services: static-networking: Change interface to mimic netlink.
...
* gnu/services/base.scm (<static-networking>)[interface, ip, netmask]
[gateway]: Remove.
[addresses, links, routes]: New fields.
[requirement]: Default to '(udev).
(<network-address>, <network-link>, <network-route>): New record types.
(ensure-no-separate-netmask, %ensure-no-separate-netmask): Remove.
(ipv6-address?, cidr->netmask, ip+netmask->cidr)
(network-set-up/hurd, network-tear-down/hurd)
(network-set-up/linux, network-tear-down/linux)
(static-networking->hurd-pfinet-options): New procedures.
(static-networking-shepherd-service): New procedure.
(static-networking-shepherd-services): Rewrite in terms of the above.
(static-networking-service): Deprecate. Adjust to new
'static-networking' API.
(%base-services): Likewise.
* gnu/system/install.scm (%installation-services): Likewise.
* gnu/system/hurd.scm (%base-services/hurd): Likewise, and separate
'loopback' from 'networking'.
* gnu/build/hurd-boot.scm (set-hurd-device-translators): Remove
"servers/socket/2".
* gnu/tests/networking.scm (run-openvswitch-test)["networking has
started on ovs0"]: Check for 'networking instead of 'networking-ovs0,
which is no longer provided.
* doc/guix.texi (Networking Setup): Document the new interface. Remove
documentation of 'static-networking-service'.
(Virtualization Services): Change Ganeti example to use the new
interface.
2021-12-12 23:20:49 +01:00
Ludovic Courtès
39e3b4b7ce
services: secret-service: Turn into a Shepherd service.
...
* gnu/services/virtualization.scm (secret-service-activation): Remove.
(secret-service-shepherd-services): New procedure.
(secret-service-type)[extensions]: Remove ACTIVATION-SERVICE-TYPE
extension. Add SHEPHERD-ROOT-SERVICE-TYPE and
USER-PROCESSES-SERVICE-TYPE extensions.
* gnu/build/secret-service.scm (delete-file*): New procedure.
(secret-service-receive-secrets): Use it.
2021-12-12 23:20:49 +01:00