Nicolas Goaziou
eae6dd6f11
gnu: Add perl-sdl.
...
* gnu/packages/perl.scm (perl-sdl): New variable.
2020-06-17 11:56:34 +02:00
Nicolas Goaziou
16b1237938
gnu: Add perl-alien-sdl.
...
* gnu/packages/perl.scm (perl-alien-sdl): New variable.
2020-06-17 11:56:33 +02:00
Mathieu Othacehe
ed8583d162
gnu: guix: Update to 1.1.0-11.559491e.
...
* gnu/packages/package-management.scm (guix): Update to 1.1.0-11.559491e.
2020-06-17 11:17:57 +02:00
Leo Famulari
559491ea5b
gnu: Transmission: Clean up the package definition.
...
* gnu/packages/bittorrent.scm (transmission)[license]: Correct the license
field.
[inputs]: Remove unused inputs inotify-tools, cyrus-sasl, and file.
2020-06-17 01:29:01 -04:00
Giacomo Leidi
e7a7a483bc
gnu: papirus-icon-theme: Update to 20200602.
...
* gnu/packages/gnome-xyz.scm (papirus-icon-theme): Update to 20200602.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-06-16 23:09:47 +02:00
Giacomo Leidi
2eadf0917c
gnu: gnome-shell-extension-dash-to-panel: Update to 37.
...
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel): Update to 37.
2020-06-16 23:07:44 +02:00
Jonathan Brielmaier
d26186232e
gnu: Add chatty.
...
* gnu/packages/messaging.scm (chatty): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-16 23:53:47 +03:00
Jonathan Brielmaier
593ef98a28
gnu: Add purple-mm-sms.
...
* gnu/packages/messaging.scm (purple-mm-sms): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-16 23:36:37 +03:00
Jonathan Brielmaier
0faed3995b
gnu: Add feedbackd.
...
* gnu/packages/gnome.scm (feedbackd): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-16 23:30:03 +03:00
Tanguy Le Carrour
f1adcfd37a
gnu: poetry: Update to 1.0.9.
...
* 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>
2020-06-16 23:21:40 +03:00
Tanguy Le Carrour
8d5c55b2e8
gnu: python-memcached: Add patch to fix syntax warnings.
...
* 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>
2020-06-16 23:18:26 +03:00
Efraim Flashner
daca70770a
gnu: guile-chickadee: Supress guile warnings.
...
* gnu/packages/game-development.scm (guile-chickadee)[arguments]: Add
make-flag to not autocompile guile files.
2020-06-16 23:05:43 +03:00
Efraim Flashner
fb42a763e8
gnu: guile-sdl2: Remove unused configure-flags.
...
* gnu/packages/sdl.scm (guile-sdl2)[arguments]: Remove configure-flags.
2020-06-16 23:02:48 +03:00
Danny O'Brien
70fb07b520
gnu: guile-chickadee: Update to 0.5.0.
...
* 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>
2020-06-16 22:58:36 +03:00
Danny O'Brien
75990dcc57
gnu: guile-sdl2: Update to 0.5.0.
...
* gnu/packages/sdl.scm (guile-sdl2): Update to 0.5.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-16 22:58:27 +03:00
Michael Rohleder
b3e52889c5
gnu: emacs-deadgrep: Update to 0.10.
...
* 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>
2020-06-16 21:35:29 +02:00
Nicolas Goaziou
503737624c
gnu: emacs-emms: Update to 5.42.
...
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 5.42.
[source]: Use GNU ELPA repository.
[arguments]: Remove unnecessary phases.
2020-06-16 21:17:40 +02:00
Christopher Lemmer Webber
7fc273fe3f
gnu: crawl: Update to 0.25.0.
...
* gnu/packages/games.scm (crawl): Update to 0.25.0.
2020-06-16 15:04:49 -04:00
Ricardo Wurmus
7146c8c75d
gnu: python-ipython: Use python-prompt-toolkit-2.
...
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.
2020-06-16 19:33:11 +02:00
Mathieu Othacehe
4febc38d9f
installer: final: Remove restart-service procedure.
...
* gnu/installer/final.scm (umount-cow-store): Remove "restart-service" that is
now provided by (gnu services herd).
2020-06-16 16:33:55 +02:00
Mathieu Othacehe
e23ec7144c
gnu: libmateweather: Fix tests.
...
Apply the following upstream fix:
ea13e06563
.
* gnu/packages/mate.scm (libmateweather)[source]: Fix tests by renaming
America/Godthab timezone to America/Nuuk.
2020-06-16 16:33:55 +02:00
Tobias Geerinckx-Rice
b6329d026b
gnu: nix: Look for configuration in /etc.
...
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>
2020-06-16 13:35:56 +02:00
Ricardo Wurmus
5f7b17a6e1
gnu: emacs-god-mode: Update to 2.17.0.
...
* gnu/packages/emacs-xyz.scm (emacs-god-mode): Update to 2.17.0.
2020-06-16 12:50:44 +02:00
Pierre Neidhardt
52adfeaed4
gnu: bsnes: Remove unnecessary inputs.
...
* gnu/packages/emulators.scm (bsnes)[inputs]: Remove gt+-2 and libx11.
2020-06-16 12:15:10 +02:00
Efraim Flashner
88ff06415c
gnu: Add rust-nom-5.
...
* gnu/packages/crates-io.scm (rust-nom-5): New variable.
(rust-nom-4.2): Inherit from rust-nom-5.
2020-06-16 12:49:05 +03:00
Efraim Flashner
16dcf12736
gnu: Add rust-lexical-core-0.7.
...
* gnu/packages/crates-io.scm (rust-lexical-core-0.7): New variable.
(rust-lexical-core-0.4): Inherit from rust-lexical-core-0.7.
2020-06-16 12:49:05 +03:00
Efraim Flashner
6675cd8c24
gnu: Add rust-static-assertions-1.
...
* gnu/packages/crates-io.scm (rust-static-assertions-1): New variable.
(rust-static-assertions-0.3): Inherit from rust-static-assertions-1.
2020-06-16 12:49:05 +03:00
Pierre Neidhardt
391aff1f68
gnu: Add bsnes.
...
* gnu/packages/emulators.scm (bsnes): New variable.
2020-06-16 10:56:35 +02:00
Ricardo Wurmus
000c7a0f70
gnu: r-xgboost: Update to 1.1.1.1.
...
* gnu/packages/cran.scm (r-xgboost): Update to 1.1.1.1.
2020-06-16 09:33:53 +02:00
Ricardo Wurmus
6afe39829d
gnu: r-genenet: Update to 1.2.15.
...
* gnu/packages/cran.scm (r-genenet): Update to 1.2.15.
2020-06-16 09:33:53 +02:00
Ricardo Wurmus
e766bd1f13
gnu: r-performance: Update to 0.4.7.
...
* gnu/packages/cran.scm (r-performance): Update to 0.4.7.
2020-06-16 09:33:53 +02:00
Ricardo Wurmus
ead67125a8
gnu: r-abn: Update to 2.2.1.
...
* gnu/packages/cran.scm (r-abn): Update to 2.2.1.
[propagated-inputs]: Add r-boot, r-brglm, r-entropy, and r-moments.
2020-06-16 09:33:53 +02:00
Ricardo Wurmus
389a357a72
gnu: r-vioplot: Update to 0.3.5.
...
* gnu/packages/cran.scm (r-vioplot): Update to 0.3.5.
[native-inputs]: Add r-knitr.
2020-06-16 09:33:53 +02:00
Ricardo Wurmus
e89bc53e76
gnu: r-circlize: Update to 0.4.10.
...
* gnu/packages/cran.scm (r-circlize): Update to 0.4.10.
2020-06-16 09:33:53 +02:00
Ricardo Wurmus
b1a7a3bb78
gnu: Add r-entropy.
...
* gnu/packages/cran.scm (r-entropy): New variable.
2020-06-16 09:33:53 +02:00
Ricardo Wurmus
aee8cc0a0d
gnu: Add r-brglm.
...
* gnu/packages/cran.scm (r-brglm): New variable.
2020-06-16 09:33:53 +02:00
Ricardo Wurmus
6a933e9a8b
gnu: Add r-profilemodel.
...
* gnu/packages/cran.scm (r-profilemodel): New variable.
2020-06-16 09:33:53 +02:00
Maxim Cournoyer
fb8542ed5c
gnu: emacs-yasnippet: Clean-up package definition.
...
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.
2020-06-16 00:18:09 -04:00
Tobias Geerinckx-Rice
4df47410cf
gnu: volk: Improve description mark-up.
...
* gnu/packages/engineering.scm (volk)[description]: Substitute
@acronym for the less appropriate @code.
2020-06-16 05:15:47 +02:00
Tobias Geerinckx-Rice
5ed89cac64
gnu: volk: Fix typo in description.
...
* gnu/packages/engineering.scm (volk)[description]: Fix typo.
2020-06-16 05:15:47 +02:00
Tobias Geerinckx-Rice
40f986db30
gnu: inxi-minimal: Update to 3.1.03-1.
...
* gnu/packages/admin.scm (inxi-minimal): Update to 3.1.03-1.
2020-06-16 05:15:47 +02:00
Tobias Geerinckx-Rice
0f99da2b39
gnu: tup: Update to 0.7.9.
...
* gnu/packages/build-tools.scm (tup): Update to 0.7.9.
2020-06-16 05:15:47 +02:00
Arun Isaac
ec8e1c9177
gnu: glade3: Enable tests.
...
* gnu/packages/gnome.scm (glade3)[arguments]: Enable tests. Add custom
pre-check phase.
[native-inputs]: Add hicolor-icon-theme and xorg-server-for-tests.
2020-06-15 23:38:53 +05:30
Mathieu Othacehe
cf48f0fc4c
gnu: cuirass: Update to 0.0.1-32.3db603c.
...
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-32.3db603c.
2020-06-15 16:29:22 +02:00
Tobias Geerinckx-Rice
a3370b30f7
gnu: volk: Make retained references non-native inputs.
...
* gnu/packages/engineering.scm (volk)[native-inputs]:
Move python-wrapper and python-mako…
[inputs]: …here.
2020-06-15 14:26:44 +02:00
Tobias Geerinckx-Rice
6e1aa1c443
gnu: volk: Update to 2.3.0.
...
* gnu/packages/engineering.scm (volk): Update to 2.3.0.
2020-06-15 14:26:44 +02:00
Ricardo Wurmus
8b00728144
gnu: r-limma: Update to 3.44.3.
...
* gnu/packages/bioinformatics.scm (r-limma): Update to 3.44.3.
2020-06-15 12:00:21 +02:00
Pierre Neidhardt
d6797a566f
gnu: openmw: Update to 0.46.0.
...
* gnu/packages/game-development.scm (openmw): Update to 0.46.0.
2020-06-15 11:14:55 +02:00
Efraim Flashner
5a3614cfe3
gnu: quassel: Add context menu for d-bus tray icon.
...
* gnu/packages/irc.scm (quassel)[inputs]: Add libdbusmenu-qt.
2020-06-15 11:47:54 +03:00
Efraim Flashner
3a2bb37941
gnu: quassel: Fix build with qt-5.14.
...
* 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.
2020-06-15 11:25:30 +03:00