summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: Add rust-rpassword-5.Hartmut Goebel2020-12-02
| | | | | * gnu/packages/crates-io.scm (rust-rpassword-5): New variable, skipping build. (rust-rpassword-4): Inherit from rust-rpassword-5.
* gnu: emacs-slime-volleyball: Update to 1.1.7.Nicolas Goaziou2020-12-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-slime-volleyball): Update to 1.1.7.
* gnu: qemu-minimal: Fix emulation build list.Efraim Flashner2020-12-02
| | | | | | * gnu/packages/virtualization.scm (qemu-minimal)[arguments]: Adjust configure-flags logic to match using string-prefix instead of a full match when determining qemu targets.
* gnu: nano: Update to 5.4.Efraim Flashner2020-12-02
| | | | * gnu/packages/nano.scm (nano): Update to 5.4.
* gnu: Add catfish.Kei Kebreau2020-12-02
| | | | * gnu/packages/xfce.scm (catfish): New variable.
* gnu: lisp-repl-core-dumper: Update to 0.2.0.Pierre Neidhardt2020-12-02
| | | | * gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.2.0.
* Revert "gnu: python-packaging: Update to 20.4."Marius Bakke2020-12-01
| | | | This reverts commit 71b15b4874b7f9ec7001d2916a8ab27dcce6cdc0.
* Revert "gnu: yelp-xsl: Update to 3.36.0."Marius Bakke2020-12-01
| | | | This reverts commit dee784f6dee69302f679216fb57f8157507b089e.
* Revert "gnu: yelp-xsl: Enable documentation."Marius Bakke2020-12-01
| | | | This reverts commit ba7a7d275dbcb766c76a8baf74739a99bda26a61.
* Revert "gnu: yelp-tools: De-propagate some inputs."Marius Bakke2020-12-01
| | | | This reverts commit c3c92c456b25ffded596a42d11044f62dcc03baa.
* Revert "gnu: gobject-introspection: Update to 1.64.1."Marius Bakke2020-12-01
| | | | This reverts commit 0382e6a4e633d8e95954754475d0887a661c670b.
* Revert "gnu: pixman: Update to 0.40.0."Marius Bakke2020-12-01
| | | | This reverts commit f6a00057f51e43bb136f326edf670a08d125919d.
* Revert "gnu: pixman: Enable some features."Marius Bakke2020-12-01
| | | | This reverts commit acc64de45b7fdacd542c3428d60c1c0ed699b474.
* Revert "gnu: openjpeg: Enable tests."Marius Bakke2020-12-01
| | | | This reverts commit 49d38b9a44d1045133e993f372394f9d3c626a72.
* gnu: xorg-server: Update to 1.20.10 [fixes CVE-2020-14360, CVE-2020-25712].Marius Bakke2020-12-01
| | | | | * gnu/packages/xorg.scm (xorg-server): Update to 1.20.10. (xorg-server-for-tests): Stay on 1.20.9.
* services: MySQL: Fix indentation.Marius Bakke2020-12-01
| | | | * gnu/services/databases.scm (mysql-upgrade-wrapper): Adjust indentation.
* services: databases: Do not export record type descriptors.Marius Bakke2020-12-01
| | | | | | * gnu/services/databases.scm (<postgresql-config-file>, <postgresql-configuration>, <memcached-configuration>, <mongodb-configuration>): Remove exports.
* gnu: openjpeg: Update synopsis and description.Raghav Gururajan2020-12-01
| | | | | | | * gnu/packages/image.scm (openjpeg) [synopsis]: Modify. [description]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: openjpeg: Enable tests.Raghav Gururajan2020-12-01
| | | | | | | | | | | * gnu/packages/image.scm (openjpeg) [arguments]<#:tests?>: Remove argument. <#:configure-flags>[-DBUILD_UNIT_TESTS]: New flag. [-DBUILD_TESTING]: New flag. [-DOPJ_DATA_ROOT]: New flag. <#:phases>['disable-failing-tests]: New phase. [native-inputs]: Add openjpeg-data. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: openjpeg: Make some cosmetic changes.Raghav Gururajan2020-12-01
| | | | | | * gnu/packages/images.scm (openjpeg): Make some cosmetic changes. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: pixman: Enable some features.Raghav Gururajan2020-12-01
| | | | | | | * gnu/packages/xdisorg.scm (pixman) [arguments]<#:configure-flags>[--enable-timers]: New flag. [--enable-gnuplot]: New flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: pixman: Update to 0.40.0.Raghav Gururajan2020-12-01
| | | | | | | | * gnu/packages/xdisorg.scm (pixman) [version]: Update to 0.40.0. [source]<origin>[sha256]: Modify base32. [license]: Change from X11 to expat. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: pixman: Make some cosmetic changes.Raghav Gururajan2020-12-01
| | | | | | * gnu/packages/xdisorg.org (pixman): Make some cosmetic changes. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: gobject-introspection: Update synopsis, description, home-page and license.Raghav Gururajan2020-12-01
| | | | | | | | | * gnu/packages/glib.scm (gobject-introspection) [synopsis]: Modify. [description]: Modify. [home-page]: Modify. [license]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: gobject-introspection: Update to 1.64.1.Raghav Gururajan2020-12-01
| | | | | | | | | | | * gnu/packages/glib.scm (gobject-introspection) [version]: Update to 1.64.1. [arguments]<#:glib-or-gtk?>: New argument. <#:phases>: Remove all phases. [native-inputs]: Add bison and flex. [inputs]: Remove bison, flex, glib and zlib. [propagated-inputs]: Add glib. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: gobject-introspection: Make some cosmetic changes.Raghav Gururajan2020-12-01
| | | | | | * gnu/packages/glib.scm (gobject-introspection): Make some cosmetic changes. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: yelp-tools: De-propagate some inputs.Raghav Gururajan2020-12-01
| | | | | | | * gnu/packages/gnome.scm (yelp-tools) [propagated-inputs]: Move itstool, libxml2 and libxslt to ... [native-inputs]: ... here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: yelp-tools: Make some cosmetic changes.Raghav Gururajan2020-12-01
| | | | | | * gnu/packages/gnome.scm (yelp-tools): Make some cosmetic changes. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: yelp-xsl: Update license.Raghav Gururajan2020-12-01
| | | | | | * gnu/packages/gnome.scm (yelp-xsl) [license]: Add lgpl2.1+ and expat. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: yelp-xsl: Update description.Raghav Gururajan2020-12-01
| | | | | | * gnu/packages/gnome.scm (yelp-xsl) [description]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: yelp-xsl: Enable documentation.Raghav Gururajan2020-12-01
| | | | | | | * gnu/packages/gnome.scm (yelp-xsl) [arguments]<#:configure-flag>[--enable-doc]: New flag. [native-inputs]: Add mallard-ducktype, intltool and libxslt. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: yelp-xsl: Update to 3.36.0.Raghav Gururajan2020-12-01
| | | | | | | * gnu/packages/gnome.scm (yelp-xsl) [version]: Update to 3.36.0. [source]<origin>[sha256]: Modify base32. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: yelp-xsl: Make some cosmetic changes.Raghav Gururajan2020-12-01
| | | | | | * gnu/packages/gnome.scm (yelp-xsl): Make some cosmetic changes. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: weechat: Update to 3.0.Tobias Geerinckx-Rice2020-12-01
| | | | * gnu/packages/irc.scm (weechat): Update to 3.0.
* gnu: feh: Update to 3.6.Tobias Geerinckx-Rice2020-12-01
| | | | * gnu/packages/image-viewers.scm (feh): Update to 3.6.
* gnu: metamath: Update to 0.193.Tobias Geerinckx-Rice2020-12-01
| | | | * gnu/packages/maths.scm (metamath): Update to 0.193.
* gnu: svt-av1: Update to 0.8.6.Tobias Geerinckx-Rice2020-12-01
| | | | * gnu/packages/video.scm (svt-av1): Update to 0.8.6.
* gnu: lighttpd: Update to 1.4.56.Tobias Geerinckx-Rice2020-12-01
| | | | * gnu/packages/web.scm (lighttpd): Update to 1.4.56.
* gnu: neomutt: Update to 20201127.Tobias Geerinckx-Rice2020-12-01
| | | | * gnu/packages/mail.scm (neomutt): Update to 20201127.
* gnu: inotify-tools: Omit static library.Tobias Geerinckx-Rice2020-12-01
| | | | | * gnu/packages/linux.scm (inotify-tools)[arguments]: Add "--disable-static" configure flag.
* gnu: inotify-tools: Update to 3.20.11.0.Tobias Geerinckx-Rice2020-12-01
| | | | * gnu/packages/linux.scm (inotify-tools): Update to 3.20.11.0.
* gnu: Add slurm-18.08.Efraim Flashner2020-12-01
| | | | * gnu/packages/parallel.scm (slurm-18.08): New variable.
* gnu: libspatialite: Update to 5.0.0.Felix Gruber2020-12-01
| | | | | | | * gnu/packages/geo.scm (libspatialite, spatialite-tools): Update to 5.0.0. [inputs]: Add new required dependencies minizip and librttopo. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add librttopo.Felix Gruber2020-12-01
| | | | | | * gnu/packages/geo.scm (librttopo): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: pandoc-citeproc: Separate outputs.Ricardo Wurmus2020-12-01
| | | | | | | | This removes unnecessary references to Haskell packages for the statically built executable. * gnu/packages/haskell-xyz.scm (pandoc-citeproc)[outputs]: Add "lib" and "doc" outputs.
* gnu: Add glyphs.Pierre Neidhardt2020-12-01
| | | | * gnu/packages/lisp-xyz.scm (cl-glyphs, ecl-glyphs, sbcl-glyphs): New variables.
* gnu: Add trivial-benchmark.Pierre Neidhardt2020-12-01
| | | | | * gnu/packages/lisp-xyz.scm (cl-trivial-benchmark, ecl-trivial-benchmark, sbcl-trivial-benchmark): New variables.
* gnu: Add supertrace.Pierre Neidhardt2020-12-01
| | | | | * gnu/packages/lisp-xyz.scm (cl-supertrace, ecl-supertrace, sbcl-supertrace): New variables.
* gnu: Add repl-utilities.Pierre Neidhardt2020-12-01
| | | | | * gnu/packages/lisp-xyz.scm (cl-repl-utilities, ecl-repl-utilities, sbcl-repl-utilities): New variables.
* gnu: Add cl-progress-bar.Pierre Neidhardt2020-12-01
| | | | | * gnu/packages/lisp-xyz.scm (cl-progress-bar, ecl-cl-progress-bar, sbcl-cl-progress-bar): New variables.