3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

57900 commits

Author SHA1 Message Date
Marius Bakke 4f4377f6dc
gnu: v4l-utils: Do not build static libraries.
* gnu/packages/video.scm (v4l-utils)[arguments]: Add "--disable-static" to
 #:configure-flags.
2020-11-10 22:32:13 +01:00
Ivan Kozlov a172a646d8
gnu: v4l-utils: Move graphical tools to a separate output
v4l-utils is a common dependency. Separate graphical tools to avoid pulling in
qtbase unless they are referenced.

* gnu/packages/video.scm (v4l-utils)[outputs]: New 'gui' output.
[arguments]: Add 'split' phase.

Signed-off-by: Marius Bakke <marius@gnu.org>
2020-11-10 22:32:13 +01:00
Michael Rohleder 8090c24b85
gnu: python-canonicaljson: Update to 1.4.0.
* gnu/packages/python-xyz.scm (python-canonicaljson): Update to 1.4.0.

Signed-off-by: Marius Bakke <marius@gnu.org>
2020-11-10 22:32:13 +01:00
Vinicius Monego 830c4df6a4
gnu: pre-commit: Update to 2.8.1.
* gnu/packages/version-control.scm (pre-commit): Update to 2.8.1.
[arguments]: Skip new dotnet and nodejs tests.
[native-inputs]: Add python-re-assert.
[inputs]: Propagate.

Signed-off-by: Marius Bakke <marius@gnu.org>
2020-11-10 22:32:12 +01:00
Vinicius Monego c682dae03d
gnu: Add python-re-assert.
* gnu/packages/python-check.scm (python-re-assert): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2020-11-10 22:32:12 +01:00
Alexandre Gomes c35403cc37
gnu: cl-slime-swank: Update to 2.26.
* gnu/packages/lisp-xyz.scm (cl-slime-swank): Update to 2.26.
2020-11-10 22:32:12 +01:00
Marius Bakke 3ec4b34e90
gnu: ungoogled-chromium: Update to 86.0.4240.193-0.b68e17f.
* gnu/packages/chromium.scm (%chromium-version): Set to 86.0.4240.193.
(ungoogled-chromium): Update hash.
2020-11-10 22:32:12 +01:00
Tobias Geerinckx-Rice 28e2f27d5c
gnu: amsynth: Find external commands.
* gnu/packages/music.scm (amsynth)[arguments]: Add a ‘patch-file-names’
phase.
[inputs]: Add unzip and which.
2020-11-10 20:04:59 +01:00
Tobias Geerinckx-Rice fbda11b6dc
gnu: amsynth: Order inputs alphabetically.
* gnu/packages/music.scm (amsynth)[inputs, native-inputs]: Sort.
2020-11-10 18:19:40 +01:00
Tobias Geerinckx-Rice e683991085
gnu: enchant: Update to 2.2.13.
* gnu/packages/enchant.scm (enchant): Update to 2.2.13.
2020-11-10 18:19:40 +01:00
Tobias Geerinckx-Rice 115cd74da6
gnu: rocksdb: Build reproducibly.
* gnu/packages/databases.scm (rocksdb)[arguments]: Hard code the build date.
2020-11-10 18:19:39 +01:00
Tobias Geerinckx-Rice e35f77e118
gnu: jimtcl: Update to 0.80.
* gnu/packages/embedded.scm (jimtcl): Update to 0.80.
[arguments]: Add a ‘delete-failing-tests’ phase.
[native-inputs]: Add inetutils.
2020-11-10 18:19:39 +01:00
Tobias Geerinckx-Rice 3881d0dc41
gnu: mariadb-connector-c: Update to 3.1.11.
* gnu/packages/databases.scm (mariadb-connector-c): Update to 3.1.11.
[source]: Specify a mirror.
2020-11-10 18:19:39 +01:00
Tobias Geerinckx-Rice a6bc4d366f
gnu: xfconf: Update to 4.14.4.
* gnu/packages/xfce.scm (xfconf): Update to 4.14.4.
2020-11-10 18:19:39 +01:00
Tobias Geerinckx-Rice 805559ba48
gnu: burp: Update to 2.3.38.
* gnu/packages/backup.scm (burp): Update to 2.3.38.
2020-11-10 18:19:39 +01:00
Tobias Geerinckx-Rice ed02857beb
gnu: ruby-chunky-png: Add warning about untrusted input.
* gnu/packages/ruby.scm (ruby-chunky-png)[description]: Warn of decompression bombs.
2020-11-10 18:19:39 +01:00
Tobias Geerinckx-Rice d065517b73
gnu: ruby-chunky-png: Update to 1.3.14.
* gnu/packages/ruby.scm (ruby-chunky-png): Update to 1.3.14.
2020-11-10 18:19:38 +01:00
Nicolas Goaziou 74b5b69969
gnu: emacs-yaml-mode: Update to 0.0.15.
* gnu/packages/emacs-xyz.scm (emacs-yaml-mode): Update to 0.0.15.
[description]: Remove out of place information.  Fix typography.
2020-11-10 18:01:17 +01:00
Nicolas Goaziou 0ad05c903e
gnu: emacs-emms: Update to 6.2.
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 6.2.
2020-11-10 17:57:04 +01:00
Julien Lepiller 0a173fe25f
gnu: ocaml: Switch to 4.11 by default.
* gnu/packages/ocaml.scm (ocaml): Switch to 4.11 by default.
2020-11-10 16:05:13 +01:00
Julien Lepiller 83e8fceb6c
gnu: ocamlify: Perform bootstrap build.
setup.ml is pre-generated in this package.  Since it is generated by a
dependent package, we build manually.  This will also allow us to build
this package properly with ocaml 4.11.

