Commit Graph

59349 Commits

Author SHA1 Message Date
Tobias Geerinckx-Rice
1f334a5c23
gnu: nml: Update to 0.5.3.
* gnu/packages/game-development.scm (nml): Update to 0.5.3.
2020-10-01 00:13:42 +02:00
Tobias Geerinckx-Rice
902436a209
gnu: cozy: Update to 0.7.2.
* gnu/packages/ebook.scm (cozy): Update to 0.7.2.
[inputs]: Add python-packaging.
2020-10-01 00:13:42 +02:00
Tobias Geerinckx-Rice
874d2bc9c9
gnu: pcb-rnd: Update to 2.2.4.
* gnu/packages/engineering.scm (pcb-rnd): Update to 2.2.4.
2020-10-01 00:13:42 +02:00
Tobias Geerinckx-Rice
5d9a100e7e
gnu: xtl: Update to 0.6.19.
* gnu/packages/cpp.scm (xtl): Update to 0.6.19.
2020-10-01 00:13:42 +02:00
Tobias Geerinckx-Rice
4436a27ca6
gnu: python-rq: Update to 1.5.2.
* gnu/packages/databases.scm (python-rq): Update to 1.5.2.
2020-10-01 00:13:42 +02:00
Tobias Geerinckx-Rice
771c266bc4
gnu: python-lmdb: Update to 1.0.0.
* gnu/packages/databases.scm (python-lmdb): Update to 1.0.0.
[arguments]: Set LMDB_PURE.
2020-10-01 00:13:42 +02:00
Tobias Geerinckx-Rice
5ccb3b231a
gnu: stellarium: Update to 0.20.3.
* gnu/packages/astronomy.scm (stellarium): Update to 0.20.3.
2020-10-01 00:13:42 +02:00
Tobias Geerinckx-Rice
63d37b3cbe
gnu: python-alembic: Update to 1.4.3.
* gnu/packages/databases.scm (python-alembic): Update to 1.4.3.
2020-10-01 00:13:42 +02:00
Tobias Geerinckx-Rice
25fb1e308d
gnu: perl-dbd-sqlite: Update to 1.66.
* gnu/packages/databases.scm (perl-dbd-sqlite): Update to 1.66.
2020-10-01 00:13:41 +02:00
Tobias Geerinckx-Rice
ce054e84d3
gnu: perl-db-file: Update to 1.854.
* gnu/packages/databases.scm (perl-db-file): Update to 1.854.
2020-10-01 00:13:41 +02:00
Tobias Geerinckx-Rice
dbc1fe20be
gnu: signify: Update to 30.
* gnu/packages/crypto.scm (signify): Update to 30.
2020-10-01 00:13:41 +02:00
Tobias Geerinckx-Rice
0b66a8bbd8
gnu: escpr: Mark up description.
* gnu/packages/cups.scm (escpr)[description]: Use @acronym and @tie.
2020-10-01 00:13:41 +02:00
Tobias Geerinckx-Rice
9e93bffb58
gnu: php: Update to 7.4.11.
* gnu/packages/php.scm (php): Update to 7.4.11.
2020-10-01 00:13:41 +02:00
Tobias Geerinckx-Rice
7c413c3575
gnu: nginx-xslscript: Move out of the way.
The nginx and nginx-documentation packages need to be updated in tandem.
nginx-xslscript has no good reason to come between them.

* gnu/packages/web.scm (nginx-xslscript): Relocate.
2020-10-01 00:13:41 +02:00
Tobias Geerinckx-Rice
7f2ee827fe
gnu: nginx-documentation: Update to 1.19.3-2603-94ebfbcd68bb.
* gnu/packages/web.scm (nginx-documentation): Update to 1.19.3-2603-94ebfbcd68bb.
2020-10-01 00:13:41 +02:00
Tobias Geerinckx-Rice
4f4444753d
gnu: nginx: Update to 1.19.3.
* gnu/packages/web.scm (nginx): Update to 1.19.3.
2020-10-01 00:13:40 +02:00
Nicolas Goaziou
7607ace509
gnu: emacs-rudel: Update to 0.3.2.
* gnu/packages/emacs-xyz.scm (emacs-rudel): Update to 0.3.2.
2020-09-30 21:27:50 +02:00
Guillaume Le Vaillant
510278134b
gnu: bitcoin-unlimited: Update to 1.9.0.1.
* gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.0.1.
  [arguments]: Add "--disable-static" to 'configure-flags. Remove 'fix-build'
  and 'make-qt-deterministic' phases. Enable "txvalidationcache" test.
2020-09-30 19:47:27 +02:00
Julien Lepiller
db194f714a
gnu: ocaml4.07-sqlite3: Fix build.
* gnu/packages/ocaml.scm (ocaml4.07-sqlite3): Use dune for OCaml 4.07.
2020-09-30 14:38:51 +02:00
Jan (janneke) Nieuwenhuizen
04a459a069
services: hurd-vm: Add childhurd user to kvm group.
This is a follow-up to commit d692ebf980.

* gnu/services/virtualization.scm (%hurd-vm-accounts)[supplementary-groups]:
Add ’kvm’.
* gnu/services/virtualization.scm (hurd-vm-shepherd-service): Use #:group
"kvm"
2020-09-30 12:30:28 +02:00
Mathieu Othacehe
10b135cef5
system: image: Add image-type support.
* gnu/system/image.scm (image-with-os): New macro. Rename the old
"image-with-os" procedure to ...
(image-with-os*): ... this new procedure,
(system-image): adapt according,
(raw-image-type, iso-image-type, uncompressed-iso-image-type
%image-types): new variables,
(lookup-image-type-by-name): new procedure.
(find-image): remove it.
* gnu/system/images/hurd.scm (hurd-image-type): New variable,
use it to define ...
(hurd-disk-image): ... this variable, using "os->image" procedure.
* gnu/tests/install.scm (run-install): Rename
installation-disk-image-file-system-type parameter to installation-image-type,
use os->config instead of find-image to compute the image passed to system-image,
(%test-iso-image-installer) adapt accordingly,
(guided-installation-test): ditto.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-30 10:47:59 +02:00
Mathieu Othacehe
99d036ce84
image: Add image-type support.
* gnu/image.scm (<image-type>): New record,
(image-type, image-type?, image-type-name,
image-type-constructor, os->image): new procedures.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-30 10:47:59 +02:00
Mathieu Othacehe
2f1f7b6667
services: virtualization: Use a compressed qcow2 hurd disk-image.
* gnu/services/virtualization.scm (hurd-vm-disk-image): Use 'compressed-qcow2
format.
2020-09-30 10:47:58 +02:00
André Batista
df5d1c8393
gnu: Add rust-multi-default-trait-impl-0.1.
* gnu/packages/crates-io.scm (rust-multi-default-trait-impl-0.1): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-30 11:25:05 +03:00
Pierre Neidhardt
23611680c8
gnu: sbcl-kmrcl: Update to 1.111.
* gnu/packages/lisp-xyz.scm (sbcl-kmrcl): Update to 1.111.
2020-09-30 09:46:55 +02:00
Efraim Flashner
97750c2004
gnu: newsboat: Fix inputs.
This is a follow-up to 51b46fa28c.

