Diego Nicola Barbato
580414376b
gnu: libtgvoip: Fix loading of shared libraries.
...
* gnu/packages/telephony.scm (libtgvoip)[arguments]<#:phases>[patch-dlopen]:
New phase.
Fixes <https://debbugs.gnu.org/40408 >.
Signed-off-by: Brett Gilio <brettg@gnu.org>
2020-08-07 21:12:35 -05:00
Brett Gilio
612ed88b10
gnu: swi-prolog: Update to 8.3.5.
...
* gnu/packages/prolog.scm (swi-prolog): Update to 8.3.5.
2020-08-07 20:56:47 -05:00
Mark H Weaver
72e7763d43
gnu: linux-libre: Update to 5.7.14.
...
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.14.
(linux-libre-5.7-pristine-source): Update hash.
(deblob-scripts-5.7): Update to 5.7.14.
2020-08-07 21:37:11 -04:00
Mark H Weaver
df3709c50a
gnu: linux-libre@5.4: Update to 5.4.57.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.57.
(linux-libre-5.4-pristine-source): Update hash.
(deblob-scripts-5.4): Update to 5.4.57.
2020-08-07 21:36:19 -04:00
Mark H Weaver
47fa9d423b
gnu: linux-libre@4.19: Update to 4.19.138.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.138.
(linux-libre-4.19-pristine-source): Update hash.
(deblob-scripts-4.19): Update to 4.19.138.
2020-08-07 21:35:22 -04:00
Mark H Weaver
e36629ea8a
gnu: linux-libre@4.14: Update to 4.14.193.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.193.
(linux-libre-4.14-pristine-source): Update hash.
(deblob-scripts-4.14): Update to 4.14.193.
2020-08-07 21:31:56 -04:00
Brett Gilio
99c5f00b36
gnu: Add emacs-csound-mode.
...
* gnu/packages/emacs-xyz.scm (emacs-csound-mode): New variable.
2020-08-07 20:26:54 -05:00
Brett Gilio
1218114e0d
gnu: Add emacs-multi.
...
* gnu/packages/emacs-xyz.scm (emacs-multi): New variable.
2020-08-07 20:26:37 -05:00
Brett Gilio
5b73b22bb1
gnu: Add emacs-highlight.
...
* gnu/packages/emacs-xyz.scm (emacs-highlight): New variable.
2020-08-07 20:26:19 -05:00
Michael Rohleder
93538a0a5b
gnu: emacs-helm-swoop: Update to 3.0.0.
...
* gnu/packages/emacs-xyz.scm (emacs-helm-swoop): Update to 3.0.0.
Signed-off-by: Brett Gilio <brettg@gnu.org>
2020-08-07 13:33:47 -05:00
Michael Rohleder
7e9c56a77a
gnu: emacs-cider: Update to 0.26.0.
...
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 0.26.0.
Signed-off-by: Brett Gilio <brettg@gnu.org>
2020-08-07 13:18:12 -05:00
Efraim Flashner
672b9bb210
Revert "gnu: python-pyfakefs: Update to 4.1.0."
...
This update breaks diffoscope.
This reverts commit 6ff6912de9
.
2020-08-07 18:54:32 +03:00
Efraim Flashner
3f0d604093
gnu: python-astroid: Update to 2.4.2.
...
* gnu/packages/python-xyz.scm (python-astroid): Update to 2.4.2.
[source]: Add snippet to loosen version requirements of dependants.
2020-08-07 18:26:57 +03:00
Efraim Flashner
7c2b6eb11b
gnu: python-lazy-object-proxy: Update to 1.5.1.
...
* gnu/packages/python-xyz.scm (python-lazy-object-proxy): Update to 1.5.1.
2020-08-07 18:26:57 +03:00
Efraim Flashner
6ff6912de9
gnu: python-pyfakefs: Update to 4.1.0.
...
* gnu/packages/check.scm (python-pyfakefs.scm): Update to 4.1.0.
2020-08-07 18:26:54 +03:00
Pierre Neidhardt
ec3c3aa7ec
gnu: Add hu.dwim.defclass-star.
...
* gnu/packages/lisp-xyz.scm (cl-hu.dwim.defclass-star,
ecl-hu.dwim.defclass-star, sbcl-hu.dwim.defclass-star): New variables.
2020-08-07 15:58:16 +02:00
Pierre Neidhardt
89a3fec558
gnu: Add hu.dwim.common.
...
* gnu/packages/lisp-xyz.scm (cl-hu.dwim.common, ecl-hu.dwim.common,
sbcl-hu.dwim.common): New variables.
2020-08-07 15:58:13 +02:00
Pierre Neidhardt
635e8b0775
gnu: Add hu.dwim.common-lisp.
...
* gnu/packages/lisp-xyz.scm (cl-hu.dwim.common-lisp, ecl-hu.dwim.common-lisp,
sbcl-hu.dwim.common-lisp): New variables.
2020-08-07 15:56:50 +02:00
Ricardo Wurmus
92b34df789
gnu: clipper: Update to 2.0.
...
* gnu/packages/bioinformatics.scm (clipper): Update to 2.0.
[source]: Remove snippet.
[arguments]: Build with Python 3; remove phase "fix-typo", add phase
"make-files-writable".
[inputs]: Replace all Python 2 variants with Python 3 variants.
[native-inputs]: Add python-setuptools-git.
2020-08-07 12:53:23 +02:00
Ludovic Courtès
bc2b1484f7
ssh: Really report Guile setup errors in 'send-files'.
...
This is a followup to commit 8f53d73493
,
which did not have the desired effect: the 'resolve-module' call was
bound to succeed since the inferior runs 'guix repl'.
* guix/ssh.scm (store-import-channel)[import]: Add call to
'resolve-module' and write '(module-error) upon error. Write
'(importing) when we're ready.
(send-files)[inferior-remote-eval*]: Remove.
[missing]: Remove call to 'resolve-module'.
Call 'handle-import/export-channel-error' when PORT doesn't
return '(importing).
(handle-import/export-channel-error): New procedure.
(retrieve-files*): Use it.
2020-08-07 11:31:58 +02:00
Jack Hill
dc98472a41
gnu: emacs-ample-regexps: Update to 0.1-2.
...
* gnu/packages/emacs-xyz.scm (emacs-ample-regexps): Update to 0.1-2. This
commit revision adds support for Emacs 27.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-07 11:13:35 +02:00
Nicolas Goaziou
c10fb9fda4
gnu: parlatype: Update to 2.1.
...
* gnu/packages/gnome.scm (parlatype): Update to 2.1.
2020-08-07 11:04:55 +02:00
Leo Prikler
d8fcde01b4
gnu: Add minetest-mineclone.
...
* gnu/packages/games.scm (minetest-mineclone): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-07 11:01:13 +02:00
Nicolas Goaziou
f801ca1304
gnu: emacs-modus-vivendi-theme: Update to 0.11.0.
...
* gnu/packages/emacs-xyz.scm (emacs-modus-vivendi-theme): Update to 0.11.0.
2020-08-07 10:57:10 +02:00
Nicolas Goaziou
1c95006e16
gnu: emacs-modus-operandi-theme: Update to 0.11.0.
...
* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): Update to 0.11.0.
2020-08-07 10:57:04 +02:00
Nicolas Goaziou
b9330b95ff
gnu: snap: Update to 6.1.4.
...
* gnu/packages/education.scm (snap): Update to 6.1.4.
2020-08-07 10:53:57 +02:00
Denis 'GNUtoo' Carikli
7105487875
gnu: android: Export android-platform-system-core.
...
* gnu/packages/android.scm (android-platform-system-core): Export it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-07 10:22:26 +02:00
Denis 'GNUtoo' Carikli
0c46e1b510
gnu: android: Export android-platform-version.
...
* gnu/packages/android.scm (android-platform-version): Export it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-07 10:22:26 +02:00
Oleg Pykhalov
ea51821a9d
gnu: Add emacs-habitica.
...
* gnu/packages/emacs-xyz.scm (emacs-habitica): New variable.
2020-08-07 11:10:10 +03:00
Jakub Kądziołka
29e703c7bc
gnu: sameboy: Update to 0.13.5.
...
* gnu/packages/emulators.scm (sameboy): Update to 0.13.5.
2020-08-06 21:28:24 +02:00
Pierre Neidhardt
59b8daf2d2
gnu: Add noisetorch.
...
* gnu/packages/pulseaudio.scm (noisetorch): New variable.
2020-08-06 18:54:03 +02:00
Pierre Neidhardt
a32605fee7
gnu: Add rnnoise.
...
* gnu/packages/pulseaudio.scm (rnnoise): New variable.
2020-08-06 18:51:38 +02:00
Nicolas Goaziou
416fe466a6
gnu: ode: Update to 0.16.2.
...
* gnu/packages/game-development.scm (ode): Update to 0.16.2.
2020-08-06 16:55:12 +02:00
Nicolas Goaziou
39b8e41927
gnu: mgba: Update to 0.8.3.
...
* gnu/packages/emulators.scm (mgba): Update to 0.8.3.
2020-08-06 16:49:50 +02:00
Nicolas Goaziou
64a0edf305
gnu: asymptote: Update to 2.67.
...
* gnu/packages/plotutils.scm (asymptote): Update to 2.67.
2020-08-06 16:48:40 +02:00
Vinicius Monego
509bd7a75f
gnu: Add python-sniffio.
...
* gnu/packages/python-xyz.scm (python-sniffio): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-06 16:16:28 +02:00
Vinicius Monego
ce3ce4f7cd
gnu: Add python-curio.
...
* gnu/packages/python-xyz.scm (python-curio): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-06 16:06:08 +02:00
Vinicius Monego
647bbd9e9a
gnu: Add python-immutables.
...
* gnu/packages/python-xyz.scm (python-immutables): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-06 16:05:14 +02:00
Vinicius Monego
f8380178d5
gnu: Add python-h2.
...
* gnu/packages/python-web.scm (python-h2): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-06 16:00:42 +02:00
Vinicius Monego
22d112400f
gnu: Add python-hpack.
...
* gnu/packages/python-web.scm (python-hpack): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-06 16:00:42 +02:00
Vinicius Monego
03239548b8
gnu: Add python-hyperframe.
...
* gnu/packages/python-web.scm (python-hyperframe): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-06 16:00:41 +02:00
Efraim Flashner
b4d6e378ba
gnu: guile-zlib: Declare a source file-name.
...
* gnu/packages/guile.scm (guile-zlib)[source]: Add file-name field.
2020-08-06 16:25:19 +03:00
Efraim Flashner
90748666a1
gnu: guile-lzlib: Declare a source file-name.
...
* gnu/packages/guile.scm (guile-lzlib)[source]: Add file-name field.
2020-08-06 16:24:39 +03:00
Pierre Neidhardt
eb44d3b856
gnu: Add hddtemp.
...
* gnu/packages/disk.scm (hddtemp): New variable.
2020-08-06 12:28:29 +02:00
Pierre Neidhardt
85c4f486b4
gnu: Add metapixel.
...
* gnu/packages/image-processing.scm (metapixel): New variable.
2020-08-06 12:04:58 +02:00
Pierre Neidhardt
68c858de75
gnu: Add ogmtools.
...
* gnu/packages/video.scm (ogmtools): New variable.
2020-08-06 12:04:58 +02:00
Pierre Neidhardt
1518c40e86
gnu: racket: Update to 7.8.
...
* gnu/packages/scheme.scm (racket): Update to 7.8.
2020-08-06 12:03:44 +02:00
Mathieu Othacehe
5697a524a7
installer: Remove logical devices.
...
If a device contains an active logical volume, BLKRRPART will report that the
device is busy. This will cause this device to be filtered by
"non-install-devices" procedure, which is not desired.
Make sure to deactivate all logical volumes before device probing.
Fixes <https://issues.guix.gnu.org/42683 >.
* gnu/installer.scm (installer-program): Add lvm2-static to the inputs.
* gnu/installer/parted.scm (remove-logical-devices): New procedure,
(init-parted): call it.
2020-08-06 11:31:38 +02:00
HiPhish
738c0d9621
gnu: neovim: Update to 0.4.4.
...
* gnu/package/vim.scm (neovim): Update to 0.4.4.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-08-06 12:19:16 +03:00
Efraim Flashner
327ebd55ca
gnu:guile-json-1: Update to 1.3.2.
...
* gnu/packages/guile.scm (guile-json-1): Update to 1.3.2.
[arguments]: Add make-flag to supress guild warnings.
2020-08-06 10:03:33 +03:00