summary refs log tree commit diff
AgeCommit message (Collapse)Author
2021-11-20gnu: python-folium: Fix build.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-folium): Update hash. Upstream apparently re-tagged a different commit.
2021-11-20gnu: emacs-iter2: Update to 1.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-iter2): Update to 1.1.
2021-11-20gnu: laby: Fix build.Julien Lepiller
* gnu/packages/games.scm (laby)[inputs]: Use lablgtk3. [arguments]: Remove allow-unsafe-strings phase.
2021-11-20gnu: ocaml-frontc: Update to 4.1.0.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-frontc): Update to 4.1.0. (ocaml4.07-frontc): New variable.
2021-11-20gnu: ocaml-fileutils: Update to 0.6.3.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-fileutils): Update to 0.6.3.
2021-11-20gnu: ocaml-csv: Update to 2.4.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-csv): Update to 2.4.
2021-11-20gnu: ocaml-csexp: Update to 1.5.1.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-csexp): Update to 1.5.1.
2021-11-20gnu: ocaml-compiler-libs: Update to 0.12.4.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-compiler-libs): Update to 0.12.4.
2021-11-20gnu: ocaml-menhir: Make it its own variant.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-menhir)[properties]: Use the same menhir even with ocaml-4.07.
2021-11-20gnu: ocaml-bitsring: Update to 4.1.0.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-bitstring): Update to 4.1.0. (ocaml4.07-bitstring): New variable.
2021-11-20gnu: coq-interval: Update home-page.Julien Lepiller
* gnu/packages/coq.scm (coq-interval)[home-page]: Update.
2021-11-20gnu: coq-gappa: Update home-page.Julien Lepiller
* gnu/packages/coq.scm (coq-gappa)[home-page]: Update.
2021-11-20gnu: coq-flocq: Update home-page.Julien Lepiller
* gnu/packages/coq.scm (coq-flocq)[home-page]: Update.
2021-11-20gnu: Add ocaml4.07-cstruct.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml4.07-cstruct): New variable.
2021-11-20gnu: Add ocaml4.07-base64.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml4.07-base64): New variable.
2021-11-20gnu: ocaml-menhir: Update to 20211012.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-menhir): Update to 20211012.
2021-11-19gnu: ocaml-uunf: Update to 14.0.0.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-uunf): Update to 14.0.0.
2021-11-19gnu: ocaml-uucp: Update to 14.0.0.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-uucp): Update to 14.0.0.
2021-11-19gnu: ocaml-uucd: Update to 14.0.0.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-uucd): Update to 14.0.0.
2021-11-19gnu: ocaml-uuseg: Update to 14.0.0.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-uuseg): Update to 14.0.0.
2021-11-19gnu: cl-cxml-rng: Fix license.Ludovic Courtès
This is a followup to 3f6953b54e183a36d6e5a2c6d7a5a3d4a09b8a53. * gnu/packages/lisp-xyz.scm (sbcl-cxml-rng)[license]: Change to 'license:bsd-2'.
2021-11-19daemon: Micro-optimize 'deletePath'.Ludovic Courtès
'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-19gnu: mycli: Update home page.Arun Isaac
* gnu/packages/databases.scm (mycli)[home-page]: Update.
2021-11-19gnu: mycli: Update to 1.24.1.jgart
* 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-19gnu: ocaml-ounit: Update to 2.2.4.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ounit): Update to 2.2.4. Inherit from ocaml-ounit2. [arguments]: Use installation instructions from opam.
2021-11-19import: opam: Warn instead of leave when fetching fails.zimoun
* guix/import/opam.scm (opam-featch): Warn instead of leave when fetching fails. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-11-19gnu: emacs-flymake-kondor: Update to 0.1.3.Jelle Licht
* gnu/packages/emacs-xyz.scm (emacs-flymake-kondor): Update to 0.1.3.
2021-11-19gnu: nyxt: Update to 2.2.3.Pierre Neidhardt
* gnu/packages/web-browsers.scm (nyxt): Update to 2.2.3.
2021-11-19gnu: sbcl-cl-webkit: Update to 3.4.0.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.4.0.
2021-11-19gnu: Add cl-https-everywhere.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-https-everywhere, sbcl-cl-https-everywhere): New variables.
2021-11-19build-system/asdf: Don't fail in sbcl-package->cl-source-package on ↵Pierre Neidhardt
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-19gnu: emacs-evil-multiedit: Update to 1.4.1.Nicolas Goaziou
* 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-19gnu: Add cl-terminal-keypress.Foo Chuan Wei
* 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-19gnu: Add cl-trivial-raw-io.Foo Chuan Wei
* 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-19gnu: Add cl-which.Foo Chuan Wei
* gnu/packages/lisp-xyz.scm (cl-which, ecl-which, sbcl-which): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-19gnu: Add cl-trivial-open-browser.Foo Chuan Wei
* 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-19gnu: Add cl-terminal-size.Foo Chuan Wei
* 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-19gnu: Add cl-routes.Foo Chuan Wei
* gnu/packages/lisp-xyz.scm (cl-routes, ecl-routes, sbcl-routes): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-19gnu: Add cl-pileup.Foo Chuan Wei
* gnu/packages/lisp-xyz.scm (cl-pileup, ecl-pileup, sbcl-pileup): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-19gnu: Add cl-path-parse.Foo Chuan Wei
* 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-19gnu: Add cl-genhash.Foo Chuan Wei
* gnu/packages/lisp-xyz.scm (cl-genhash, ecl-genhash, sbcl-genhash): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-19gnu: jgmenu: Update to 4.4.0.jgart
* gnu/packages/xdisorg.scm (jgmenu): Update to 4.4.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-19gnu: emacs-toc-org: Update to 1.2.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-toc-org): Update to 1.2.0.
2021-11-19gnu: Add r-desctools.Lars-Dominik Braun
* gnu/packages/statistics.scm (r-desctools): New variable.
2021-11-19gnu: Add r-exact.Lars-Dominik Braun
* gnu/packages/statistics.scm (r-exact): New variable.
2021-11-19gnu: Add r-gld.Lars-Dominik Braun
* gnu/packages/statistics.scm (r-gld): New variable.
2021-11-19gnu: Add r-lmom.Lars-Dominik Braun
* gnu/packages/statistics.scm (r-lmom): New variable.
2021-11-19gnu: emacs-modus-themes: Update to 1.7.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 1.7.0.
2021-11-19gnu: ocaml4.07-merlin: Remove package.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml4.07-merlin): Remove package.
2021-11-19gnu: ocaml-jst-config: Update to 0.14.1.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-jst-config): Update to 0.14.1.