* gnu/packages/ocaml.scm (ocamlify): Perform bootstrap build.
2020-11-10 16:03:40 +01:00
Julien Lepiller b35b661b89
gnu: ocaml-ppx-tools-versioned: Use release profile.
* gnu/packages/ocaml.scm (ocaml-ppx-tools-versioned): Use release
profile.
2020-11-10 16:03:31 +01:00
Julien Lepiller 3096068ca5
gnu: laby: Update to 0.7.0.
* gnu/packages/games.scm (laby): Update to 0.7.0.
2020-11-10 16:03:24 +01:00
Julien Lepiller 6ed2741a35
guix: ocaml: Add package-with-ocaml4.09.
* guix/build-system/ocaml.scm (package-with-ocaml4.09)
(strip-ocaml4.09-variant): New variables.
* gnu/packages/ocaml.scm (ocaml4.09-result, ocaml4.09-csexp)
(ocaml4.09-dune-configurator, ocaml4.09-dune): New variables.
2020-11-10 16:02:59 +01:00
Julien Lepiller 35c02c559e
gnu: Add ocaml4.09-findlib.
* gnu/packages/ocaml.scm (ocaml4.09-findlib): New variable.
2020-11-10 16:02:54 +01:00
Julien Lepiller 0c83708240
gnu: ocaml: Update to 4.11.1.
* gnu/packages/ocaml.scm (ocaml): Update to 4.11.1.
2020-11-10 16:02:33 +01:00
Pierre Neidhardt be0ebf33aa
gnu: sbcl-cl-csv: Update to 20200929.
* gnu/packages/lisp-xyz.scm (sbcl-cl-csv): Update to 20200929.
2020-11-10 13:01:16 +01:00
Pierre Neidhardt 94585fffb2
gnu: Add sbcl-contextl.
* gnu/packages/lisp-xyz.scm (cl-contextl, ecl-contextl, sbcl-contextl): New variables.
2020-11-10 09:59:49 +01:00
Pierre Neidhardt ebabcf2368
gnu: Add lw-compat.
* gnu/packages/lisp-xyz.scm (cl-lw-compat, ecl-lw-compat, sbcl-lw-compat): New
variables.
2020-11-10 09:59:49 +01:00
Pierre Neidhardt 9f78a37f52
gnu: cl-environments: Update to 20200401.
* gnu/packages/lisp-xyz.scm (cl-environments): Update to 20200401.
This includes the :tools package not present in 0.2.3.
2020-11-10 09:59:49 +01:00
Marius Bakke 75a5bdbc98
gnu: varnish-modules: Update to 0.17.0.
* gnu/packages/web.scm (varnish-modules): Update to 0.17.0.
[source]: Switch to GIT-FETCH.
[native-inputs]: Add AUTOCONF, AUTOMAKE, LIBTOOL, and PYTHON-DOCUTILS.
2020-11-09 22:15:05 +01:00
Marius Bakke d66cdf2ec5
gnu: varnish: Update to 6.5.1.
* gnu/packages/web.scm (varnish): Update to 6.5.1.
2020-11-09 22:15:05 +01:00
Marius Bakke 4b987fc9f2
gnu: hitch: Update to 1.7.0.
* gnu/packages/web.scm (hitch): Update to 1.7.0.
2020-11-09 22:15:05 +01:00
Marius Bakke 8f55eed35f
gnu: python-docutils: Update description.
* gnu/packages/python-xyz.scm (python-docutils)[description]: Add mentions of
"rst2man" and ".rst".
2020-11-09 22:15:04 +01:00
Marius Bakke 3a47800ce2
gnu: totem: Update to 3.38.0.
* gnu/packages/gnome.scm (totem): Update to 3.38.0.
[native-inputs]: Remove INTLTOOL.  Add GETTEXT-MINIMAL.
2020-11-09 22:15:04 +01:00
Tobias Geerinckx-Rice e4d364b79b
gnu: umockdev: Update to 0.14.4.
* gnu/packages/check.scm (umockdev): Update to 0.14.4.
2020-11-09 20:47:50 +01:00
Tobias Geerinckx-Rice f81e95a39b
gnu: ceph: Update to 14.2.13.
* gnu/packages/storage.scm (ceph): Update to 14.2.13.
2020-11-09 20:47:50 +01:00
Tobias Geerinckx-Rice 2f6b0adbe7
gnu: npiet: Edit description.
* gnu/packages/piet.scm (npiet)[description]: Capitalise language names
and use @command{} mark-up.
2020-11-09 20:47:50 +01:00
Tobias Geerinckx-Rice 30be89635e
gnu: Add piet-toolchain.
* gnu/packages/piet.scm (piet-toolchain): New public variable.
2020-11-09 20:47:50 +01:00
Tobias Geerinckx-Rice abe13f19a6
gnu: xmlsec: Update to 1.2.31.
* gnu/packages/xml.scm (xmlsec): Update to 1.2.31.
2020-11-09 20:47:49 +01:00
AuPath a76e2de563
gnu: emacs-org-download : Fix source hash.
This is a followup to commit d1c4667845.

