Commit graph

85583 commits

Author SHA1 Message Date
Ludovic Courtès 7cad446653
gnu: cl-cxml-rng: Fix license.
This is a followup to 3f6953b54e.

* gnu/packages/lisp-xyz.scm (sbcl-cxml-rng)[license]: Change to
'license:bsd-2'.
2021-11-19 23:04:19 +01:00
Ludovic Courtès 24224530d1
daemon: Micro-optimize 'deletePath'.
'remove' calls 'unlink' first and falls back to 'rmdir' upon EISDIR.
This change gets rid of the 'unlink' call for every directory being
removed.

* nix/libutil/util.cc (_deletePath): Call 'unlink' or 'rmdir' depending
on 'st.st_mode', rather than call 'remove'.
2021-11-19 23:04:19 +01:00
Arun Isaac 256c3e714a
gnu: mycli: Update home page.
* gnu/packages/databases.scm (mycli)[home-page]: Update.
2021-11-19 21:35:23 +05:30
jgart 54cc341e24
gnu: mycli: Update to 1.24.1.
* gnu/packages/databases.scm (mycli): Update to 1.24.1.
[propagated-inputs]: Add python-pyaes and python-pyperclip.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-11-19 21:32:04 +05:30
Julien Lepiller 6460345725
gnu: ocaml-ounit: Update to 2.2.4.
* gnu/packages/ocaml.scm (ocaml-ounit): Update to 2.2.4.  Inherit from
ocaml-ounit2.
[arguments]: Use installation instructions from opam.
2021-11-19 13:55:19 +01:00
zimoun b5d51bb19e
import: opam: Warn instead of leave when fetching fails.
* guix/import/opam.scm (opam-featch): Warn instead of leave when fetching
fails.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-11-19 12:57:35 +01:00
Jelle Licht 42070c199a
gnu: emacs-flymake-kondor: Update to 0.1.3.
* gnu/packages/emacs-xyz.scm (emacs-flymake-kondor): Update to 0.1.3.
2021-11-19 12:47:15 +01:00
Pierre Neidhardt bd2aa8031b
gnu: nyxt: Update to 2.2.3.
* gnu/packages/web-browsers.scm (nyxt): Update to 2.2.3.
2021-11-19 11:20:32 +01:00
Pierre Neidhardt 044161025e
gnu: sbcl-cl-webkit: Update to 3.4.0.
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.4.0.
2021-11-19 11:13:54 +01:00
Pierre Neidhardt 0f2a6fa49c
gnu: Add cl-https-everywhere.
* gnu/packages/lisp-xyz.scm (cl-https-everywhere, sbcl-cl-https-everywhere):
New variables.
2021-11-19 11:06:50 +01:00
Pierre Neidhardt 56db786591
build-system/asdf: Don't fail in sbcl-package->cl-source-package on non-package inputs.
Inputs can be non-packages, for instance (origin ...).
sbcl-package->cl-source-package used to fail if such inputs were present in
the parent sbcl-* package.

* guix/build-system/asdf.scm (package-with-build-system): Fix
'has-from-build-system?' function.
2021-11-19 11:06:50 +01:00
Nicolas Goaziou ad9b5cd19b
gnu: emacs-evil-multiedit: Update to 1.4.1.
* gnu/packages/emacs-xyz.scm (emacs-evil-multiedit): Update to 1.4.1.
[arguments]<#:phases>: Prevent test suite from downloading packages.  Remove
trailing #t.
2021-11-19 10:51:09 +01:00
Foo Chuan Wei e3bba7f720
gnu: Add cl-terminal-keypress.
* gnu/packages/lisp-xyz.scm (cl-terminal-keypress,
  ecl-terminal-keypress, sbcl-terminal-keypress): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-19 10:48:42 +01:00
Foo Chuan Wei 4cc345faf9
gnu: Add cl-trivial-raw-io.
* gnu/packages/lisp-xyz.scm (cl-trivial-raw-io, ecl-trivial-raw-io,
  sbcl-trivial-raw-io): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-19 10:48:42 +01:00