* gnu/packages/syndication.scm (newsboat)[arguments]: Replace
rust-once-cell-1.2 with rust-once-cell-1.
2020-09-30 09:39:32 +03:00
Efraim Flashner
1628d57bb5
gnu: Fix package references.
* gnu/packages/algebra.scm (iml)[inputs]: Correctly refer to package
inputs.
* gnu/packages/astronomy.scm (xplanet),
* gnu/packages/audio.scm (redkite, libaudec, lv2lint, lv2toweb),
* gnu/packages/bioconductor.scm (r-cummerbund),
* gnu/packages/chicken.scm (chicken),
* gnu/packages/conky.scm (conky),
* gnu/packages/cran.scm (r-latex2exp),
* gnu/packages/crates-io.scm (rust-rgb),
* gnu/packages/databases.scm (mariadb),
* gnu/packages/diffoscope.scm (reprotest),
* gnu/packages/file-systems.scm (glusterfs),
* gnu/packages/finance.scm (electron-cash),
* gnu/packages/games.scm (rinutils, ksudoku, kdiamond, kigo),
* gnu/packages/geo.scm (grass),
* gnu/packages/gnome.scm (libmediaart, gnome-contacts, geoclue),
* gnu/packages/gnucash.scm (aqbanking),
* gnu/packages/image.scm (mtpaint),
* gnu/packages/kde-internet.scm (kopete, ktorrent),
* gnu/packages/kde-utils.scm (kmousetool, kmouth, kronometer),
* gnu/packages/linphone.scm (liblinphone),
* gnu/packages/maths.scm (ppl),
* gnu/packages/mercury.scm (mercury-minimal),
* gnu/packages/music.scm (bjumblr, bschaffl, lsp-plugins,
spectacle-analyzer, helm, tap-lv2, wolf-shaper, shiru-lv2),
* gnu/packages/networking.scm (restinio),
* gnu/packages/prolog.scm (swi-prolog),
* gnu/packages/python-web.scm (gunicorn),
* gnu/packages/python-xyz.scm (python-docusign-esign),
* gnu/packages/ruby.scm (ruby-cucumber, ruby_version, ruby-addressable),
* gnu/packages/sagemath.scm (python-cypari2),
* gnu/packages/skarnet.scm (s6-linux-init),
* gnu/packages/vpn.scm (sshuttle),
* gnu/packages/web.scm (libcyaml),
* gnu/packages/xdisorg.scm (kbdd),
* gnu/packages/xorg.scm (xpra): Same.
2020-09-30 09:28:26 +03:00
Efraim Flashner
1537587e46
gnu: rust-instant-0.1: Update to 0.1.4.
* gnu/packages/crates-io.scm (rust-instant-0.1): Update to 0.1.4.
[arguments]: Don't skip build. Skip tests. Add rust-js-sys-0.3,
rust-wasm-bindgen-0.2 to cargo-inputs.
2020-09-30 09:28:26 +03:00
Efraim Flashner
c9b101f119
gnu: rust-serde-1: Update to 1.0.113.
* gnu/packages/crates-io.scm (rust-serde-1, rust-serde-derive-1,
rust-serde-test-1): Update to 1.0.113.
[arguments]: Don't skip build.
2020-09-30 09:28:25 +03:00
Efraim Flashner
51b46fa28c
gnu: rust-once-cell-1.2: Replace with rust-once-cell-1.
* gnu/packages/crates-io.scm (rust-once-cell-1.2): Remove variable.
(rust-arc-swap-0.4, rust-duct-0.13): Adjust accordingly.
* gnu/packages/gnome.scm (librsvg-next): Same.
2020-09-30 09:28:25 +03:00
Efraim Flashner
cca7cbe932
gnu: Add rust-once-cell-1.
* gnu/packages/crates-io.scm (rust-once-cell-1): New variable.
(rust-once-cell-1.2): Inherit from rust-once-cell-1.
2020-09-30 09:28:25 +03:00
Tobias Geerinckx-Rice
7158dc2d49
gnu: escpr: Update to 1.7.7.
* gnu/packages/cups.scm (escpr): Update to 1.7.7.
[arguments]: Add a ‘patch-autotools-version-requirement’ phase.
2020-09-29 23:32:26 +02:00
Tobias Geerinckx-Rice
276144a99f
gnu: escpr: Install PPDs where CUPS can find them.
* gnu/packages/cups.scm (escpr)[arguments]: Fix ‘--with-cupsppddir=’.
2020-09-29 23:32:26 +02:00
Brendan Tildesley
d94be771fc
gnu: wev: Use version tag instead of commit.
* gnu/packages/freedesktop.scm (wev): Update to the 1.0.0 version tag,
which happens to be the same commit anyway.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-29 22:53:36 +02:00
Tobias Geerinckx-Rice
c99845c0d8
gnu: claws-mail: Update to 3.17.7.
* gnu/packages/mail.scm (claws-mail): Update to 3.17.7.
2020-09-29 22:08:32 +02:00
Ludovic Courtès
c11c19bd4d
services: hurd-vm: Add system test.
* gnu/tests/virtualization.scm (%childhurd-os): New variable.
(run-childhurd-test): New procedure.
(%test-childhurd): New variable.
2020-09-29 21:56:28 +02:00
Ludovic Courtès
d5366500ec
secret-service: Add proper logging procedure and log to syslog.
* gnu/build/secret-service.scm (log): New macro.
(secret-service-send-secrets, secret-service-receive-secrets): Use it
instead of raw 'format' calls.
2020-09-29 21:56:27 +02:00
Ludovic Courtès
59261a22f9
services: secret-service: Add initial client/server handshake.
This allows the client running on the host to know when it's actually
connect to the server running in the guest.  Failing that, the client
would connect right away to QEMU and send secrets even though the server
is not running yet in the guest, which is unreliable.

* gnu/build/secret-service.scm (secret-service-send-secrets): Add
 #:handshake-timeout.  Read from SOCK an initial message from the
server.  Return #f on error.
(secret-service-receive-secrets): Send 'secret-service-server' message
to the client.  Close SOCK upon timeout.
* gnu/services/virtualization.scm (hurd-vm-shepherd-service): 'start'
method returns #f when 'secret-service-send-secrets' returns #f.
2020-09-29 21:56:27 +02:00
Ludovic Courtès
e352706ad3
services: secret-service: Move instance last in the list of services.
* gnu/services/virtualization.scm (secret-service-operating-system): Add
the SECRET-SERVICE-TYPE instance to the end of the list.
2020-09-29 21:56:27 +02:00
Ludovic Courtès
f9090015c5
secret-service: Fix file port leak in 'secret-service-send-secrets'.
* gnu/build/secret-service.scm (secret-service-send-secrets): Use
'call-with-input-file' instead of 'open-input-file'.
2020-09-29 21:56:27 +02:00
Ludovic Courtès
4d047853da
secret-service: Add a timeout when waiting for a client.
* gnu/build/secret-service.scm (secret-service-receive-secrets)
[wait-for-client]: Call 'select' with a 60s timeout before 'accept'.
Return #f upon timeout.
[read-secrets]: Return FILES on success.
Adjust caller of 'wait-for-client' to handle #f.
2020-09-29 21:56:27 +02:00
Ludovic Courtès
1edb7c7eec
services: hurd-vm: Pass "-no-reboot" when spawning the Hurd VM.
* gnu/services/virtualization.scm (hurd-vm-shepherd-service)[vm-command]:
Add "--no-reboot".
2020-09-29 21:56:27 +02:00
Ludovic Courtès
37283f9f3e
services: hurd-vm: Initialize the guest's SSH/Guix keys at activation time.
* gnu/services/virtualization.scm (initialize-hurd-vm-substitutes)
(hurd-vm-activation): New procedures.
(hurd-vm-service-type)[extensions]: Add ACTIVATION-SERVICE-TYPE
extension.
* doc/guix.texi (Transparent Emulation with QEMU): Mention GNU/Hurd.
(The Hurd in a Virtual Machine): Explain which files are automatically
installed and mention offloading.
2020-09-29 21:56:27 +02:00
Ludovic Courtès
d367a7f3d0
services: guix: Generate key pair if needed during activation.
* gnu/services/base.scm (guix-activation): Invoke "guix archive
--generate-key".
* doc/guix.texi (Invoking guix archive)
(Invoking guix deploy): Mention that 'guix-service-type' takes care of
generating the key pair.
2020-09-29 21:56:27 +02:00
Ludovic Courtès
8ac318068b
services: hurd-vm: Check whether /dev/kvm exists at run time.
This change allows a childhurd to run within Guix System in a VM.

