Age | Commit message (Collapse) | Author |
|
'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/packages/databases.scm (mycli)[home-page]: Update.
|
|
* 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/packages/ocaml.scm (ocaml-ounit): Update to 2.2.4. Inherit from
ocaml-ounit2.
[arguments]: Use installation instructions from opam.
|
|
* guix/import/opam.scm (opam-featch): Warn instead of leave when fetching
fails.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/emacs-xyz.scm (emacs-flymake-kondor): Update to 0.1.3.
|
|
* gnu/packages/web-browsers.scm (nyxt): Update to 2.2.3.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.4.0.
|
|
* gnu/packages/lisp-xyz.scm (cl-https-everywhere, sbcl-cl-https-everywhere):
New variables.
|
|
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/packages/emacs-xyz.scm (emacs-evil-multiedit): Update to 1.4.1.
[arguments]<#:phases>: Prevent test suite from downloading packages. Remove
trailing #t.
|
|
* 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/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/packages/lisp-xyz.scm (cl-which, ecl-which, sbcl-which): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* 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/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/packages/lisp-xyz.scm (cl-routes, ecl-routes, sbcl-routes):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp-xyz.scm (cl-pileup, ecl-pileup, sbcl-pileup):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* 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/packages/lisp-xyz.scm (cl-genhash, ecl-genhash, sbcl-genhash):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/xdisorg.scm (jgmenu): Update to 4.4.0.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/emacs-xyz.scm (emacs-toc-org): Update to 1.2.0.
|
|
* gnu/packages/statistics.scm (r-desctools): New variable.
|
|
* gnu/packages/statistics.scm (r-exact): New variable.
|
|
* gnu/packages/statistics.scm (r-gld): New variable.
|
|
* gnu/packages/statistics.scm (r-lmom): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 1.7.0.
|
|
* gnu/packages/ocaml.scm (ocaml4.07-merlin): Remove package.
|
|
* gnu/packages/ocaml.scm (ocaml-jst-config): Update to 0.14.1.
|
|
* gnu/packages/ocaml.scm (ocaml-base): Update to 0.14.1.
|
|
* gnu/packages/ocaml.scm (ocaml-lwt-react): Update to 1.1.4.
|
|
* gnu/packages/ocaml.scm (ocaml-lwt): Update to 5.4.2.
|
|
* gnu/packages/ocaml.scm (dune): Update to 2.9.1.
|
|
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.160.
(linux-libre-5.4-pristine-source): Update hash.
|
|
* 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/packages/ocaml.scm (ocaml-alcotest): Update to 1.5.0.
|
|
* gnu/packages/geo.scm (gplates): New variable.
|
|
* gnu/packages/ocaml.scm (ocaml-ocp-index): Update to 1.3.2.
|
|
* 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/packages/bioinformatics.scm (qtltools)[description]: Switch from "allows
to go" to "allows going".
|
|
* gnu/packages/bioconductor.scm (r-bgeecall)[description]: Switch from "allows
to generate" to "allows generating".
|
|
* gnu/packages/python-xyz.scm (python-ueberzug)[description]: Use "draws"
instead of "allows to draw".
|
|
* gnu/packages/bioconductor.scm (r-msfeatures)[description]: Switch from
"allows to" to "can be used" and from "allows to aggregate" to "allows
aggregating".
|
|
* gnu/packages/ocaml.scm (ocaml-ssl): Update to 0.5.10.
|
|
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/packages/games.scm (irrlicht)[home-page]: Update to new home-page.
|
|
* gnu/packages/bioconductor.scm (r-tximeta): Update to 1.12.3.
|
|
* gnu/packages/bioconductor.scm (r-biodb): Update to 1.2.1.
|
|
* gnu/packages/bioconductor.scm (r-chromstar): Update to 1.20.2.
|
|
* gnu/packages/bioconductor.scm (r-scran): Update to 1.22.1.
|