Foo Chuan Wei 04ed4a0e05
gnu: Add cl-which.
* gnu/packages/lisp-xyz.scm (cl-which, ecl-which, sbcl-which): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-19 10:48:42 +01:00
Foo Chuan Wei 03b146c45c
gnu: Add cl-trivial-open-browser.
* gnu/packages/lisp-xyz.scm (cl-trivial-open-browser,
  ecl-trivial-open-browser, sbcl-trivial-open-browser):
  New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-19 10:48:42 +01:00
Foo Chuan Wei df1e97a644
gnu: Add cl-terminal-size.
* gnu/packages/lisp-xyz.scm (cl-terminal-size, ecl-terminal-size,
  sbcl-terminal-size): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-19 10:48:41 +01:00
Foo Chuan Wei a5185d9b64
gnu: Add cl-routes.
* gnu/packages/lisp-xyz.scm (cl-routes, ecl-routes, sbcl-routes):
  New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-19 10:48:41 +01:00
Foo Chuan Wei 002e8bac4b
gnu: Add cl-pileup.
* gnu/packages/lisp-xyz.scm (cl-pileup, ecl-pileup, sbcl-pileup):
  New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-19 10:48:41 +01:00
Foo Chuan Wei 641e3d1288
gnu: Add cl-path-parse.
* gnu/packages/lisp-xyz.scm (cl-path-parse, ecl-path-parse,
  sbcl-path-parse): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-19 10:48:41 +01:00
Foo Chuan Wei a35debac97
gnu: Add cl-genhash.
* gnu/packages/lisp-xyz.scm (cl-genhash, ecl-genhash, sbcl-genhash):
  New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-19 10:48:41 +01:00
jgart c7caeb33d6
gnu: jgmenu: Update to 4.4.0.
* gnu/packages/xdisorg.scm (jgmenu): Update to 4.4.0.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-19 10:48:41 +01:00
Nicolas Goaziou 8dfab10152
gnu: emacs-toc-org: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-toc-org): Update to 1.2.0.
2021-11-19 10:35:03 +01:00
Lars-Dominik Braun 2a3ca2696b
gnu: Add r-desctools.
* gnu/packages/statistics.scm (r-desctools): New variable.
2021-11-19 10:05:08 +01:00
Lars-Dominik Braun 146ca5cd2f
gnu: Add r-exact.
* gnu/packages/statistics.scm (r-exact): New variable.
2021-11-19 10:05:08 +01:00
Lars-Dominik Braun 3199b96b2e
gnu: Add r-gld.
* gnu/packages/statistics.scm (r-gld): New variable.
2021-11-19 10:05:08 +01:00
Lars-Dominik Braun 6750e5a6e0
gnu: Add r-lmom.
* gnu/packages/statistics.scm (r-lmom): New variable.
2021-11-19 10:04:59 +01:00
Nicolas Goaziou 59a22fcc91
gnu: emacs-modus-themes: Update to 1.7.0.
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 1.7.0.
2021-11-19 09:51:13 +01:00
Julien Lepiller 188e3e2e68
gnu: ocaml4.07-merlin: Remove package.
* gnu/packages/ocaml.scm (ocaml4.07-merlin): Remove package.
2021-11-19 04:04:46 +01:00
Julien Lepiller 9d662021ae
gnu: ocaml-jst-config: Update to 0.14.1.
* gnu/packages/ocaml.scm (ocaml-jst-config): Update to 0.14.1.
2021-11-19 04:03:45 +01:00
Julien Lepiller eb9fa94cca
gnu: ocaml-base: Update to 0.14.1.
* gnu/packages/ocaml.scm (ocaml-base): Update to 0.14.1.
2021-11-19 03:51:16 +01:00
Julien Lepiller 78c930e617
gnu: ocaml-lwt-react: Update to 1.1.4.
* gnu/packages/ocaml.scm (ocaml-lwt-react): Update to 1.1.4.
2021-11-19 03:29:43 +01:00
Julien Lepiller 4c8714d406
gnu: ocaml-lwt: Update to 5.4.2.
* gnu/packages/ocaml.scm (ocaml-lwt): Update to 5.4.2.
2021-11-19 03:26:35 +01:00
Julien Lepiller fff3185995
gnu: dune: Update to 2.9.1.
* gnu/packages/ocaml.scm (dune): Update to 2.9.1.
2021-11-19 02:54:00 +01:00
Leo Famulari 794f5a05f7
gnu: linux-libre 5.4: Update to 5.4.160.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.160.
(linux-libre-5.4-pristine-source): Update hash.
2021-11-18 20:05:15 -05:00
Leo Famulari 2198d47723
gnu: linux-libre: Update to 5.14.19.
* gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.19.
(linux-libre-5.14-pristine-source, deblob-scripts-5.14): Update hashes.
2021-11-18 20:05:09 -05:00
Julien Lepiller 2f1f2ac1e9
gnu: ocaml-alcotest: Update to 1.5.0.
* gnu/packages/ocaml.scm (ocaml-alcotest): Update to 1.5.0.
2021-11-19 00:29:53 +01:00
Julien Lepiller 08326f3d62
gnu: Add gplates.
* gnu/packages/geo.scm (gplates): New variable.
2021-11-19 00:02:05 +01:00
Julien Lepiller 5012281765
gnu: ocaml-ocp-index: Update to 1.3.2.
* gnu/packages/ocaml.scm (ocaml-ocp-index): Update to 1.3.2.
2021-11-18 23:48:50 +01:00
Jacob Hrbek 92d6f17dfd
gnu: Add shell2batch.
* gnu/packages/crates-io.scm (shell2batch): New variable.
* gnu/packages/patches/rust-shell2batch-lint-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-11-18 23:35:37 +01:00
Vagrant Cascadian a8eea7a51e
gnu: qtltools: Fix typo.
* gnu/packages/bioinformatics.scm (qtltools)[description]: Switch from "allows
  to go" to "allows going".