See <https://bugs.gnu.org/44537> for more information.

* gnu/packages/emacs-xyz.scm (emacs-org-download)[source]: Use the correct hash.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-09 13:44:54 -05:00
Pierre Neidhardt 58de426ec8
gnu: sbcl-cl-prevalence: Update to 20201109.
* gnu/packages/lisp-xyz.scm (sbcl-cl-prevalence): Update to 20201109.
2020-11-09 19:09:47 +01:00
Pierre Neidhardt e22b88b68d
gnu: Add sbcl-static-dispatch.
* gnu/packages/lisp-xyz.scm (cl-static-dispatch, ecl-static-dispatch,
sbcl-static-dispatch): New variables.
2020-11-09 19:07:57 +01:00
Pierre Neidhardt 6b8868910c
gnu: Add cl-environments.
* gnu/packages/lisp-xyz.scm (cl-environments): New variable.
2020-11-09 19:07:10 +01:00
Pierre Neidhardt e744328acb
gnu: Add collectors.
* gnu/packages/lisp-xyz.scm (cl-collectors, ecl-collectors, sbccl-collectors):
New variables.
2020-11-09 19:03:58 +01:00
Pierre Neidhardt e60bbd9a5b
gnu: Add custom-hash-table.
* gnu/packages/lisp-xyz.scm (cl-custom-hash-table, ecl-custom-hash-table,
sbcl-custom-hash-table): New variables.
2020-11-09 19:02:46 +01:00
Pierre Neidhardt f66fbb7a51
gnu: Add agutil.
* gnu/packages/lisp-xyz.scm (cl-agutil, ecl-agutil, sbcl-agutil): New
variables.
2020-11-09 19:01:26 +01:00
Pierre Neidhardt 2631fc139d
gnu: Add quicksearch.
* gnu/packages/lisp-xyz.scm (cl-quicksearch, ecl-quicksearch,
sbcl-quicksearch): New variables.
2020-11-09 11:46:25 +01:00
Pierre Neidhardt 50ff091d5d
gnu: Add html-entities.
* gnu/packages/lisp-xyz.scm (cl-html-entities, ecl-html-entities,
sbcl-html-entities): New variables.
2020-11-09 11:45:04 +01:00
Efraim Flashner f7f92d8213
gnu: docbook: Update source URI.
* gnu/packages/docbook.scm (docbook-xml-5)[source]: Update to new
source URI.
(docbook-xml, docbook-xml-4.4, docbook-xml-4.3, docbook-xml-4.2,
docbook-xml-4.1.2)[source]: Same.
2020-11-09 11:34:09 +02:00