* gnu/services/virtualization.scm (hurd-vm-shepherd-service)[vm-command]:
Stage the 'file-exists?' call.
2020-09-29 21:56:26 +02:00
Ludovic Courtès
118b6dbb46
secret-service: Clarify the origin of messages.
* gnu/build/secret-service.scm (secret-service-send-secrets)
(secret-service-receive-secrets): Prefix messages by "secret service".
2020-09-29 21:56:26 +02:00
Ludovic Courtès
dabb00ffee
services: childhurd: Tweak description.
* gnu/services/virtualization.scm (hurd-vm-service-type)[description]:
Mention "childhurd".
2020-09-29 21:56:26 +02:00
Ludovic Courtès
d692ebf980
services: hurd-vm: Run QEMU as an unprivileged user.
Until qemu was running as "root", which is unnecessary.

* gnu/services/virtualization.scm (%hurd-vm-accounts): New variable.
(hurd-vm-service-type)[extensions]: Add ACCOUNT-SERVICE-TYPE extension.
2020-09-29 21:56:26 +02:00
Nicolas Goaziou
088347300b
gnu: snap: Update to 6.2.1.
* gnu/packages/education.scm (snap): Update to 6.2.1.
2020-09-29 14:06:25 +02:00
Nicolas Goaziou
07c3c3ba53
gnu: giac: Update to 1.6.0-23.
* gnu/packages/algebra.scm (giac): Update to 1.6.0-23.
[arguments]: Fix more hard-coded /bin/cp in Make files.
[native-inputs]: Add python-wrapper.
2020-09-29 13:57:38 +02:00
Nicolas Goaziou
7806e568f6
gnu: micropython: Update to 1.13.
* gnu/packages/python.scm (micropython): Update to 1.13.
2020-09-29 12:16:20 +02:00
Efraim Flashner
5257618bf8
gnu: obs: Enable tests.
* gnu/packages/video.scm (obs)[arguments]: Enable tests. Add
configure-flag to enable unit tests.
[native-inputs]: Add cmocka.
2020-09-29 13:03:18 +03:00
Efraim Flashner
cbbdf047d4
gnu: obs: Enable building on all architectures.
* gnu/packages/video.scm (obs)[supported-systems]: Remove field.
2020-09-29 13:03:18 +03:00
Efraim Flashner
676c866b45
gnu: obs: Build with speexdsp.
* gnu/packages/video.scm (obs)[inputs]: Replace speex with speexdsp.
2020-09-29 13:03:18 +03:00
Michael Rohleder
1c8a63b18b
gnu: obs: Update to 26.0.0.
* gnu/packages/video.scm (obs): Update to 26.0.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-29 13:03:18 +03:00
Mathieu Othacehe
3d0e875026
ci: Build hurd-barebones-qcow2-image.
Build hurd-barebones-qcow2-image instead of hurd-barebones-disk-image to speed
downloads.

* gnu/ci.scm (%guix-system-images): Build 'hurd-barebones-qcow2-image instead
of 'hurd-barebones-disk-image.
2020-09-29 11:42:53 +02:00
Mathieu Othacehe
644cdc819f
images: hurd: Add hurd-barebones-qcow2-image.
* gnu/system/images/hurd.scm (hurd-barebones-qcow2-image): New variable.
2020-09-29 11:42:52 +02:00
Mathieu Othacehe
f441e3e8b5
image: Add support for compressed-qcow2 format.
* gnu/build/image.scm (convert-disk-image): New procedure.
(genimage): Remove target argument.
* gnu/system/image.scm (system-disk-image): Add support for 'compressed-qcow2
image format. Call "convert-disk-image" to apply image conversions on the
final image. Add "qemu-minimal" to the build inputs.
(system-image): Also add support for 'compressed-qcow2.
2020-09-29 11:42:52 +02:00
Nicolas Goaziou
c4d3eb569c
gnu: fet: Update to 5.47.0.
* gnu/packages/education.scm (fet): Update to 5.47.0.
2020-09-29 11:31:57 +02:00
Efraim Flashner
7592ddfee7
gnu: vim: Update to 8.2.1770.
* gnu/packages/vim.scm (vim): Update to 8.2.1770.
2020-09-29 11:38:49 +03:00
Nicolas Goaziou
f7e9054617
gnu: scintilla: Update to 4.4.5.
* gnu/packages/text-editors.scm (scintilla): Update to 4.4.5.
2020-09-29 10:36:08 +02:00
Gabriel Arazas
d556028f5b
gnu: Add rust-stfu8-0.2.
* gnu/packages/crates-io.scm (rust-stfu8-0.2): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-29 09:43:56 +03:00
Gabriel Arazas
a3911b4e6c
gnu: Add rust-proptest-0.3.
* gnu/packages/crates-io.scm (rust-proptest-0.3): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-29 09:42:58 +03:00
Gabriel Arazas
a24a02f61a
gnu: Add rust-pretty-assertions-0.4.
* gnu/packages/crates-io.scm (rust-pretty-assertions-0.4): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-29 09:41:53 +03:00
Gabriel Arazas
dfcfb4f490
gnu: Add rust-ansi-term-0.9.
* gnu/packages/crates-io.scm (rust-ansi-term-0.9): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-29 09:41:49 +03:00
Gabriel Arazas
463f41e62d
gnu: Add rust-bit-set-0.4.
* gnu/packages/crates-io.scm (rust-bit-set-0.4): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-29 09:41:46 +03:00
Gabriel Arazas
cdf0e84c34
gnu: Add rust-bit-vec-0.4.
* gnu/packages/crates-io.scm (rust-bit-vec-0.4): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-29 09:41:39 +03:00
Vinicius Monego
58d743942c
gnu: python-httpx: Update to 0.15.4.
* gnu/packages/python-web.scm (python-httpx): Update to 0.15.4.
[home-page]: Change from public repository to project's webpage.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-29 09:33:03 +03:00
Efraim Flashner
e86e049305
gnu: quaternion: Add debug output.
* gnu/packages/messaging.scm (quaternion)[outputs]: Add debug output.
2020-09-29 09:25:20 +03:00
Efraim Flashner
5323d59c6a
gnu: dino: Add debug output.
* gnu/packages/messaging.scm (dino)[outputs]: Add debug output.
2020-09-29 08:55:49 +03:00
Leo Prikler
e7cacc91e6
gnu: ppsspp: Update to 1.10.3.
* gnu/packages/emulators.scm (ppsspp): Update to 1.10.3.
[snippet]: Update the snippet, that strips glslang from build.
[inputs]: Update lang.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-29 08:19:54 +03:00
Leo Prikler
3cbf359f70
gnu: komikku: Update to 0.21.1.
* gnu/packages/gnome.scm (komikku): Update to 0.21.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-29 08:13:29 +03:00
Nicolas Goaziou
9380b0a075
gnu: Add missing module.
* gnu/packages/emulators.scm: Add missing module.
2020-09-28 23:01:40 +02:00
Nicolas Goaziou
63d69215e4
gnu: scummvm: Update to 2.2.0.
* gnu/packages/emulators.scm (scummvm): Update to 2.2.0.
[arguments]: Remove unnecessary phase.
[inputs]: Add fribidi.
2020-09-28 22:59:59 +02:00
Zhu Zihao
981cdc9011
gnu: icecat: Remove duplicate find-files call.
* gnu/packages/gnuzilla.scm (icecat)[arguments]<phases>: In the
patch-cargo-checksums phase, replace the inner "find-files" call
with the already found file name.