2021-11-18 14:20:07 -08:00
Vagrant Cascadian b23d7aa880
gnu: r-bgeecall: Fix typo.
* gnu/packages/bioconductor.scm (r-bgeecall)[description]: Switch from "allows
  to generate" to "allows generating".
2021-11-18 14:20:03 -08:00
Vagrant Cascadian de0a3b578e
gnu: python-ueberzug: Fix typo.
* gnu/packages/python-xyz.scm (python-ueberzug)[description]: Use "draws"
  instead of "allows to draw".
2021-11-18 14:19:59 -08:00
Vagrant Cascadian 6fc80d9d4c
gnu: r-msfeatures: Fix typos.
* gnu/packages/bioconductor.scm (r-msfeatures)[description]: Switch from
  "allows to" to "can be used" and from "allows to aggregate" to "allows
  aggregating".
2021-11-18 14:19:54 -08:00
Julien Lepiller b1acfb676a
gnu: ocaml-ssl: Update to 0.5.10.
* gnu/packages/ocaml.scm (ocaml-ssl): Update to 0.5.10.
2021-11-18 23:17:08 +01:00
Maxim Cournoyer 4c91332cce
gnupg: Honor GnuPG's configuration for the key server.
The previous default "pool.sks-keyservers.net" doesn't seem to work anymore;
besides, users know best.

* guix/gnupg.scm (%openpgp-key-server): Default to #f, meaning not provided.
(gnupg-receive-keys): Make SERVER and KEYRING keyword arguments.  Adjust doc.
Provide the '--keyserver' argument only when %openpgp-key-server is not #f.
(gnupg-verify*): Do not set a default value for SERVER.  Adjust accordingly.
2021-11-18 14:41:53 -05:00
Efraim Flashner dcc4028c0e
gnu: irrlicht: Update home-page.
* gnu/packages/games.scm (irrlicht)[home-page]: Update to new home-page.
2021-11-18 21:13:23 +02:00
Ricardo Wurmus 93b2ce1197
gnu: r-tximeta: Update to 1.12.3.
* gnu/packages/bioconductor.scm (r-tximeta): Update to 1.12.3.
2021-11-18 13:18:01 +00:00
Ricardo Wurmus 6a5e5bb9e2
gnu: r-biodb: Update to 1.2.1.
* gnu/packages/bioconductor.scm (r-biodb): Update to 1.2.1.
2021-11-18 13:18:01 +00:00
Ricardo Wurmus 13f8140290
gnu: r-chromstar: Update to 1.20.2.
* gnu/packages/bioconductor.scm (r-chromstar): Update to 1.20.2.
2021-11-18 13:18:00 +00:00