Eric Bavier
c4a9182e87
gnu: rdiff-backup: Update to 2.0.3.
...
* gnu/packages/backup.scm (rdiff-backup): Update to 2.0.3.
[native-inputs]: New field.
[inputs]: Use python3 and latest librsync.
[arguments]: Remove '#:python' argument.
[home-page]: Old url redirects, so use the new url.
2020-07-22 20:17:16 -05:00
Marius Bakke
71c237bdc8
gnu: ungoogled-chromium: Enable all release optimizations.
...
* gnu/packages/chromium.scm (ungoogled-chromium-snippet): Add substitution to
allow using unbundled dependencies in "official" builds.
(lld-as-ld, lld-wrapper, lld/wrapped): New variables.
(ungoogled-chromium)[arguments]: Add "is_official_build" to #:configure-flags.
Remove redundant or unnecessary flags, disable system protobuf. Use llvm-ar
and llvm-nm instead of their binutils equivalents.
[native-inputs]: Add LLD/WRAPPED.
[inputs]: Remove PROTOBUF.
2020-07-23 01:14:59 +02:00
Marius Bakke
300b795520
gnu: Clang: Install the CFI blacklist.
...
* gnu/packages/llvm.scm (clang-from-llvm)[arguments]: Add phase to symlink
cfi_blacklist.txt from CLANG-RUNTIME.
2020-07-23 01:14:59 +02:00
Marius Bakke
66c3a35b1b
gnu: ungoogled-chromium: Add VA-API fix for some Intel systems.
...
* gnu/packages/chromium.scm (%arch-patches): New variable.
(ungoogled-chromium-snippet): Use it.
2020-07-23 01:14:59 +02:00
Arun Isaac
eb404f30ad
gnu: Add font-catamaran.
...
* gnu/packages/fonts.scm (font-catamaran): New variable.
2020-07-23 04:03:48 +05:30
Jesse Gibbons
c984b70ccb
gnu: jupyter-guile-kernel: Update to f25fb90 and build with Guile 3.
...
* gnu/packages/guile-xyz.scm (jupyter-guile-kernel): Update
to f25fb90. Re-indent package definition (using indent.el)
[phases]: Replace /home with /usr/local
[inputs]: Use GUILE-3.0 instead of GUILE-2.2, and GUILE-JSON-3 instead
of GUILE-JSON-1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-23 00:22:25 +02:00
Jesse Gibbons
3a27a3dc8f
gnu: guix-jupyter: Correct kernel search location.
...
gnu/packages/package-management.scm: guix-jupyter:
[phases]: Use guile 3.0 instead of 2.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-23 00:22:25 +02:00
Eric Bavier
2f648809e3
gnu: quadrapassel: Update to 3.36.02.
...
* gnu/packages/games.scm (quadrapassel): Update to 3.36.02.
[inputs]: Add gsound.
2020-07-22 17:14:55 -05:00
Tobias Geerinckx-Rice
d29821c67b
gnu: sudo: Update to 1.9.2.
...
* gnu/packages/admin.scm (sudo): Update to 1.9.2.
2020-07-22 22:48:09 +02:00
Oleg Pykhalov
4656180d5d
services: nix: Fix sandbox.
...
* gnu/tests/package-management.scm: New file.
* gnu/local.mk: Add this.
* gnu/services/nix.scm (<nix-configuration>): New record.
(nix-activation): Generate Nix config file which fixes sandbox.
(nix-service-type): Add default value.
(nix-shepherd-service): Allow provide Nix package.
* doc/guix.texi (Miscellaneous Services)[Nix service]<nix-configuration>:
Document record.
2020-07-22 22:10:11 +03:00
Oleg Pykhalov
cc339cd98d
services: base: Export references-file.
...
* gnu/services/base.scm (references-file): Export procedure.
2020-07-22 22:10:10 +03:00
Andreas Enge
7dcf529673
arb: Update to 2.18.1.
...
* gnu/packages/patches/arb-flint-2.6.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/algebra.scm (arb): Update to 2.18.1.
[source](patches): Remove.
2020-07-22 12:20:24 +02:00
Andreas Enge
e239135c56
gnu: gp2c: Update to 0.0.11pl4.
...
* gnu/packages/algebra.scm (gp2c): Update to 0.0.11pl4.
2020-07-22 12:13:04 +02:00
Marius Bakke
7cce2a6bd4
Revert "gnu: patchelf: Update to 0.11."
...
Patchelf has 700+ dependencies, so this should go through the staging branch.
This reverts commit 20cc8f9487
.
2020-07-22 01:38:19 +02:00
Michael Rohleder
20cc8f9487
gnu: patchelf: Update to 0.11.
...
* gnu/packages/elf.scm (patchelf): Update to 0.11.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-21 23:54:45 +02:00
Kyle Meyer
dbdfbec957
gnu: git-annex: Update to 8.20200720.1.
...
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200720.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-21 23:54:45 +02:00
Vinicius Monego
264070986f
gnu: Add chaiscript.
...
* gnu/packages/cpp.scm (chaiscript): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-21 23:54:45 +02:00
Alexandros Theodotou
569959dd66
gnu: Add remid-lv2.
...
* gnu/packages/music.scm (remid-lv2): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-21 23:54:45 +02:00
B. Wilson
f3130c6674
gnu: Add intel-xed.
...
* gnu/packages/assembly.scm (intel-xed): New variable.
* gnu/packages/patches/intel-xed-fix-nondeterminism.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add reference to new patch.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-21 23:54:44 +02:00
Vincent Legoll
737e9d5665
gnu: nsd: Update to 4.3.1.
...
* gnu/packages/dns.scm (nsd): Update to 4.3.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-21 23:54:44 +02:00
Marius Bakke
cd9e977af2
gnu: twm: Update to 1.0.11.
...
* gnu/packages/xorg.scm (twm): Update to 1.0.11.
[source](uri): Switch to '.xz' tarball.
2020-07-21 23:54:44 +02:00
Marius Bakke
2195ad6bd7
gnu: libvnc: Update to 0.9.13.
...
* gnu/packages/patches/libvnc-CVE-2018-20750.patch,
gnu/packages/patches/libvnc-CVE-2019-15681.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/vnc.scm (libvnc): Update to 0.9.13.
[source](patches): Remove.
[arguments]: Add phase to patch 'cc' invocation.
2020-07-21 23:54:44 +02:00
Marius Bakke
938f3190e7
services: ganeti: Fix erroneous gexp.
...
* gnu/services/ganeti.scm (ganeti-watcher-command): Add missing parens.
2020-07-21 23:54:44 +02:00
Marius Bakke
94d8924728
gnu: OpenSC: Update to 0.20.0 [security fixes].
...
This fixes CVE-2019-6502, CVE-2019-15946, CVE-2019-15945, CVE-2019-19480,
CVE-2019-19481, and CVE-2019-19479.
* gnu/packages/security-token.scm (opensc): Update to 0.20.0.
2020-07-21 23:54:43 +02:00
Marius Bakke
debcb84ad1
gnu: xorg-server: Update to 1.20.8.
...
* gnu/packages/xorg.scm (xorg-server): Update to 1.20.8.
(xorg-server-for-tests): Stay on 1.20.7.
2020-07-21 23:54:43 +02:00
Marius Bakke
81678e5ef7
gnu: bubblewrap: Build with Python 3.
...
* gnu/packages/virtualization.scm (bubblewrap)[native-inputs]: Change from
PYTHON-2 to PYTHON-WRAPPER.
2020-07-21 23:54:43 +02:00
Brett Gilio
d2e0b16c48
gnu: emacs-telega: Temporarily disable VOIP to work around issue.
...
* gnu/packages/emacs-xyz.scm (emacs-telega).
[source]: Bump to revision 3.
[arguments]: Temporarily disable VOIP functionality as it does not currently
work or link appropriately, causing issues on "foreign" distros. An issue has
been opened upstream. https://github.com/zevlg/telega.el/issues/191
[native-inputs]: Remove libtgvoip.
2020-07-21 16:41:48 -05:00
Brett Gilio
d4b02a6fba
gnu: emacs-telega: Patch to use telega-server from Guix.
...
* gnu/packages/patches/emacs-telega-patch-server-functions.patch: New file.
* gnu/local.mk (dist_patch_DATA): Reference new patch.
* gnu/packages/emacs-xyz.scm (emacs-telega)[source]: Use new patch, bump
revision.
2020-07-21 12:51:04 -05:00
Maxim Cournoyer
1a1369dc3d
gnu: Add emacs-qml-mode.
...
* gnu/packages/emacs-xyz.scm (emacs-qml-mode): New variable.
2020-07-21 13:09:56 -04:00
Tanguy Le Carrour
0a93e8ce32
gnu: Add python-isbnlib.
...
* gnu/packages/python-xyz.scm (python-isbnlib): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-21 18:42:11 +02:00
Tanguy Le Carrour
0c50cad238
gnu: Add python-mamba.
...
* gnu/packages/python-xyz.scm (python-mamba): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-21 18:40:29 +02:00
Mike Rosset
85fcceeea1
gnu: g-golf: Update to git revision 804.
...
* gnu/packages/guile-xyz.scm (g-golf): Update to git revision 804.
[inputs]: Add xorg-server input for test phase..
[arguments]: start-xorg-server phase now starts Xvfg before check phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-21 18:26:57 +02:00
Efraim Flashner
2313be9041
gnu: python-pifpaf: Enable tests.
...
* gnu/packages/python-xyz.scm (python-pifpaf)[arguments]: Enable tests.
Use custom 'check phase.
2020-07-21 16:05:47 +03:00
Efraim Flashner
ff7a6c6d5b
gnu: python-django-mailman3: Fix dangling python2- variant.
...
* gnu/packages/mail.scm (python-django-mailman3)[properties]: Correctly
identify the python2- variant.
2020-07-21 15:52:00 +03:00
Efraim Flashner
faec049c3b
gnu: postorius: Update to 1.3.3.
...
* gnu/packages/mail.scm (postorius): Update to 1.3.3.
[arguments]: Build with python-3. Add custom 'check phase.
[inputs]: Replace python2-django, python2-django-mailman3,
python2-django-mailmanclient with python- variants. Add
python-readme-renderer.
[native-inputs]: Add python-beautifulsoup4, python-isort, python-mock,
python-vcrpy.
2020-07-21 15:41:44 +03:00
Efraim Flashner
6fe7d216b2
gnu: Add python-hyperkitty.
...
* gnu/packages/mail.scm (python-hyperkitty): New variable.
2020-07-21 15:35:13 +03:00
Efraim Flashner
a3bdebefab
gnu: Add python-mailman-hyperkitty.
...
* gnu/packages/mail.scm (python-mailman-hyperkitty): New variable.
2020-07-21 15:30:10 +03:00
Efraim Flashner
b0c8358f84
gnu: Add mailman.
...
* gnu/packages/mail.scm (mailman): New variable.
2020-07-21 15:30:10 +03:00
Efraim Flashner
f174246599
gnu: python-mailmanclient: Update to 3.3.1.
...
* gnu/packages/mail.scm (python-mailmanclient): Update to 3.3.1.
[home-page]: Update to new home-page url.
[properties]: Add python2- variant.
2020-07-21 15:30:09 +03:00
Efraim Flashner
ba7816a2ce
gnu: Add python-django-mailman3.
...
* gnu/packages/mail.scm (python-django-mailman3): New variable.
2020-07-21 15:30:09 +03:00
Efraim Flashner
da3dbd61ed
gnu: Add python-django-compressor.
...
* gnu/packages/django.scm (python-django-compressor): New variable.
2020-07-21 15:30:09 +03:00
Efraim Flashner
4fa01b7821
gnu: Add python-django-sekizai.
...
* gnu/packages/django.scm (python-django-sekizai): New variable.
2020-07-21 15:30:09 +03:00
Efraim Flashner
18f1bd255d
gnu: python-django-testing: Update to 0.5.0.
...
* gnu/packages/django.scm (python-django-testing): Update to 0.5.0.
[properties]: Add python2-variant.
(python2-django-testing): Stay at 0.4.6.
2020-07-21 15:30:09 +03:00
Efraim Flashner
ba1c2e5b0d
gnu: python-django-testing: Fix tests.
...
* gnu/packages/django.scm (python-django-tagging)[arguments]: Use custom
'check phase.
[inputs]: Add python-django.
2020-07-21 15:30:08 +03:00
Efraim Flashner
1c24d6d662
gnu: python-django-rq: Fix test suite.
...
* gnu/packages/django.scm (python-django-rq)[arguments]: Adjust custom
'check phase.
2020-07-21 15:30:08 +03:00
Efraim Flashner
5b1a9e0759
gnu: python-django-allauth: Update to 0.40.0.
...
* gnu/packages/django.scm (python-django-allauth): Update to 0.40.0.
[arguments]: Remove 'skip-test-requiring-network-access phase. Adjust
custom 'check phase.
2020-07-21 15:30:08 +03:00
Efraim Flashner
04eba1d046
gnu: Add python-django-classy-tags.
...
* gnu/packages/django.scm (python-django-classy-tags): New variable.
2020-07-21 15:30:08 +03:00
Efraim Flashner
4a82decd87
gnu: Add python-django-haystack.
...
* gnu/packages/django.scm (python-django-haystack): New variable.
2020-07-21 15:30:08 +03:00
Efraim Flashner
63c3f15dc2
gnu: Add python-django-q.
...
* gnu/packages/django.scm (python-django-q): New variable.
2020-07-21 12:27:28 +03:00
Efraim Flashner
e1302edbd9
gnu: Add python-django-picklefield.
...
* gnu/packages/django.scm (python-django-picklefield): New variable.
2020-07-21 12:24:49 +03:00
Efraim Flashner
f4a2f0491c
gnu: gunicorn-bootstrap: Re-indent.
...
* gnu/packages/python-web.scm (gunicorn-bootstrap): Remove stray tabs.
2020-07-21 12:13:17 +03:00
Efraim Flashner
8ee76f611a
gnu: Add python-csscompressor.
...
* gnu/packages/python-xyz.scm (python-csscompressor): New variable.
2020-07-21 12:11:50 +03:00
Efraim Flashner
88b2c1aae2
gnu: Add python-pysolr.
...
* gnu/packages/python-web.scm (python-pysolr): New variable.
2020-07-21 12:10:03 +03:00
Efraim Flashner
97a0117039
gnu: Add python-robot-detection.
...
* gnu/packages/python-web.scm (python-robot-detection): New variable.
2020-07-21 12:10:03 +03:00
Efraim Flashner
bdcb84578d
gnu: Add python-rcssmin.
...
* gnu/packages/python-xyz.scm (python-rcssmin): New variable.
2020-07-21 12:10:03 +03:00
Efraim Flashner
41eb9da388
gnu: Add python-rjsmin.
...
* gnu/packages/python-xyz.scm (python-rjsmin): New variable.
2020-07-21 12:09:58 +03:00
Efraim Flashner
3a98604f5f
gnu: Add python-aiosmtpd.
...
* gnu/packages/mail.scm (python-aiosmtpd): New variable.
2020-07-21 11:37:28 +03:00
Efraim Flashner
bb9061c9e0
gnu: Add python-flufl-testing.
...
* gnu/packages/python-xyz.scm (python-flufl-testing): New variable.
2020-07-21 11:33:58 +03:00
Efraim Flashner
0f1e088280
gnu: Add python-flufl-bounce.
...
* gnu/packages/python-xyz.scm (python-flufl-bounce): New variable.
2020-07-21 11:32:26 +03:00
Efraim Flashner
2bf2153153
gnu: Add python-flufl-i18n.
...
* gnu/packages/python-xyz.scm (python-flufl-i18n): New variable.
2020-07-21 11:30:49 +03:00
Efraim Flashner
cd760d221c
gnu: Add python-flufl-lock.
...
* gnu/packages/python-xyz.scm (python-flufl-lock): New variable.
2020-07-21 11:29:33 +03:00
Efraim Flashner
85fb79f1f6
gnu: Add python-lazr-config.
...
* gnu/packages/python-xyz.scm (python-lazr-config): New variable.
2020-07-21 11:25:52 +03:00
Efraim Flashner
0d6fffc5fd
gnu: Add python-lazr-delegates.
...
* gnu/packages/python-xyz.scm (python-delegates): New variable.
2020-07-21 11:23:20 +03:00
Efraim Flashner
83dd782518
gnu: Add python-authheaders.
...
* gnu/packages/mail.scm (python-authheaders): New variable.
2020-07-21 11:17:58 +03:00
Efraim Flashner
3f795cf8f7
gnu: Add python-zope-copy.
...
* gnu/packages/python-web.scm (python-zope-copy): New variable.
2020-07-21 11:16:15 +03:00
Efraim Flashner
256e8a82fa
gnu: python-zope-component: Update to 4.6.2.
...
* gnu/packages/python-web.scm (python-zope-component): Update to 4.6.2.
[arguments]: Run test suite. Use custom 'check phase.
[native-inputs]: Add python-persistent,
python-zope-configuration-bootstrap, python-zope-i18nmessageid,
python-zope-location-bootstrap, python-zope-proxy-bootstrap,
python-zope-testrunner.
[propagated-inputs]: Move python-i18nmessageid to native-inputs. Add
python-zope-deferredimport, python-zope-deprecation, python-zope-event,
python-zope-hookable.
2020-07-21 11:14:08 +03:00
Efraim Flashner
2ed6491f9c
gnu: Add python-zope-deferredimport.
...
* gnu/packages/python-web.scm (python-zope-deferredimport): New variable.
2020-07-21 11:11:11 +03:00
Efraim Flashner
404d4915db
gnu: Add python-zope-hookable.
...
* gnu/packages/python-web.scm (python-zope-hookable): New variable.
2020-07-21 11:10:39 +03:00
Efraim Flashner
481b0923f4
gnu: Add python-geopy.
...
* gnu/packages/geo.scm (python-geopy): New variable.
2020-07-21 11:02:42 +03:00
Efraim Flashner
7bef1f6cd5
gnu: Add python-readme-renderer.
...
* gnu/packages/python-xyz.scm (python-readme-renderer): New variable.
2020-07-21 11:02:18 +03:00
Efraim Flashner
ff1233d86a
gnu: Add python-geographiclib.
...
* gnu/packages/geo.scm (python-geographiclib): New variable.
2020-07-21 10:58:19 +03:00
Efraim Flashner
4c03a60783
gnu: Add python-blessed.
...
* gnu/packages/python-xyz.scm (python-blessed): New variable.
2020-07-21 10:55:55 +03:00
Efraim Flashner
a1d406e829
gnu: Add python-jinxed.
...
* gnu/packages/python-xyz.scm (python-jinxed): New variable.
2020-07-21 10:54:26 +03:00
Efraim Flashner
3f4bfc3899
gnu: Add python-pytest-aiohttp.
...
* gnu/packages/python-check.scm (python-pytest-aiohttp): New variable.
2020-07-21 10:51:10 +03:00
Efraim Flashner
e297edbfe5
gnu: Add python-brotli.
...
* gnu/packages/python-compression.scm (python-brotli): New variable.
2020-07-21 10:49:31 +03:00
Efraim Flashner
0449f4ebab
gnu: Add python-pytest-services.
...
* gnu/packages/python-check.scm (python-pytest-services): New variable.
2020-07-21 10:47:09 +03:00
Efraim Flashner
5c4332e510
gnu: Add python-dkimpy.
...
* gnu/packages/mail.scm (python-dkimpy): New variable.
2020-07-21 10:42:13 +03:00
Efraim Flashner
4637019ce1
gnu: Add python-importlib-resources.
...
* gnu/packages/python-xyz.scm (python-importlib-resources): New variable.
2020-07-21 10:26:18 +03:00
Efraim Flashner
99d48f7a2c
gnu: Add python-authres.
...
* gnu/packages/mail.scm (python-authres): New variable.
2020-07-21 10:20:56 +03:00
Efraim Flashner
a8f9b9380d
gnu: Add python-atpublic.
...
* gnu/packages/python-check.scm (python-atpublic): New variable.
2020-07-21 10:18:25 +03:00
Michael Rohleder
938bb06a77
gnu: chromaprint: Update to 1.5.0.
...
* gnu/packages/mp3.scm (chromaprint): Update to 1.5.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-07-21 10:07:07 +03:00
Michael Rohleder
5cdb0f4ad0
gnu: lshw: Update to B.02.19.2.
...
* gnu/packages/linux.scm (lshw): Update to B.02.19.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-07-21 10:04:52 +03:00
Michael Rohleder
dc4adbf685
gnu: font-jetbrains-mono: Update to 2.001.
...
* gnu/packages/fonts.scm (font-jetbrains-mono): Update to 2.001.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-07-21 10:03:57 +03:00
Brett Gilio
84d31a5c35
gnu: scrot: Update to 1.4.
...
* gnu/packages/xdisorg.scm (scrot): Update to 1.4.
[inputs]: Add libxcomposite.
2020-07-20 19:51:28 -05:00
Alexandros Theodotou
8aca4f69d6
gnu: Add ttaenc.
...
* gnu/packages/audio.scm (ttaenc): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-21 00:58:03 +02:00
Alexandros Theodotou
7b866af58c
gnu: Add bjumblr.
...
* gnu/packages/music.scm (bjumblr): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-21 00:58:02 +02:00
Alexandros Theodotou
0a62d25bb2
gnu: Add bshapr.
...
* gnu/packages/music.scm (bshapr): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-21 00:58:02 +02:00
Alexandros Theodotou
c82d5092f1
gnu: Add ninjas2.
...
* gnu/packages/music.scm (ninjas2): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-21 00:58:02 +02:00
Alexandros Theodotou
281456b421
gnu: carla: Add gtk2 dependency.
...
* gnu/packages/audio.scm (carla)[inputs]: Add gtk2 to allow bridging
gtk2 plugins in gtk3 hosts.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-21 00:58:02 +02:00
Alexandros Theodotou
9d6093cb38
gnu: carla: Update to 2.1.1.
...
* gnu/packages/audio.scm (carla): Update to 2.1.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-21 00:58:02 +02:00
Lars-Dominik Braun
64066abdb0
gnu: python-aionotify: Fix test cases with Python 3.8.
...
* gnu/packages/python-xyz.scm (patches): Add fix.
* gnu/packages/patches/python-aionotify-0.2.0-py3.8.patch: New file.
* gnu/local.mk: Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-20 23:25:10 +02:00
Lars-Dominik Braun
6c451e16b7
gnu: guile-ssh: Update to 0.13.0.
...
* gnu/packages/ssh.scm (guile-ssh): Update to 0.13.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-20 23:25:09 +02:00
Efraim Flashner
4874cae680
gnu: python-zope-security: Update to 5.1.1.
...
* gnu/packages/python-web.scm (python-zope-security): Update to 5.1.1.
[arguments]: Don't skip tests.
[native-inputs]: Add python-btrees, python-zope-component-bootstrap,
python-zope-location-bootstrap. Replace python-zope-configuration with
python-zope-configuration-bootstrap.
2020-07-20 17:56:09 +03:00
Efraim Flashner
7d55bc5e2a
gnu: Adsd python-transaction.
...
* gnu/packages/python-web.scm (python-transaction): New variable.
2020-07-20 17:49:44 +03:00
Efraim Flashner
50566124d1
gnu: Add python-zope-location-bootstrap.
...
* gnu/packages/python-web.scm (python-zope-location-bootstrap): New
hidden package.
2020-07-20 17:48:40 +03:00
Efraim Flashner
b25d148f99
gnu: Add python-zope-configuration-bootstrap.
...
* gnu/packages/python-web.scm (python-zope-configuration-bootstrap): New
hidden variable.
2020-07-20 17:47:43 +03:00
Efraim Flashner
24ba0d37cf
gnu: Add python-zope-component-bootstrap.
...
* gnu/packages/python-web.scm (python-zope-component-bootstrap): New
hidden variable.
2020-07-20 17:46:38 +03:00
Efraim Flashner
79c36951e4
gnu: Add python-btrees.
...
* gnu/packages/python-web.scm (python-btrees): New variable.
2020-07-20 17:45:23 +03:00
Efraim Flashner
54b040a31c
gnu: Add python-persistent.
...
* gnu/packages/python-web.scm (python-persistent): New variable.
2020-07-20 17:44:42 +03:00
Efraim Flashner
047c1f24de
gnu: python-zope-configuration: Update to 4.4.0.
...
* gnu/packages/python-web.scm (python-zope-configuration): Update to
4.4.0.
[arguments]: Don't skip tests.
[native-inputs]: Add python-manuel.
2020-07-20 17:41:52 +03:00
Efraim Flashner
b563526794
gnu: Add python-manuel.
...
* gnu/packages/python-web.scm (python-manuel): New variable.
2020-07-20 17:39:57 +03:00
Efraim Flashner
9c2e651662
gnu: python-zope-schema: Update to 6.0.0.
...
* gnu/packages/python-web.scm (python-zope-schema): Update to 6.0.0.
[arguments]: Don't skip tests. Use custom 'check phase.
2020-07-20 17:37:55 +03:00
Efraim Flashner
6de5b0f03d
gnu: python-zope-interface: Update to 5.1.0.
...
* gnu/packages/python-web.scm (python-zope-interface): Update to 5.1.0.
[arguments]: Skip tests.
[native-inputs]: Add python-coverage, python-nose, python-zope-testing.
2020-07-20 17:31:45 +03:00
Efraim Flashner
556eec71d8
gnu: python-zope-proxy: Update to 4.3.5.
...
* gnu/packages/python-web.scm (python-zope-proxy): Update to 4.3.5.
2020-07-20 17:26:48 +03:00
Efraim Flashner
9085a0c97a
gnu: python-zope-proxy: Run the tests.
...
* gnu/packages/python-web.scm (python-zope-proxy)[arguments]: Don't skip
tests.
[native-inputs]: Add python-zope-security-bootstrap.
2020-07-20 17:25:15 +03:00
Efraim Flashner
e2ba910e38
gnu: Add python-zope-security-bootstrap.
...
* gnu/packages/python-web.scm (python-zope-security-bootstrap): New
hidden package.
2020-07-20 17:22:53 +03:00
Efraim Flashner
f3d446ccf4
gnu: Add python-zope-proxy-bootstrap.
...
* gnu/packages/python-web.scm (python-zope-proxy-bootstrap): New hidden
package.
2020-07-20 17:21:45 +03:00
Efraim Flashner
6ae5d5da65
gnu: python-zope-exceptions: Enable tests.
...
* gnu/packages/python-web.scm (python-zope-exceptions)[arguments]: Use
custom 'check phase.
[native-inputs]: Add python-zope-testrunner-bootstrap.
2020-07-20 17:19:05 +03:00
Efraim Flashner
2f938b634e
gnu: Add python-zope-testrunner-bootstrap.
...
* gnu/packages/python-web.scm (python-zope-testrunner-bootstrap): New
hidden package.
2020-07-20 17:18:20 +03:00
Efraim Flashner
7dc36cdc8f
gnu: Add python-zope-exceptions-bootstrap.
...
* gnu/packages/python-web.scm (python-zope-exceptions-bootstrap): New
hidden package.
2020-07-20 17:17:48 +03:00
Efraim Flashner
845717bb8f
gnu: python-zope-exceptions: Update to 4.4.
...
* gnu/packages/python-web.scm (python-zope-exceptions): Update to 4.4.
2020-07-20 17:14:04 +03:00
Efraim Flashner
3c23ae88ab
gnu: python-zope-testrunner: Update to 5.2.
...
* gnu/packages/python-web.scm (python-zope-testrunner): Update to 5.2.
2020-07-20 17:03:24 +03:00
Efraim Flashner
a3c0a8f410
gnu: Add python-py3dns.
...
* gnu/packages/python-xyz.scm (python-py3dns): New variable.
2020-07-20 16:57:57 +03:00
Tanguy Le Carrour
099516cb3b
gnu: python-click: Update to 7.1.2.
...
* gnu/packages/python-xyz.scm (python-click): Update to 7.1.2.
[arguments] Fix the name of the file to modify. Set PYTHONPATH to make tests pass.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-07-20 16:27:54 +03:00
John Soo
381ea2b443
gnu: rust-parking-lot-0.10: Upgrade to 0.10.2.
...
* gnu/packages/crates-io.scm (rust-parking-lot-core-0.10): Upgrade to 0.10.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-07-20 16:16:07 +03:00
John Soo
547551b336
gnu: rust-parking-lot-core-0.7: Update to 0.7.2.
...
* gnu/packages/crates-io.scm (rust-parking-lot-core-0.7): Update to 0.7.2.
[arguments]: In cargo-inputs replace rust-petgraph-0.4 with 0.5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-07-20 16:12:33 +03:00
John Soo
3943c9d6b6
gnu: Add rust-petgraph-0.5.
...
* gnu/packages/crates-io.scm (rust-petgraph-0.5): New variable.
(rust-petgraph-0.4): Inherit from rust-petgraph-0.5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-07-20 16:08:09 +03:00
John Soo
78e831817d
gnu: Add rust-fixedbitset-0.2.
...
* gnu/packages/crates-io.scm (rust-fixedbitset-0.2): New variable.
(rust-fixedbitset-0.1): Inherit from rust-fixedbitset-0.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-07-20 16:06:59 +03:00
John Soo
87e6e9b7af
gnu: rust-fixedbitset-0.1: Do not skip build.
...
* gnu/packages/crates-io.scm (rust-fixedbitset-0.1): [arguments] Do not skip
build.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-07-20 16:06:20 +03:00
John Soo
125998c54a
gnu: rust-petgraph-0.4: Do not skip build.
...
* gnu/packages/crates-io.scm (rust-petgraph-0.4): [arguments] Correct
dependencies, ignore failing test, do not skip build.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-07-20 16:06:09 +03:00
John Soo
cdb4b33c6c
gnu: Add rust-odds-0.2.
...
* gnu/packages/crates-io.scm (rust-odds-0.2): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-07-20 16:01:14 +03:00
John Soo
0dc782c8a7
gnu: rust-odds-0.3: Do not skip build.
...
* gnu/packages/crates-io.scm (rust-odds-0.3): Do not skip build.
[arguments]: In cargo-development-inputs replace rust-itertools-0.8 with
0.7, rust-lazy-static-1 with 0.2, rust-quickcheck-0.8 with 0.4.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-07-20 15:57:12 +03:00
John Soo
810a56494a
gnu: Add rust-itertools-0.5.
...
* gnu/packages/crates-io.scm (rust-itertools-0.5): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-07-20 15:51:53 +03:00
John Soo
7ff56a6bff
gnu: rust-lock-api-0.3: Update to 0.3.4.
...
* gnu/packages/crates-io.scm (rust-lock-api-0.3): Update to 0.3.4.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-07-20 15:50:59 +03:00
Efraim Flashner
d6fedf6bf7
gnu: python-pytest-vcr: Fix integration with pytest-5.
...
* gnu/packages/python-check.scm (python-pytest-vcr): Update to 1.0.2-1.4d6c7b3.
2020-07-20 15:34:23 +03:00
Ricardo Wurmus
cd005bfea5
gnu: java-cisd-jhdf5: Update location of commons-io jar.
...
* gnu/packages/java.scm (java-cisd-jhdf5)[arguments]: Update location of
commons-io jar.
2020-07-20 12:45:53 +02:00
Ricardo Wurmus
3448c7eda3
gnu: java-cisd-base: Update location of commons-io jar.
...
* gnu/packages/java.scm (java-cisd-base)[arguments]: Update location of
commons-io jar.
2020-07-20 12:45:53 +02:00
Michael Rohleder
500ee354ae
gnu: widelands: Update to 21.
...
* gnu/packages/games.scm (widelands): Update to 21.
[arguments]: Remove unneeded 'install-desktop-file-and-icons phase.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-07-20 13:17:53 +03:00
Alexandru-Sergiu Marton
d33bc2c82e
gnu: Add rust-directories-3.
...
* gnu/packages/crates-io.scm (rust-directories-3): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-07-20 12:47:26 +03:00
Tanguy Le Carrour
883e91b4a8
gnu: gnunet: Enable more tests.
...
* gnu/packages/gnunet.scm (gnunet)[arguments]: Enable cadet tests.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-07-20 12:33:07 +03:00
Brett Gilio
cd0c4268d7
gnu: emacs-telega: Update to 0.6.27-1.
...
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.6.27-1.
[source]: Take a new commit that includes the latest .el files from the
contrib subdirectory.
[arguments]: Add a substitute method for the 'telega-install-contrib phase to
know where telega-contrib is located, and use it appropriately.
[arguments]: Manually invoke bytecompilation as a separate step for the
contrib directory.
[arguments]: Add 'telega-install-contrib phase to place the contrib directory
files in a more guix-suitable place.
2020-07-19 23:54:32 -05:00
Leo Famulari
00b6558811
gnu: MPD: Update to 0.21.25.
...
* gnu/packages/mpd.scm (mpd): Update to 0.21.25.
2020-07-19 21:59:08 -04:00
Leo Famulari
271bc79f9f
gnu: libmpdclient: Update to 2.19.
...
* gnu/packages/mpd.scm (libmpdclient): Update to 2.19.
2020-07-19 21:59:08 -04:00
Brett Gilio
8bbc8accda
gnu: lean: Disable test cases for i686 and armhf.
...
* gnu/packages/lean.scm (lean)[arguments]: Individual test cases are currently
failing for 32-bit architectures. Disable them temporarily pending further
investigation as to resolution.
2020-07-19 20:24:00 -05:00
Tobias Geerinckx-Rice
454b374866
gnu: console-setup: Update to 1.196.
...
* gnu/packages/xorg.scm (console-setup): Update to 1.196.
[source]: Use git tag.
2020-07-20 01:48:26 +02:00
Tobias Geerinckx-Rice
b036e370b4
gnu: xev: Update to 1.2.4.
...
* gnu/packages/xorg.scm (xev): Update to 1.2.4.
2020-07-20 01:48:26 +02:00
Tobias Geerinckx-Rice
7915e3e198
gnu: qutebrowser: Update to 1.13.1.
...
* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.13.1.
2020-07-20 01:48:26 +02:00
Tobias Geerinckx-Rice
626bc647c0
gnu: python-pendulum: Update to 2.1.1.
...
* gnu/packages/time.scm (python-pendulum): Update to 2.1.1.
2020-07-20 01:48:26 +02:00
Tobias Geerinckx-Rice
b3763b5330
gnu: zabbix-agentd, zabbix-server: Update to 5.0.2 [fixes CVE-2020-15803].
...
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.0.2.
2020-07-20 01:48:26 +02:00
Tobias Geerinckx-Rice
4437eb1d94
gnu: mc: Update to 4.8.25.
...
* gnu/packages/mc.scm (mc): Update to 4.8.25.
2020-07-20 01:48:26 +02:00
Tobias Geerinckx-Rice
d0ff7e1c94
gnu: mtd-utils: Update to 2.1.2.
...
* gnu/packages/linux.scm (mtd-utils): Update to 2.1.2.
2020-07-20 01:48:25 +02:00
Brett Gilio
c15a2cd906
gnu: libtorrent-rasterbar: Update to 1.2.7.
...
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.2.7.
[source]: Modify the URL.
2020-07-19 15:09:57 -05:00
guy fleury iteriteka
7b2ab96a6e
gnu: Add gdc-toolchain.
...
* gnu/packages/commencement.scm(gdc-toolchain): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-07-19 20:23:37 +03:00
guy fleury iteriteka
163686d82e
gnu: Add gdc-10.
...
* gnu/packages/gcc.scm (gdc-10): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-07-19 20:23:00 +03:00
Efraim Flashner
dc9e8f2ed3
gnu: python-fasteners: Update to 0.15.
...
* gnu/packages/python-xyz.scm (python-fasteners): Update to 0.15.
[propagated-inputs]: Move python-testtools ...
[native-inputs]: ... to here.
2020-07-19 20:16:53 +03:00
Eric Bavier
4dfbebdb64
gnu: stress-make: Fix build with make 4.3.
...
* gnu/packages/debug.scm (stress-make): Update to latest upstream commit.
[arguments]: Adjust source file name for substitute*.
2020-07-19 10:39:13 -05:00
Jakub Kądziołka
56f12a65a0
gnu: r-rhdf5lib: Fix libsz substitution.
...
This is a follow-up to commit b7f051db14
-
in the new version, some of the format strings being replaced gained
quotes. This commit fixes build of dependents of r-rhdf5lib, such as
r-hdf5array.
* gnu/packages/bioinformatics (r-rhdf5lib): Remove all instances of libsz.a.
2020-07-19 15:54:48 +02:00
Tobias Geerinckx-Rice
cd6aa38e7f
gnu: perl-gd: Update to 2.72 [fixes CVE-2019-6977].
...
* gnu/packages/gd.scm (perl-gd): Update to 2.72.
2020-07-19 14:46:25 +02:00
Tobias Geerinckx-Rice
54cab3059d
gnu: s-tui: Update to 1.0.2.
...
* gnu/packages/admin.scm (s-tui): Update to 1.0.2.
2020-07-19 14:46:25 +02:00
Marius Bakke
41daf12865
services: ganeti: Use TLS on the remote API by default.
...
* gnu/services/ganeti.scm (<ganeti-rapi-configuration>): Set SSL? to #t.
* gnu/tests/ganeti.scm (%ganeti-os): Set SSL? to #f.
* doc/guix.texi (Virtualization Services): Adjust accordingly.
2020-07-19 14:23:16 +02:00