Signed-off-by: Mark H Weaver <mhw@netris.org>
2020-09-28 14:45:27 -04:00
Zhu Zihao
f0648a4b67
gnu: icecat: Use system icu4c.
* gnu/packages/gnuzilla.scm (icecat)[native-inputs]: Add icu4c-67.
[arguments]<configure-flags>: Add "--with-system-icu".

Signed-off-by: Mark H Weaver <mhw@netris.org>
2020-09-28 14:45:25 -04:00
Jonathan Brielmaier
e648533311
gnu: Remove icecat-68 source.
It was necessary for icedove@68 which is now based on icecat@78.

* gnu/packages/gnuzilla.scm (mozilla-68-compare-locales): Remove.
(all-mozilla-68-locales): Remove.
(%icecat-68-version): Remove.
(icecat-68-source): Remove.
* gnu/packages/patches/icecat-68-makeicecat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

Modified-By: Mark H Weaver <mhw@netris.org>
Signed-off-by: Mark H Weaver <mhw@netris.org>
2020-09-28 14:45:23 -04:00
Jonathan Brielmaier
597aa644af
gnu: icedove: Update to 78.3.0.
* gnu/packages/gnuzilla.scm (icedove): Update to 78.3.0.
[source]: Use source from Icecat 78.
[arguments]: Use more flexible approach for generating cargo checksums
from icecat. Update files in 'rename-to-icedove phase. Remove gone
configure flags and rename `--disable-ion` to `--disable-jit`.
[inputs]: Update icu4c to version 67 and nss to 3.56.
[native-inputs]: Use ESR 78 mercurial repo for thunderbird soruces.
Update rust and cargo to 1.41, rust-cbindgen to 0.14 and
node to 10.22.

Tested-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
Signed-off-by: Mark H Weaver <mhw@netris.org>
2020-09-28 14:45:20 -04:00
Jonathan Brielmaier
1896c0c6ea
gnu: Add nss@3.56.
Icedove 78 requires nss > 3.53. This version is the only one building
out-of-the-box.

* gnu/packages/nss.scm (nss-3.56): New variable.
* gnu/packages/patches/nss-3.56-pkgconfig.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

Signed-off-by: Mark H Weaver <mhw@netris.org>
2020-09-28 14:45:18 -04:00
Mark H Weaver
002c7a4f54
gnu: libpng-apng: Update to 1.6.37.
* gnu/packages/image.scm (libpng-apng): Update to 1.6.37.
(libpng): Add comment: a reminder to keep libpng-apng updated.
2020-09-28 14:45:10 -04:00
Andreas Enge
4c09ec43db
gnu: cm: Update to 0.3.1.
* gnu/packages/algebra.scm (cm): Update to 0.3.1.
2020-09-28 19:39:23 +02:00
Mathieu Othacehe
0221048733
gnu: cuirass: Update to 0.0.1-48.0ffcb80.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-48.0ffcb80.
2020-09-28 18:08:23 +02:00
Roel Janssen
871539f3ad
gnu: r-chippeakanno: Update to 3.22.4.
* gnu/packages/bioconductor.scm (r-chippeakanno): Update to 3.22.4.
2020-09-28 17:06:56 +02:00
Tobias Geerinckx-Rice
4c698cd512
services: Add elogind ‘handle-lid-switch-external-power’.
* gnu/services/desktop.scm <elogind-configuration>: Add an
handle-lid-switch-external-power field, mapping to the
HandleLidSwitchExternalPower logind.conf setting.
* doc/guix.texi (Desktop Services): ‘Document’ it.
2020-09-28 16:00:49 +02:00
Greg Hogan
a32c581a1d
gnu: openssh: Update to 8.4p1.
* gnu/packages/ssh.scm (openssh): Update to 8.4p1.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-09-28 13:54:05 +02:00
Mathieu Othacehe
af56f60ef0
gnu: guile-lzlib: Update to 0.0.2.
* gnu/packages/guile.scm (guile-lzlib): Update to 0.0.2.
2020-09-28 11:39:31 +02:00
Marius Bakke
709d2fddf7
gnu: libxkbcommon: Specify CPE name.
* gnu/packages/xdisorg.scm (libxkbcommon)[properties]: New field.
2020-09-28 00:46:21 +02:00
Marius Bakke
cb2769f999
gnu: jasper: Update to 2.0.21 [fixes CVE-2018-19541].
* gnu/packages/image.scm (jasper): Update to 2.0.21.
2020-09-28 00:46:21 +02:00
Marius Bakke
9f89779e1f
gnu: libspiro: Replace with 20200505 [fixes CVE-2019-19847].
* gnu/packages/fontutils.scm (libspiro)[replacement]: New field.
(libspiro-20200505): New variable.
2020-09-28 00:46:21 +02:00
Marius Bakke
7d366a8387
gnu: libsndfile: Replace with 1.0.30 [security fixes].
This replacement fixes CVE-2017-17456, CVE-2017-17457, CVE-2018-19661,
CVE-2018-19662, CVE-2018-19758, and CVE-2019-3832.

* gnu/packages/pulseaudio.scm (libsndfile)[replacement]: New field.
(libsndfile-1.0.30): New variable.
2020-09-28 00:46:21 +02:00
Nicolas Goaziou
b09ad2ccc1
gnu: emacs-orgalist: Update to 1.13.
* gnu/packages/emacs-xyz.scm (emacs-orgalist): Update to 1.13.
2020-09-27 23:11:53 +02:00
Michael Rohleder
b0cd4e049b
gnu: qjackctl: Update to 0.6.3.
* gnu/packages/audio.scm (qjackctl): Update to 0.6.3.
[inputs]: Add portaudio.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-27 22:52:43 +02:00
Kyle Meyer
ee4f9c2cd4
gnu: Add grokmirror.
* gnu/packages/version-control.scm (grokmirror): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-27 22:50:17 +02:00
Ludovic Courtès
8819551c8d
packages: 'package-input-rewriting' has a #:deep? parameter.
* guix/packages.scm (package-input-rewriting): Add #:deep? and pass it
to 'package-mapping'.
[replacement-property]: New variable.
[rewrite]: Check it.
[cut?]: New procedure.
* tests/packages.scm ("package-input-rewriting"): Pass #:deep? #f and
ensure implicit inputs were not rewritten.  Avoid 'eq?' comparisons.
("package-input-rewriting, deep"): New test.
* gnu/packages/guile.scm (package-for-guile-2.0, package-for-guile-3.0):
Pass #:deep? #f.
2020-09-27 21:41:15 +02:00
Pierre Neidhardt
d753aee0be
gnu: bbswitch-module: Fix build on Linux >= 5.6.
* gnu/packages/linux.scm (bbswitch-module): Update to 20200526.
2020-09-27 17:29:31 +02:00
Nicolas Goaziou
f1f076c9dc
gnu: emacs-mood-line: Fix license.
* gnu/packages/emacs-xyz.scm (emacs-mood-line)[license]: Switch to GPL2+.
2020-09-27 14:23:07 +02:00
AuPath
0bf662b35b
gnu: Add emacs-mood-line.
* gnu/packages/emacs-xyz.scm (emacs-mood-line): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-09-27 14:17:03 +02:00
Stefan
c85f316ae9
gnu: grub: Support for network boot via TFTP.
* gnu/bootloader/grub.scm (grub-efi-netboot-bootloader): New variable.
(install-grub-efi-netboot): New procedure.
(grub-root-search): Update comment.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-09-27 13:38:35 +02:00
Efraim Flashner
59223c5bc6
gnu: gama: Update to 2.10.
* gnu/packages/gps.scm (gama): Update to 2.10.
2020-09-27 08:50:26 +03:00
Vinicius Monego
6854b44602
gnu: cozy: Update to 0.7.1.
* gnu/packages/ebook.scm (cozy): Update to 0.7.1.
[arguments]: Substitute only the Exec line in the desktop file.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-26 23:13:23 +02:00
Ludovic Courtès
6c5197226d
gnu: lzlib: Don't build static library.
* gnu/packages/compression.scm (lzlib)[arguments]: Pass "--disable-static".
2020-09-26 23:07:03 +02:00
Ludovic Courtès
31dcc27276
gnu: lzlib: Support cross-compilation.
Until now, since lzlib's 'configure' ignores '--host', we'd always end
up building it natively.

