summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: gnome-shell-extension-dash-to-panel: Update to 37.Giacomo Leidi2020-06-16
| | | | * gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel): Update to 37.
* gnu: Add chatty.Jonathan Brielmaier2020-06-16
| | | | | | * gnu/packages/messaging.scm (chatty): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add purple-mm-sms.Jonathan Brielmaier2020-06-16
| | | | | | * gnu/packages/messaging.scm (purple-mm-sms): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add feedbackd.Jonathan Brielmaier2020-06-16
| | | | | | * gnu/packages/gnome.scm (feedbackd): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: poetry: Update to 1.0.9.Tanguy Le Carrour2020-06-16
| | | | | | | | | | * gnu/packages/python-xyz.scm (poetry): Update to 1.0.9. [arguments] Adjust required versions of pyrsistent. Remove required version of importlib-metadata. [propagated-inputs] Add python-msgpack-transitional. Remove python-importlib-metadata. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python-memcached: Add patch to fix syntax warnings.Tanguy Le Carrour2020-06-16
| | | | | | | | * gnu/packages/patches/python-memcached-syntax-warnings.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python-xyz.scm (python-memcached)[source]: Add it. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: guile-chickadee: Supress guile warnings.Efraim Flashner2020-06-16
| | | | | * gnu/packages/game-development.scm (guile-chickadee)[arguments]: Add make-flag to not autocompile guile files.
* gnu: guile-sdl2: Remove unused configure-flags.Efraim Flashner2020-06-16
| | | | * gnu/packages/sdl.scm (guile-sdl2)[arguments]: Remove configure-flags.
* gnu: guile-chickadee: Update to 0.5.0.Danny O'Brien2020-06-16
| | | | | | | | * gnu/packages/game-development.scm (guile-chickadee): Update to 0.5.0. [inputs]: Add libvorbis, mpg123, openal. (guile3.0-chickadee)[inputs]: Same. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: guile-sdl2: Update to 0.5.0.Danny O'Brien2020-06-16
| | | | | | * gnu/packages/sdl.scm (guile-sdl2): Update to 0.5.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: emacs-deadgrep: Update to 0.10.Michael Rohleder2020-06-16
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-deadgrep): Update to 0.10. [inputs]: change into... [propagated-inputs]: ... this. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-emms: Update to 5.42.Nicolas Goaziou2020-06-16
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-emms): Update to 5.42. [source]: Use GNU ELPA repository. [arguments]: Remove unnecessary phases.
* gnu: crawl: Update to 0.25.0.Christopher Lemmer Webber2020-06-16
| | | | * gnu/packages/games.scm (crawl): Update to 0.25.0.
* gnu: python-ipython: Use python-prompt-toolkit-2.Ricardo Wurmus2020-06-16
| | | | | | | | | | | | | | | | | This prevents conflicting variants of python-prompt-toolkit from being installed, which prevented jupyter from being installed. * gnu/packages/python-xyz.scm (python-ipython)[propagated-inputs]: Replace python-prompt-toolkit with python-prompt-toolkit-2. (python-widgetsnbextension)[propagated-inputs]: Do not use prompt-toolkit-2-instead-of-prompt-toolkit on python-ipykernel. (python-ipywidgets)[propagated-inputs]: Do not use prompt-toolkit-2-instead-of-prompt-toolkit on python-ipython. (python-jupyter-console)[propagated-inputs]: Do not use prompt-toolkit-2-instead-of-prompt-toolkit on python-ipykernel. (prompt-toolkit-2-instead-of-prompt-toolkit): Remove variable. * gnu/packages/machine-learning.scm (python-iml)[propagated-inputs]: Do not use prompt-toolkit-2-instead-of-prompt-toolkit on python-ipython.
* installer: final: Remove restart-service procedure.Mathieu Othacehe2020-06-16
| | | | | * gnu/installer/final.scm (umount-cow-store): Remove "restart-service" that is now provided by (gnu services herd).
* gnu: libmateweather: Fix tests.Mathieu Othacehe2020-06-16
| | | | | | | | Apply the following upstream fix: https://github.com/mate-desktop/libmateweather/commit/ea13e06563fb5fa53f8a9643156a64825e986acb. * gnu/packages/mate.scm (libmateweather)[source]: Fix tests by renaming America/Godthab timezone to America/Nuuk.
* gnu: nix: Look for configuration in /etc.Tobias Geerinckx-Rice2020-06-16
| | | | | | | | | Fixes <http://issues.guix.gnu.org/41704>. * gnu/packages/package-management.scm (nix)[arguments]: Add ‘--sysconfdir=/etc’ configure flag and override it during installation. Requested-and-tested-by: Peng Mei Yu <pengmeiyu@riseup.net>
* gnu: emacs-god-mode: Update to 2.17.0.Ricardo Wurmus2020-06-16
| | | | * gnu/packages/emacs-xyz.scm (emacs-god-mode): Update to 2.17.0.
* gnu: bsnes: Remove unnecessary inputs.Pierre Neidhardt2020-06-16
| | | | * gnu/packages/emulators.scm (bsnes)[inputs]: Remove gt+-2 and libx11.
* gnu: Add rust-nom-5.Efraim Flashner2020-06-16
| | | | | * gnu/packages/crates-io.scm (rust-nom-5): New variable. (rust-nom-4.2): Inherit from rust-nom-5.
* gnu: Add rust-lexical-core-0.7.Efraim Flashner2020-06-16
| | | | | * gnu/packages/crates-io.scm (rust-lexical-core-0.7): New variable. (rust-lexical-core-0.4): Inherit from rust-lexical-core-0.7.
* gnu: Add rust-static-assertions-1.Efraim Flashner2020-06-16
| | | | | * gnu/packages/crates-io.scm (rust-static-assertions-1): New variable. (rust-static-assertions-0.3): Inherit from rust-static-assertions-1.
* gnu: Add bsnes.Pierre Neidhardt2020-06-16
| | | | * gnu/packages/emulators.scm (bsnes): New variable.
* gnu: r-xgboost: Update to 1.1.1.1.Ricardo Wurmus2020-06-16
| | | | * gnu/packages/cran.scm (r-xgboost): Update to 1.1.1.1.
* gnu: r-genenet: Update to 1.2.15.Ricardo Wurmus2020-06-16
| | | | * gnu/packages/cran.scm (r-genenet): Update to 1.2.15.
* gnu: r-performance: Update to 0.4.7.Ricardo Wurmus2020-06-16
| | | | * gnu/packages/cran.scm (r-performance): Update to 0.4.7.
* gnu: r-abn: Update to 2.2.1.Ricardo Wurmus2020-06-16
| | | | | * gnu/packages/cran.scm (r-abn): Update to 2.2.1. [propagated-inputs]: Add r-boot, r-brglm, r-entropy, and r-moments.
* gnu: r-vioplot: Update to 0.3.5.Ricardo Wurmus2020-06-16
| | | | | * gnu/packages/cran.scm (r-vioplot): Update to 0.3.5. [native-inputs]: Add r-knitr.
* gnu: r-circlize: Update to 0.4.10.Ricardo Wurmus2020-06-16
| | | | * gnu/packages/cran.scm (r-circlize): Update to 0.4.10.
* gnu: Add r-entropy.Ricardo Wurmus2020-06-16
| | | | * gnu/packages/cran.scm (r-entropy): New variable.
* gnu: Add r-brglm.Ricardo Wurmus2020-06-16
| | | | * gnu/packages/cran.scm (r-brglm): New variable.
* gnu: Add r-profilemodel.Ricardo Wurmus2020-06-16
| | | | * gnu/packages/cran.scm (r-profilemodel): New variable.
* gnu: emacs-yasnippet: Clean-up package definition.Maxim Cournoyer2020-06-16
| | | | | | | | | | An old snippet was causing the build to fail when using Emacs 27. * gnu/packages/emacs-xyz.scm (emacs-yasnippet)[source]: Use git-file-name, and remove obsolete snippet. [phases]{home}: New phase. This allows the rebindings test to pass. {make-tests-writable, delete-rebinding-test}: Remove phases. [description]: Re-indent.
* gnu: volk: Improve description mark-up.Tobias Geerinckx-Rice2020-06-16
| | | | | * gnu/packages/engineering.scm (volk)[description]: Substitute @acronym for the less appropriate @code.
* gnu: volk: Fix typo in description.Tobias Geerinckx-Rice2020-06-16
| | | | * gnu/packages/engineering.scm (volk)[description]: Fix typo.
* gnu: inxi-minimal: Update to 3.1.03-1.Tobias Geerinckx-Rice2020-06-16
| | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.1.03-1.
* gnu: tup: Update to 0.7.9.Tobias Geerinckx-Rice2020-06-16
| | | | * gnu/packages/build-tools.scm (tup): Update to 0.7.9.
* gnu: glade3: Enable tests.Arun Isaac2020-06-15
| | | | | | * gnu/packages/gnome.scm (glade3)[arguments]: Enable tests. Add custom pre-check phase. [native-inputs]: Add hicolor-icon-theme and xorg-server-for-tests.
* gnu: cuirass: Update to 0.0.1-32.3db603c.Mathieu Othacehe2020-06-15
| | | | * gnu/packages/ci.scm (cuirass): Update to 0.0.1-32.3db603c.
* gnu: volk: Make retained references non-native inputs.Tobias Geerinckx-Rice2020-06-15
| | | | | | * gnu/packages/engineering.scm (volk)[native-inputs]: Move python-wrapper and python-mako… [inputs]: …here.
* gnu: volk: Update to 2.3.0.Tobias Geerinckx-Rice2020-06-15
| | | | * gnu/packages/engineering.scm (volk): Update to 2.3.0.
* gnu: r-limma: Update to 3.44.3.Ricardo Wurmus2020-06-15
| | | | * gnu/packages/bioinformatics.scm (r-limma): Update to 3.44.3.
* gnu: openmw: Update to 0.46.0.Pierre Neidhardt2020-06-15
| | | | * gnu/packages/game-development.scm (openmw): Update to 0.46.0.
* gnu: quassel: Add context menu for d-bus tray icon.Efraim Flashner2020-06-15
| | | | * gnu/packages/irc.scm (quassel)[inputs]: Add libdbusmenu-qt.
* gnu: quassel: Fix build with qt-5.14.Efraim Flashner2020-06-15
| | | | | | * gnu/packages/irc.scm (quassel)[source]: Add patch. * gnu/packages/patches/quassel-qt-514-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: emacs-debbugs: Update to 0.24.Nicolas Goaziou2020-06-15
| | | | * gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.24.
* gnu: Add emacs-flycheck-guile.Andrew Whatson2020-06-15
| | | | * gnu/packages/emacs-xyz.scm (emacs-flycheck-guile): New variable.
* gnu: inkscape: Add the glib-or-gtk-build-system phases.Maxim Cournoyer2020-06-14
| | | | | | | | | | | | This fixes an issue where an improperly set XDG_DATA_DIRS environment variable would cause a segfault when opening the 'Save As' menu of Inkscape. See: <https://lists.gnu.org/archive/html/help-guix/2020-06/msg00093.html>. * gnu/packages/inkscape.scm (inkscape-1.0)[arguments]: Import the (guix build glib-or-gtk-build-system) module. [phases]: Add the glib-or-gtk-compile-schemas and glib-or-gtk-wrap phases. Reported-by: Thorsten Wilms <t_w_@freenet.de>
* gnu: emacs-org-reveal: Update to 20200607.Maxim Cournoyer2020-06-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-reveal): Update to 20200607.
* gnu: Add tup.Jakub Kądziołka2020-06-14
| | | | | | * gnu/packages/build-tools.scm (tup): New variable. * gnu/packages/patches/tup-unbundle-dependencies.patch: New file. * gnu/local.mk (dist_patch_DATA): Register new file.