summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* daemon: Micro-optimize 'deletePath'.Ludovic Courtès2021-11-19
| | | | | | | | | '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'.
* gnu: mycli: Update home page.Arun Isaac2021-11-19
| | | | * gnu/packages/databases.scm (mycli)[home-page]: Update.
* gnu: mycli: Update to 1.24.1.jgart2021-11-19
| | | | | | | * 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>
* gnu: ocaml-ounit: Update to 2.2.4.Julien Lepiller2021-11-19
| | | | | | * gnu/packages/ocaml.scm (ocaml-ounit): Update to 2.2.4. Inherit from ocaml-ounit2. [arguments]: Use installation instructions from opam.
* import: opam: Warn instead of leave when fetching fails.zimoun2021-11-19
| | | | | | | * guix/import/opam.scm (opam-featch): Warn instead of leave when fetching fails. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: emacs-flymake-kondor: Update to 0.1.3.Jelle Licht2021-11-19
| | | | * gnu/packages/emacs-xyz.scm (emacs-flymake-kondor): Update to 0.1.3.
* gnu: nyxt: Update to 2.2.3.Pierre Neidhardt2021-11-19
| | | | * gnu/packages/web-browsers.scm (nyxt): Update to 2.2.3.
* gnu: sbcl-cl-webkit: Update to 3.4.0.Pierre Neidhardt2021-11-19
| | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.4.0.
* gnu: Add cl-https-everywhere.Pierre Neidhardt2021-11-19
| | | | | * gnu/packages/lisp-xyz.scm (cl-https-everywhere, sbcl-cl-https-everywhere): New variables.
* build-system/asdf: Don't fail in sbcl-package->cl-source-package on ↵Pierre Neidhardt2021-11-19
| | | | | | | | | | | 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.
* gnu: emacs-evil-multiedit: Update to 1.4.1.Nicolas Goaziou2021-11-19
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-evil-multiedit): Update to 1.4.1. [arguments]<#:phases>: Prevent test suite from downloading packages. Remove trailing #t.
* gnu: Add cl-terminal-keypress.Foo Chuan Wei2021-11-19
| | | | | | | * 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>
* gnu: Add cl-trivial-raw-io.Foo Chuan Wei2021-11-19
| | | | | | | * 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>
* gnu: Add cl-which.Foo Chuan Wei2021-11-19
| | | | | | * gnu/packages/lisp-xyz.scm (cl-which, ecl-which, sbcl-which): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-trivial-open-browser.Foo Chuan Wei2021-11-19
| | | | | | | | * 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>
* gnu: Add cl-terminal-size.Foo Chuan Wei2021-11-19
| | | | | | | * 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>
* gnu: Add cl-routes.Foo Chuan Wei2021-11-19
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-routes, ecl-routes, sbcl-routes): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-pileup.Foo Chuan Wei2021-11-19
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-pileup, ecl-pileup, sbcl-pileup): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-path-parse.Foo Chuan Wei2021-11-19
| | | | | | | * 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>
* gnu: Add cl-genhash.Foo Chuan Wei2021-11-19
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-genhash, ecl-genhash, sbcl-genhash): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: jgmenu: Update to 4.4.0.jgart2021-11-19
| | | | | | * gnu/packages/xdisorg.scm (jgmenu): Update to 4.4.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: emacs-toc-org: Update to 1.2.0.Nicolas Goaziou2021-11-19
| | | | * gnu/packages/emacs-xyz.scm (emacs-toc-org): Update to 1.2.0.
* gnu: Add r-desctools.Lars-Dominik Braun2021-11-19
| | | | * gnu/packages/statistics.scm (r-desctools): New variable.
* gnu: Add r-exact.Lars-Dominik Braun2021-11-19
| | | | * gnu/packages/statistics.scm (r-exact): New variable.
* gnu: Add r-gld.Lars-Dominik Braun2021-11-19
| | | | * gnu/packages/statistics.scm (r-gld): New variable.
* gnu: Add r-lmom.Lars-Dominik Braun2021-11-19
| | | | * gnu/packages/statistics.scm (r-lmom): New variable.
* gnu: emacs-modus-themes: Update to 1.7.0.Nicolas Goaziou2021-11-19
| | | | * gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 1.7.0.
* gnu: ocaml4.07-merlin: Remove package.Julien Lepiller2021-11-19
| | | | * gnu/packages/ocaml.scm (ocaml4.07-merlin): Remove package.
* gnu: ocaml-jst-config: Update to 0.14.1.Julien Lepiller2021-11-19
| | | | * gnu/packages/ocaml.scm (ocaml-jst-config): Update to 0.14.1.
* gnu: ocaml-base: Update to 0.14.1.Julien Lepiller2021-11-19
| | | | * gnu/packages/ocaml.scm (ocaml-base): Update to 0.14.1.
* gnu: ocaml-lwt-react: Update to 1.1.4.Julien Lepiller2021-11-19
| | | | * gnu/packages/ocaml.scm (ocaml-lwt-react): Update to 1.1.4.
* gnu: ocaml-lwt: Update to 5.4.2.Julien Lepiller2021-11-19
| | | | * gnu/packages/ocaml.scm (ocaml-lwt): Update to 5.4.2.
* gnu: dune: Update to 2.9.1.Julien Lepiller2021-11-19
| | | | * gnu/packages/ocaml.scm (dune): Update to 2.9.1.
* gnu: linux-libre 5.4: Update to 5.4.160.Leo Famulari2021-11-18
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.160. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.14.19.Leo Famulari2021-11-18
| | | | | * 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.
* gnu: ocaml-alcotest: Update to 1.5.0.Julien Lepiller2021-11-19
| | | | * gnu/packages/ocaml.scm (ocaml-alcotest): Update to 1.5.0.
* gnu: Add gplates.Julien Lepiller2021-11-19
| | | | * gnu/packages/geo.scm (gplates): New variable.
* gnu: ocaml-ocp-index: Update to 1.3.2.Julien Lepiller2021-11-18
| | | | * gnu/packages/ocaml.scm (ocaml-ocp-index): Update to 1.3.2.
* gnu: Add shell2batch.Jacob Hrbek2021-11-18
| | | | | | | | * 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>
* gnu: qtltools: Fix typo.Vagrant Cascadian2021-11-18
| | | | | * gnu/packages/bioinformatics.scm (qtltools)[description]: Switch from "allows to go" to "allows going".
* gnu: r-bgeecall: Fix typo.Vagrant Cascadian2021-11-18
| | | | | * gnu/packages/bioconductor.scm (r-bgeecall)[description]: Switch from "allows to generate" to "allows generating".
* gnu: python-ueberzug: Fix typo.Vagrant Cascadian2021-11-18
| | | | | * gnu/packages/python-xyz.scm (python-ueberzug)[description]: Use "draws" instead of "allows to draw".
* gnu: r-msfeatures: Fix typos.Vagrant Cascadian2021-11-18
| | | | | | * gnu/packages/bioconductor.scm (r-msfeatures)[description]: Switch from "allows to" to "can be used" and from "allows to aggregate" to "allows aggregating".
* gnu: ocaml-ssl: Update to 0.5.10.Julien Lepiller2021-11-18
| | | | * gnu/packages/ocaml.scm (ocaml-ssl): Update to 0.5.10.
* gnupg: Honor GnuPG's configuration for the key server.Maxim Cournoyer2021-11-18
| | | | | | | | | | 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.
* gnu: irrlicht: Update home-page.Efraim Flashner2021-11-18
| | | | * gnu/packages/games.scm (irrlicht)[home-page]: Update to new home-page.
* gnu: r-tximeta: Update to 1.12.3.Ricardo Wurmus2021-11-18
| | | | * gnu/packages/bioconductor.scm (r-tximeta): Update to 1.12.3.
* gnu: r-biodb: Update to 1.2.1.Ricardo Wurmus2021-11-18
| | | | * gnu/packages/bioconductor.scm (r-biodb): Update to 1.2.1.
* gnu: r-chromstar: Update to 1.20.2.Ricardo Wurmus2021-11-18
| | | | * gnu/packages/bioconductor.scm (r-chromstar): Update to 1.20.2.
* gnu: r-scran: Update to 1.22.1.Ricardo Wurmus2021-11-18
| | | | * gnu/packages/bioconductor.scm (r-scran): Update to 1.22.1.