* gnu/packages/compression.scm (lzlib)[arguments]: Use (cc-for-target)
instead of "gcc".
2020-09-26 23:07:03 +02:00
Oleg Pykhalov
d868655a7d
gnu: Add ipset.
* gnu/packages/linux.scm (ipset): New variable.
2020-09-26 23:18:42 +03:00
Oleg Pykhalov
3876ed32f2
gnu: Add webssh.
* gnu/packages/ssh.scm (webssh): New variable.
2020-09-26 21:47:38 +03:00
Tim Howes
0939462e3f
gnu: emacs-ess: Update to 18.10.2-0.24da603.
* gnu/packages/statistics.scm (emacs-ess): Update to 18.10.2-0.24da603.
[version]: Use version-revision-commit for version numbering.
[source]: Fix snippet for removing julia-mode.  Remove snippet to modify
roxy-preview-Rd-test.  Add snippet to modify r-help-mode test.  Add
snippet to fix install target to install files to correct directories.
Correct Makefile so that ess-autoloads.el is not built twice.
[arguments]: Add flag to specify INFODIR.  Remove patch modifying SHELL.
[license]: License is now GPLv3+.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-09-26 11:58:25 +02:00
Nicolas Goaziou
22b12e3ec2
gnu: emacs-auctex: Update to 12.2.5.
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 12.2.5.
2020-09-26 11:25:39 +02:00
Nicolas Goaziou
c9f70031b3
gnu: emacs-edit-indirect: Update to 0.1.6.
* gnu/packages/emacs-xyz.scm (emacs-edit-indirect): Update to 0.1.6.
2020-09-26 11:20:03 +02:00
Nicolas Goaziou
094871fe73
gnu: emacs-edit-indirect: Fix license field.
* gnu/packages/emacs-xyz.scm (emacs-edit-indirect): Fix license field.
2020-09-26 11:14:21 +02:00
Ludovic Courtès
4e896da45d
gnu: nyacc: Add 1.03.0.
* gnu/packages/mes.scm (nyacc): Rename to...
(nyacc-0.99): ... this.
(nyacc): New variable.
(mes)[propagated-inputs]: Replace NYACC with NYACC-0.99.
(mes-rb5)[native-inputs]: Likewise.
* gnu/packages/commencement.scm (mes-boot)[native-inputs]: Likewise.
(tcc-boot0)[native-inputs]: Likewise.
2020-09-25 23:26:22 +02:00
Pierre Langlois
2bab532fdf
gnu: rust: Fix install phase for non-x86_64 platforms.
* gnu/packages/rust.scm (rust-1.20)[arguments]: Replace hardcoded x86_64
triplet with nix-system->gnu-triplet-for-rust in 'delete-install-logs phase.
2020-09-25 20:24:46 +01:00
Leo Famulari
73e7a42447
gnu: linux-libre 4.4: Update to 4.4.237.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.237.
(linux-libre-4.4-pristine-source): Update hash.
2020-09-25 13:16:16 -04:00
Leo Famulari
fff9209444
gnu: linux-libre 4.9: Update to 4.9.237.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.237.
(linux-libre-4.9-pristine-source): Update hash.
2020-09-25 13:16:16 -04:00
Leo Famulari
76aa30100b
gnu: linux-libre 4.14: Update to 4.14.199.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.199.
(linux-libre-4.14-pristine-source): Update hash.
2020-09-25 13:16:16 -04:00
Leo Famulari
b328d55702
gnu: linux-libre 4.19: Update to 4.19.147.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.147.
(linux-libre-4.19-pristine-source): Update hash.
2020-09-25 13:16:16 -04:00
Leo Famulari
ce59a1397d
gnu: linux-libre 5.4: Update to 5.4.67.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.67.
(linux-libre-5.4-pristine-source): Update hash.
2020-09-25 13:16:16 -04:00
Leo Famulari
55d4259dff
gnu: linux-libre: Update to 5.8.11.
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.11.
(linux-libre-5.8-pristine-source): Update hash.
2020-09-25 13:16:15 -04:00
Ludovic Courtès
795065533d
gnu: Replace uses of 'guile3.0-gnutls' by 'gnutls'.
* gnu/packages/package-management.scm (guix)[propagated-inputs]: Use
GNUTLS instead of GUILE3.0-GNUTLS.
(guix-daemon)[inputs]: Likewise.
* guix/self.scm (specification->package): Likewise.
2020-09-25 19:05:08 +02:00
Jesse Gibbons
0fa3d89fbc
gnu: freedink: Make "freedink-engine" and "freedink-data" public.
* gnu/packages/games.scm: (freedink-engine): Make public.
[arguments]: Add 'delete-freedinkedit-desktop' phase.
(freedink-data): Make public.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-25 19:05:08 +02:00
Jens Mølgaard
4423cadc9a
gnu: font-adobe-source-serif-pro: Update to 3.001R.
* gnu/packages/fonts.scm (font-adobe-source-serif-pro): Update to 3.001R.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-25 19:05:08 +02:00
Jens Mølgaard
62246843d2
gnu: font-adobe-source-sans-pro: Update to 3.028R.
* gnu/packages/fonts.scm (font-adobe-source-sans-pro): Update to 3.028R.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-25 19:05:08 +02:00
Jan (janneke) Nieuwenhuizen
db2785cd86
ci: Remove native-system restriction from "hello" and "list" jobsets.
* gnu/ci.scm (hydra-jobs): Remove restriction for system to
equal (%current-system).

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2020-09-25 18:14:58 +02:00
Efraim Flashner
67ad1e148c
gnu: vim: Update to 8.2.1738.
* gnu/packages/vim.scm (vim): Update to 8.2.1738.
2020-09-25 15:55:09 +03:00
Peng Mei Yu
3e5ed76df5
gnu: librime: Update to 1.6.1.
* gnu/packages/ibus.scm (librime): Update to 1.6.1.
[inputs]: Add capnproto.
[native-inputs]: Add pkg-config.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-25 14:26:41 +02:00
Leo Prikler
62d0f69ecf
gnu: komikku: Update to 0.21.0.
* gnu/packages/gnome.scm (komikku): Update to 0.21.0.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-25 14:14:13 +02:00
Mădălin Ionel Patrașcu
0990d61193
gnu: mafft: Update to 7.471.
* gnu/packages/bioinformatics.scm (mafft): Update to 7.471.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-25 14:12:13 +02:00
Vinicius Monego
7075082f71
gnu: Add gnome-latex.
* gnu/packages/gnome.scm (gnome-latex): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-25 14:02:13 +02:00
Pierre Neidhardt
c32f662e39
gnu: sbcl-cl-webkit: Update to 20200925.
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20200925.
2020-09-25 12:57:44 +02:00
Marius Bakke
d48b17adb9
services: WPA Supplicant: Conditionally depend on D-Bus.
Fixes <https://bugs.gnu.org/43567>.
Reported by calcium <calcium@disroot.org>.

