summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: go-github-com-muesli-termenv: Update to 0.8.1.Guix Together2022-01-12
| | | | | | | | | * gnu/packages/golang.scm (go-github-com-muesli-termenv): Update to 0.8.1. Co-authored-by: jgart <jgart@dismail.de> Co-authored-by: Gábor Boskovits <boskovits@gmail.com> Co-authored-by: Jorge Acereda <jacereda@gmail.com> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add go-github-com-muesli-reflow-truncate.Guix Together2022-01-12
| | | | | | | | | * gnu/packages/golang.scm (go-github-com-muesli-reflow-truncate): New variable. Co-authored-by: jgart <jgart@dismail.de> Co-authored-by: Gábor Boskovits <boskovits@gmail.com> Co-authored-by: Jorge Acereda <jacereda@gmail.com> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: go-github-com-muesli-reflow-wordwrap: Update to 0.3.0.Guix Together2022-01-12
| | | | | | | | | * gnu/packages/golang.scm (go-github-com-muesli-reflow-wordwrap): Update to 0.3.0. Co-authored-by: jgart <jgart@dismail.de> Co-authored-by: Gábor Boskovits <boskovits@gmail.com> Co-authored-by: Jorge Acereda <jacereda@gmail.com> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add go-github-com-containerd-console.Guix Together2022-01-12
| | | | | | | | | * gnu/packages/golang.scm (go-github-com-containerd-console): New variable. Co-authored-by: jgart <jgart@dismail.de> Co-authored-by: Gábor Boskovits <boskovits@gmail.com> Co-authored-by: Jorge Acereda <jacereda@gmail.com> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add go-github-com-charmbracelet-bubbletea.Guix Together2022-01-12
| | | | | | | | | * gnu/packages/golang.scm (go-github-com-charmbracelet-bubbletea): New variable. Co-authored-by: jgart <jgart@dismail.de> Co-authored-by: Gábor Boskovits <boskovits@gmail.com> Co-authored-by: Jorge Acereda <jacereda@gmail.com> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: go-golang-org-colorful: Update to 1.2.0.Guix Together2022-01-12
| | | | | | | | | * gnu/packages/golang.scm (go-golang-org-colorful): Update to 1.2.0. Co-authored-by: jgart <jgart@dismail.de> Co-authored-by: Jorge Acereda <jacereda@gmail.com> Co-authored-by: Gábor Boskovits <boskovits@gmail.com> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: icedove: Update to 91.5 [fixes CVE-2022-22744].Jonathan Brielmaier2022-01-12
| | | | * gnu/packages/gnuzilla.scm (icedove): Update to 91.5.
* gnu: Add python-canvasapi.John Kehayias2022-01-12
| | | | | | * gnu/packages/python-web.scm (python-canvasapi): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: info-reader: Reference gzip by absolute path.Maxime Devos2022-01-12
| | | | | | | | | | | This allows doing "guix shell --pure info-reader guile -- info guile". * gnu/packages/texinfo.scm (info-reader)[arguments]: Add 'absolute-binary-path' phase to refer to gzip by the absolute store file name. [inputs]: Add 'gzip'. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add autokey.John Kehayias2022-01-12
| | | | | | * gnu/packages/python-xyz.scm (autokey): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Syncthing: Update to 1.18.6.Leo Famulari2022-01-12
| | | | * gnu/packages/syncthing.scm (syncthing): Update to 1.18.6.
* gnu: Remove python2-cvxopt.Felix Gruber2022-01-12
| | | | | | * gnu/packages/maths.scm (python2-cvxopt): Remove variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-cvxopt: Update to 1.2.7.Felix Gruber2022-01-12
| | | | | | * gnu/packages/maths.scm (python-cvxopt): Update to 1.2.7. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Remove python2-msgpack.Leo Famulari2022-01-12
| | | | * gnu/packages/python-xyz.scm (python2-msgpack): Remove variable.
* gnu: Remove python-msgpack-transitional.Leo Famulari2022-01-12
| | | | | | This package is obsolete and unused. * gnu/packages/python-xyz.scm (python-msgpack-transitional): Remove variable.
* gnu: gst-plugins-bad: Remove commented code that has no explanation.Leo Famulari2022-01-12
| | | | | | | | This code comment has no explanation in the commit log. It was added in commit 75924438e602c56d43ea5fba0c347dc459a3dcd0 "gnu: gst-plugins-bad: Add missing inputs to enable more features." * gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Remove comment.
* gnu: clojure: Remove wrapper in favor of using clojure-tools.Reily Siegel2022-01-12
| | | | | | | * gnu/packages/clojure.scm (clojure)[arguments]: Remove generated wrapper around clojure.jar, as it conflicts with the clojure-tools package. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add clojure-tools.Reily Siegel2022-01-12
| | | | * gnu/packages/clojure.scm (clojure-tools): New variable.
* gnu: Add clojure-tools-deps-alpha.Reily Siegel2022-01-12
| | | | * gnu/packages/clojure.scm (clojure-tools-deps-alpha): New variable.
* gnu: Add clojure-data-xml.Reily Siegel2022-01-12
| | | | * gnu/packages/clojure.scm (clojure-data-xml): New variable.
* gnu: Add clojure-data-codec.Reily Siegel2022-01-12
| | | | * gnu/packages/clojure.scm (clojure-data-codec): New variable.
* gnu: Add clojure-tools-gitlibs.Reily Siegel2022-01-12
| | | | * gnu/packages/clojure.scm (clojure-tools-gitlibs): New variable.
* gnu: Add clojure-test-check.Reily Siegel2022-01-12
| | | | * gnu/packages/clojure.scm (clojure-test-check): New variable.
* gnu: Add maven-resolver-transport-http.Reily Siegel2022-01-12
| | | | * gnu/packages/maven.scm (maven-resolver-transport-http): New variable.
* gnu: Add maven-resolver-transport-file.Reily Siegel2022-01-12
| | | | * gnu/packages/maven.scm (maven-resolver-transport-file): New variable.
* gnu: inspircd: Use G-expressions.Tobias Geerinckx-Rice2022-01-12
| | | | | * gnu/packages/irc.scm (inspircd)[arguments]: Rewrite as G-expressions.
* gnu: inspircd: Update to 3.12.0.Tobias Geerinckx-Rice2022-01-12
| | | | | * gnu/packages/irc.scm (inspircd): Update to 3.12.0. [arguments]: Don't explicitly return #t from phases.
* gnu: debian-ports-archive-keyring: Update to 2021.12.30.Efraim Flashner2022-01-12
| | | | * gnu/packages/debian.scm (debian-ports-archive-keyring): Update to 2021.12.30.
* gnu: emacs-orderless: Update to 0.7.Nicolas Goaziou2022-01-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 0.7.
* gnu: emacs-pyim: Update to 4.1.0.Nicolas Goaziou2022-01-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 4.1.0.
* gnu: gnome-xyz: gnome-shell-extension-clipboard-indicator: Update to 39.Charles2022-01-12
| | | | | | | | * gnu/packages/gnome-xyz.scm (gnome-shell-extension-clipboard-indicator): Update to version 39. Also remove trailings #t. [native-inputs]: Use new style. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: gnome-xyz: Add gnome-shell-extension-burn-my-windows.Charles2022-01-12
| | | | | | * gnu/packages/gnome-xyz.scm (gnome-shell-extension-burn-my-windows): New Variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: gnome-xyz: Add gnome-shell-extension-jiggle.Charles2022-01-12
| | | | | | * gnu/packages/gnome-xyz.scm (gnome-shell-extension-jiggle): New Variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: gnome-xyz: Add gnome-shell-extension-vertical-overview.Charles2022-01-12
| | | | | | * gnu/packages/gnome-xyz.scm (gnome-shell-extension-vertical-overview): New Variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: tree: Rewrite with gexps.Efraim Flashner2022-01-12
| | | | * gnu/packages/admin.scm (tree)[arguments]: Rewrite with gexps.
* gnu: tree: Fix cross-compiling.Efraim Flashner2022-01-12
| | | | * gnu/packages/admin.scm (tree)[arguments]: Use cc-for-taget.
* gnu: tree: Update to 2.0.1.Efraim Flashner2022-01-12
| | | | * gnu/packages/admin.scm (tree): Update to 2.0.1.
* gnu: sbcl-cl-webkit: Update to 3.5.0.Pierre Neidhardt2022-01-12
| | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.0.
* gnu: sbcl-cl+ssl: Update to 20211230.Pierre Neidhardt2022-01-12
| | | | * gnu/packages/lisp-xyz.scm (sbcl-cl+ssl): Update to 20211230.
* gnu: linux-libre 4.9: Update to 4.9.299.Leo Famulari2022-01-12
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.299. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.297.Leo Famulari2022-01-12
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.297. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.262.Leo Famulari2022-01-12
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.262. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.225.Leo Famulari2022-01-12
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.225. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.171.Leo Famulari2022-01-12
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.171. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.91.Leo Famulari2022-01-12
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.91. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.15.14.Leo Famulari2022-01-12
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.14. (linux-libre-5.15-pristine-source): Update hash.
* gnu: libkeyfinder: Update to 2.2.6.Tobias Geerinckx-Rice2022-01-11
| | | | * gnu/packages/audio.scm (libkeyfinder): Update to 2.2.6.
* gnu: astroid: Use xorg-server-for-tests.Tobias Geerinckx-Rice2022-01-11
| | | | | * gnu/packages/mail.scm (astroid)[native-inputs]: Substitute xorg-server-for-tests for the regular xorg-server.
* gnu: haveged: Update to 1.9.17.Tobias Geerinckx-Rice2022-01-11
| | | | * gnu/packages/linux.scm (haveged): Update to 1.9.17.
* gnu: global: Use G-expressions.Tobias Geerinckx-Rice2022-01-11
| | | | | * gnu/packages/code.scm (global)[arguments]: Rewrite as G-expressions.