* gnu/services/networking.scm (<wpa-supplicant-configuration>)[requirement]:
Remove 'dbus-system.
(wpa-supplicant-shepherd-service)[requirement]: Add 'dbus-system when DBUS? is true.
* doc/guix.texi (Networking Services)[wpa-supplicant-service-type]: Adjust
accordingly.
2020-09-24 20:18:20 +02:00
Maxim Cournoyer
d14a3e5c0c
gnu: nfs-utils: Do not generate static libraries.
* gnu/packages/nfs.scm (nfs)[configure-flags]: Add "--disable-static".
2020-09-24 14:01:29 -04:00
Maxim Cournoyer
f8c15d8f42
gnu: ntfs-3g: Do not generate static libraries.
* gnu/packages/linux.scm (ntfs-3g)[configure-flags]: Add "--disable-static".
2020-09-24 14:01:28 -04:00
Efraim Flashner
3d0c0ae661
gnu: java-rsyntaxtextarea: Don't use unstable tarball.
* gnu/packages/textutils.scm (java-rsyntaxtextarea)[source]: Download
using git-fetch.
2020-09-24 20:06:41 +03:00
Efraim Flashner
e3b40906eb
gnu: vifm: Update to 0.11.
* gnu/packages/vim.scm (vifm): Update to 0.11.
2020-09-24 19:36:28 +03:00
Tanguy Le Carrour
ec9bc07c25
gnu: Add python-robber.
* gnu/packages/python-xyz.scm (python-robber): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2020-09-24 17:53:02 +02:00
Ivan Kozlov
1af5e57d87
gnu: awesome: Fix command completion in the prompt and Lua paths
* gnu/packages/wm.scm (awesome): Delete useless ‘env’ invocation in lib/awful/completion.lua.  Change the delimiter for LUA_PATH and LUA_CPATH variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-24 17:53:02 +02:00
Vinicius Monego
dca2f0ea01
gnu: Add gtg.
* gnu/packages/gnome.scm (gtg): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-24 17:53:02 +02:00
Vinicius Monego
7f12756e75
gnu: Add python-liblarch.
* gnu/packages/gnome.scm (python-liblarch): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-24 17:53:02 +02:00
Ludovic Courtès
215b49a881
gnu: openmpi: Have 'mpirun' look for executables under $prefix.
* gnu/packages/mpi.scm (openmpi)[arguments]: Add
"--enable-mpirun-prefix-by-default" to #:configure-flags.
2020-09-24 17:53:01 +02:00
Efraim Flashner
aea2a0f967
gnu: netcat-openbsd: Use cc-for-target.
* gnu/packages/admin.scm (netcat-openbsd)[arguments]: Replace hard-coded
gcc with cc-for-target in make-flags.
2020-09-24 17:20:41 +03:00
Efraim Flashner
9e5758630d
gnu: abduco: Use cc-for-target.
* gnu/packages/abduco.scm (abduco)[arguments]: Replace hard-coded gcc
with cc-for-target in make-flags.
2020-09-24 17:18:42 +03:00
Efraim Flashner
9995f7ebbc
gnu: xmagnify: Use cc-for-target.
* gnu/packages/accessibility.scm (xmagnify)[arguments]: Replace
hard-coded gcc with cc-for-target in make-flags.
2020-09-24 17:17:08 +03:00
Efraim Flashner
6c1f173650
gnu: footswitch: Use cc-for-target.
* gnu/packages/accessibility.scm (footswitch)[arguments]: Replace
hard-coded gcc with cc-for-target in make-flags.
2020-09-24 17:15:43 +03:00
Guillaume Le Vaillant
ff43f128b7
gnu: Add tarlz.
* gnu/packages/compression.scm (tarlz): New variable.
2020-09-24 14:48:38 +02:00
Mathieu Othacehe
a024eedb1c
services: cuirass: Create queries log files at activation.
* gnu/services/cuirass.scm (cuirass-activation)[queries-log-file]: Create and
set user permissions on "queries-log-file" and "web-queries-log-file".
2020-09-24 13:51:57 +02:00
Mathieu Othacehe
80e26d7429
services: cuirass: Add web SQL queries logging support.
* gnu/services/cuirass.scm (<cuirass-configuration>)[web-queries-log-file]:
New field.
(cuirass-shepherd-service): Honor it.
(cuirass-log-rotations): If defined, add the web queries log file to the log
rotation.
2020-09-24 11:28:59 +02:00
Pierre Neidhardt
c5d9cdd913
gnu: nyxt: Update to 2-pre-release-2.
* gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-2.
2020-09-24 11:14:23 +02:00
Mathieu Othacehe
92e507c963
services: cuirass: Add SQL queries logging support.
* gnu/services/cuirass.scm (<cuirass-configuration>)[queries-log-file]: New
field.
(cuirass-shepherd-service): Honor it.
(cuirass-log-rotations): If defined, add the queries log file to the log
rotation.
2020-09-24 10:47:22 +02:00
Mathieu Othacehe
e503211105
gnu: cuirass: Update to 0.0.1-47.b310f17.
This update add support for SQL queries logging.

* gnu/packages/ci.scm (guile-sqlite3-dev): New variable.
(cuirass): Update to 0.0.1-47.b310f17.
[inputs]: Use guile-sqlite3-dev instead of guile-sqlite3.
2020-09-24 10:26:05 +02:00
Mathieu Othacehe
0b17de06bd
gnu: cuirass: Work around Guile memory issues.
Work around <https://issues.guix.gnu.org/43334>.

* gnu/packages/ci.scm (cuirass)[inputs]: Use guile-3.0/libgc-7 instead of
guile-3.0.
2020-09-24 10:09:48 +02:00
Michael Rohleder
bd64cb68ee
gnu: cheese: Update to 3.38.0.
* gnu/packages/gnome.scm (cheese): Update to 3.38.0.
[arguments]: Add phase patch-docbook-xml.
[native-inputs]: Add docbook-xml.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-24 10:03:46 +02:00
Tobias Geerinckx-Rice
89ba5f9479
gnu: plantuml: Update to 1.2020.17.
* gnu/packages/uml.scm (plantuml): Update to 1.2020.17.
2020-09-24 09:16:50 +02:00
Tobias Geerinckx-Rice
26746c6719
gnu: celluloid: Update to 0.20.
* gnu/packages/video.scm (celluloid): Update to 0.20.
2020-09-24 09:16:50 +02:00
Tobias Geerinckx-Rice
5c9ea15daa
gnu: sudo: Update to 1.9.3p1.
* gnu/packages/admin.scm (sudo): Update to 1.9.3p1.
2020-09-24 09:16:50 +02:00
Mark H Weaver
035df987f1
gnu: spice-gtk: Only use "good" GStreamer plugins out of the box.
Do not propagate plugins that are known to be patent encumbered out of the
box, so the user has a choice.

* gnu/packages/spice.scm (spice-gtk)[propagated-inputs]: Remove gst-libav,
gst-plugins-bad and gst-plugins-ugly.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2020-09-24 00:37:39 -04:00
Oleg Pykhalov
cd4bb173e0
services: docker: Fix configuration.
This is a follow-up to e04b90607a.

* gnu/services/docker.scm
(docker-shepherd-service): Fix "enable-proxy?" configuration.
2020-09-23 23:40:29 +03:00
Nicolas Goaziou
9273f75dd6
gnu: emacs-peg: Update to 1.0.
* gnu/packages/emacs-xyz.scm (emacs-peg): Update to 1.0.
[source]: Switch to ELPA URI.
[home-page]: Use ELPA URI.
2020-09-23 22:09:51 +02:00
Nicolas Goaziou
1ce0b32265
gnu: emacs-hyperbole: Update to 7.1.3.
* gnu/packages/emacs-xyz.scm (emacs-hyperbole): Update to 7.1.3.
2020-09-23 22:05:02 +02:00
Nicolas Goaziou
367ee580a2
gnu: emacs-meson-mode: Update to 0.3.
* gnu/packages/emacs-xyz.scm (emacs-meson-mode): Update to 0.3.
2020-09-23 22:03:28 +02:00
Niklas Eklund
40131b75c4
gnu: Add emacs-quickrun.
* gnu/packages/emacs-xyz.scm (emacs-quickrun): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-09-23 21:04:58 +02:00
Tobias Geerinckx-Rice
97e98e2269
services: Allow (service bluetooth-service-type).
* gnu/services/desktop.scm (bluetooth-service-type)
[default-value]: Set to (bluetooth-configuration).
2020-09-23 19:07:55 +02:00
Morgan Smith
0dba6eadd7
gnu: Add emacs-toc-org.
* gnu/packages/emacs-xyz.scm (emacs-toc-org): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-09-23 14:38:24 +02:00
Efraim Flashner
8d0a7a54df
gnu: evisum: Build translations.
* gnu/packages/enlightenment.scm (evisum)[native-inputs]: Add
gettext-minimal.
2020-09-23 15:23:18 +03:00
Efraim Flashner
6a6341be3f
gnu: evisum: Update to 0.5.6.
* gnu/packages/enlightenment.scm (evisum): Update to 0.5.6.
2020-09-23 15:23:18 +03:00
Efraim Flashner
a183bb080f
gnu: efl: Update to 1.25.0.
* gnu/packages/enlightenment.scm (efl): Update to 1.25.0.
[propagated-inputs]: Remove avahi.
[arguments]: Remove configure-flags to disable systemd, enable elogind,
list evas-loaders to disable and enable avahi. Add substitution to
hardcode location of elogind's library.
2020-09-23 15:23:17 +03:00
Andreas Enge
049a1714fc
gnu: fplll: Correct include files.
* gnu/packages/patches/fplll-std-fenv.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register patch.
* gnu/packages/algebra.scm (fplll): Use patch and move all inputs to
propagated-inputs.
2020-09-23 14:14:09 +02:00
Andreas Enge
82f983da35
gnu: fplll: Update to 5.3.3.
* gnu/packages/algebra.scm (fplll): Update to 5.3.3.
[native-inputs]: Add pkg-config.
2020-09-23 13:59:32 +02:00
Tobias Geerinckx-Rice
2606d947c2
gnu: multimon-ng: Update to 1.1.9.
* gnu/packages/radio.scm (multimon-ng): Update to 1.1.9.
2020-09-23 12:59:15 +02:00
Tobias Geerinckx-Rice
a7fbae6f09
gnu: s6: Update to 2.9.2.0.
* gnu/packages/skarnet.scm (s6): Update to 2.9.2.0.
2020-09-23 12:59:15 +02:00
Tobias Geerinckx-Rice
f33d77e2cc
gnu: execline: Update to 2.6.1.0.
* gnu/packages/skarnet.scm (execline): Update to 2.6.1.0.
2020-09-23 12:59:15 +02:00
Tobias Geerinckx-Rice
3feeface31
gnu: xonsh: Update to 0.9.22.
* gnu/packages/shells.scm (xonsh): Update to 0.9.22.
2020-09-23 12:59:15 +02:00
Pierre Neidhardt
8b033aa103
gnu: sbcl-cl-webkit: Update to 20200923.
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20200923.
2020-09-23 12:41:08 +02:00
Tobias Geerinckx-Rice
63003bd47c
gnu: jucipp: Update to 1.6.1.
* gnu/packages/text-editors.scm (jucipp): Update to 1.6.1.
2020-09-23 12:40:00 +02:00
Tobias Geerinckx-Rice
d198b70e66
gnu: libssh: Update to 0.9.5 [security fixes?].
Upstream is unimpressed: ‘This includes a fix for CVE-2020-16135, however
we do not see how this would be exploitable at all. If you find a
security bug in libssh please don’t just assign a CVE, talk to us first.’

* gnu/packages/ssh.scm (libssh): Update to 0.9.5.
2020-09-23 12:39:59 +02:00
Tobias Geerinckx-Rice
cfc7e2592d
gnu: python-pynvim: Update to 0.4.2.
* gnu/packages/vim.scm (python-pynvim): Update to 0.4.2.
2020-09-23 12:39:59 +02:00
Tobias Geerinckx-Rice
5f4a1c6af3
gnu: youtube-dl: Update to 2020.09.20.
* gnu/packages/video.scm (youtube-dl): Update to 2020.09.20.
2020-09-23 12:39:58 +02:00
Tobias Geerinckx-Rice
8d01f8a66a
installer: Fix docstring typo.
* gnu/installer.scm (build-compiled-file): Fix a typo in the docstring.
2020-09-23 12:39:57 +02:00
Tobias Geerinckx-Rice
fec41dc059
gnu: dmenu: Update to 5.0.
* gnu/packages/suckless.scm (dmenu): Update to 5.0.
2020-09-23 12:39:57 +02:00
Hamzeh Nasajpour
6e398663c3
gnu: nng: Build as a shared library.
* gnu/packages/networking.scm (nng)[arguments]: Add configure-flag to
build as a shared library.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-23 12:13:48 +03:00
Gabriel Arazas
5c2db516f9
gnu: Add rust-std-prelude-0.2.
* gnu/packages/crates-io.scm (rust-std-prelude-0.2): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-23 09:02:58 +03:00
Vinicius Monego
421b94ecc4
gnu: python-httpx: Update to 0.15.0.
* gnu/packages/python-web.scm (python-httpx): Update to 0.15.0.
[arguments]: Adjust skipped tests.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-23 08:49:10 +03:00
Vinicius Monego
a9d9dbfd2d
gnu: python-httpcore: Update to 0.11.0.
* gnu/packages/python-web.scm (python-httpcore): Update to 0.11.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-23 08:46:50 +03:00
Vinicius Monego
023ce3dcb4
gnu: python-trio: Update to 0.17.0.
* gnu/packages/python-xyz.scm (python-trio): Update to 0.17.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-23 08:46:48 +03:00
Michael Rohleder
382ac0e4f5
gnu: gnome-video-effects: Update to 0.5.0.
* gnu/packages/gnome.scm (gnome-video-effects): Update to 0.5.0.
[build-system]: Changed to meson-build-system.
[arguments]: Removed.
[native-inputs]: Removed glib:bin and intltool.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-23 08:43:27 +03:00
Tobias Geerinckx-Rice
7230f6d5dd
gnu: Fix typoes in package descriptions.
* gnu/packages/audio.scm (caps-plugins-lv2)[synopsis]: Fix typo.
* gnu/packages/bioconductor.scm (r-karyoploter, r-anota, r-gcrma)
(r-bigmemoryextras)[description]: Likewise.
* gnu/packages/cran.scm (r-geometry)[synopsis]: Likewise.
(r-stringdist, r-patchwork, r-depth, r-tea)[description]: Likewise.
* gnu/packages/crates-io.scm (rust-assert-fs-0.11, rust-notify-4)
(rust-tokio-fs-0.1)[synopsis, description]: Likewise.
(rust-blas-sys-0.7)[description]: Likewise.
(rust-fs-extra-1.1, rust-xattr-0.2)[synopsis]: Likewise.
* gnu/packages/databases.scm (perl-mysql-config)[description]: Likewise.
* gnu/packages/disk.scm (hddtemp)[description]: Likewise.
* gnu/packages/django.scm (python-djangorestframework)[description]:
Likewise.
* gnu/packages/documentation.scm (doc++)[description]: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-kakoune, emacs-pyim-basedict, eless)
(emacs-scpaste)[description]: Likewise.
* gnu/packages/file-systems.scm (dbxfs)[description]: Likewise.
* gnu/packages/finance.scm (python-stdnum)[description]: Likewise.
* gnu/packages/fontutils.scm (woff2)[description]: Likewise.
* gnu/packages/games.scm (openttd-opengfx)[description]: Likewise.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-topicons-redux)
[description]: Likewise.
* gnu/packages/gnome.scm (libgrss)[description]: Likewise.
* gnu/packages/golang.scm (go-github-com-mitchellh-reflectwalk)
[description]: Likewise.
(go-github-com-go-git-go-billy)[synopsis, description]: Likewise.
* gnu/packages/haskell-check.scm (ghc-inspection-testing)[description]:
Likewise.
* gnu/packages/haskell-web.scm (ghc-yesod-form)[description]: Likewise.
* gnu/packages/haskell-xyz.scm (ghc-hex)[description]: Likewise.
* gnu/packages/hyperledger.scm (hyperledger-iroha-ed25519)[description]:
Likewise.
* gnu/packages/java.scm (java-mail)[synopsis]: Likewise.
(java-native-access-platform)[description]: Likewise.
* gnu/packages/kde-frameworks.scm (kactivities-stats)[description]:
Likewise.
* gnu/packages/kde-utils.scm (krusader)[description]: Likewise.
* gnu/packages/language.scm (praat)[description]: Likewise.
* gnu/packages/linux.scm (light)[description]: Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-hu.dwim.defclass-star)[description]:
Likewise.
* gnu/packages/mail.scm (dovecot-trees, sieve-connect)[description]:
Likewise.
* gnu/packages/ocaml.scm (ocaml-opam-file-format, ocaml-cppo)
(ocaml4.07-ppx-variants-conv)[description]: Likewise.
* gnu/packages/perl.scm (perl-convert-binhex)[description]: Likewise.
* gnu/packages/python-crypto.scm (python-ecdsa)[description]: Likewise.
* gnu/packages/python-web.scm (python-html5lib)[synopsis, description]:
Likewise.
(python-venusian)[synopsis]: Likewise.
* gnu/packages/python-xyz.scm (python-readlike, python-gssapi)
(python-flufl-i18n)[description]: Likewise.
(python-pox, python-watchdog, python-xattr)[synopsis, description]:
Likewise.
* gnu/packages/ruby.scm (ruby-sorcerer)[description]: Likewise.
* gnu/packages/rust-apps.scm (watchexec)[description]: Likewise.
* gnu/packages/rust.scm (mrustc)[synopsis]: Likewise.
* gnu/packages/shells.scm (s-shell)[description]: Likewise.
* gnu/packages/ssh.scm (sshpass)[description]: Likewise.
* gnu/packages/terminals.scm (beep)[description]: Likewise.
* gnu/packages/web.scm (perl-lwp-useragent-cached)[description]:
Likewise.
* gnu/packages/wv.scm (wv)[description]: Likewise.
2020-09-23 04:37:01 +02:00
Tobias Geerinckx-Rice
10da14c5ec
gnu: fluidsynth: Update to 2.1.5.
* gnu/packages/audio.scm (fluidsynth): Update to 2.1.5.
2020-09-23 04:36:57 +02:00
Tobias Geerinckx-Rice
be1bdaa293
gnu: perl-http-cookiejar: Update to 0.010.
* gnu/packages/web.scm (perl-http-cookiejar): Update to 0.010.
2020-09-23 04:36:56 +02:00
Tobias Geerinckx-Rice
5579c43d7c
gnu: perl-libwww: Update to 6.48.
* gnu/packages/web.scm (perl-libwww): Update to 6.48.
2020-09-23 04:36:55 +02:00
Tobias Geerinckx-Rice
465c4746ce
gnu: perl-io-socket-ip: Update to 0.41.
* gnu/packages/web.scm (perl-io-socket-ip): Update to 0.41.
2020-09-23 04:36:53 +02:00
Tobias Geerinckx-Rice
d3d27c148d
gnu: wv: Update to 1.2.9.
* gnu/packages/wv.scm (wv): Update to 1.2.9.
2020-09-23 04:36:52 +02:00
Tobias Geerinckx-Rice
22bf00f9ec
gnu: console-setup: Fix suspected typo.
* gnu/packages/xorg.scm (console-setup)[description]: Add article.
2020-09-23 04:36:51 +02:00
Tobias Geerinckx-Rice
fcaecc1515
gnu: console-setup: Update to 1.197.
* gnu/packages/xorg.scm (console-setup): Update to 1.197.
2020-09-23 04:36:49 +02:00
Tobias Geerinckx-Rice
94e164f32c
gnu: qtractor: Update to 0.9.17.
* gnu/packages/music.scm (qtractor): Update to 0.9.17.
2020-09-23 04:36:48 +02:00
Tobias Geerinckx-Rice
2afa545dd4
gnu: pd: Update to 0.51-2.
* gnu/packages/music.scm (pd): Update to 0.51-2.
2020-09-23 04:36:47 +02:00
Tobias Geerinckx-Rice
ab7a5d7360
gnu: mpdscribble: Update to 0.23.
* gnu/packages/mpd.scm (mpdscribble): Update to 0.23.
[build-system]: Use Meson.
[inputs]: Remove glib.  Add boost and libgcrypt.
2020-09-23 04:36:46 +02:00
Tobias Geerinckx-Rice
037cf6ec4f
gnu: mpdscribble: Order inputs alphabetically.
* gnu/packages/mpd.scm (mpdscribble)[inputs]: Sort.
2020-09-23 04:36:45 +02:00
Tobias Geerinckx-Rice
255668baa7
gnu: mpd: Update to 0.21.26.
* gnu/packages/mpd.scm (mpd): Update to 0.21.26.
2020-09-23 04:36:44 +02:00
Tobias Geerinckx-Rice
6a10ff9b5f
gnu: mcelog: Update to 172.
* gnu/packages/linux.scm (mcelog): Update to 172.
2020-09-23 04:36:43 +02:00
Tobias Geerinckx-Rice
24b3666e7f
gnu: numactl: Update to 2.0.14.
* gnu/packages/linux.scm (numactl): Update to 2.0.14.
2020-09-23 04:36:41 +02:00
Tobias Geerinckx-Rice
78e624d785
gnu: bridge-utils: Update to 1.7.
* gnu/packages/linux.scm (bridge-utils): Update to 1.7.
[source]: Update URL subdirectory.
2020-09-23 04:36:40 +02:00
Tobias Geerinckx-Rice
09e7179776
gnu: umockdev: Update to 0.14.3.
* gnu/packages/check.scm (umockdev): Update to 0.14.3.
2020-09-23 04:36:38 +02:00
Tobias Geerinckx-Rice
af9d3425d7
gnu: yadifa: Update to 2.3.10.
* gnu/packages/dns.scm (yadifa): Update to 2.3.10.
2020-09-23 04:36:37 +02:00