Age | Commit message (Collapse) | Author |
|
* gnu/packages/python-xyz.scm (python-trio): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/python-crypto.scm (python-trustme): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/python-xyz.scm (python-outcome): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/finance.scm (monero): Update to 0.16.0.3.
|
|
* gnu/packages/patches/lib2geom-enable-assertions.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Unregister it.
* gnu/packages/graphics.scm (lib2geom): Update to commit
17e0d21f0afc8489656f9184bff7ad024a42394a, and remove obsolete patch.
|
|
Note that this commit adds only the deblobbed source and headers.
The kernel packages for 5.8 will be provided in later commit(s).
* gnu/packages/linux.scm (deblob-scripts-5.8, linux-libre-5.8-version)
(linux-libre-5.8-pristine-source, linux-libre-5.8-source)
(linux-libre-headers-5.8): New variables.
|
|
* gnu/packages/python-xyz.scm (python-pep517): New variable.
|
|
* gnu/packages/algebra.scm (flint): Note the upstream licence change/fix.
Reported by Max Horn <max@quendi.de>.
|
|
* gnu/packages/geo.scm (josm): Update to 16731.
|
|
* gnu/packages/mail.scm (public-inbox): Update to 1.5.0.
|
|
* gnu/packages/algebra.scm (flint): Update to 2.6.2.
|
|
* gnu/packages/xorg.scm (xdialog): New variable.
|
|
* gnu/packages/wm.scm (idesk): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-helm-selector): Update to 0.3.
|
|
* gnu/packages/emacs-xyz.scm (emacs-emms): Inherit from
emacs-emms-print-metadata.
[inputs]: Add emms-print-metadata.
[arguments]: Fix path to emms-print-metadata.
|
|
* gnu/packages/emacs-xyz.scm (emacs-multi)[description]: Fix sonud -> sound
typo.
|
|
* gnu/packages/emacs-xyz.scm (emacs-doom-themes): Update to 2.1.6-5.
[arguments]: Remove disable-breaking-compilation phase.
Signed-off-by: Brett Gilio <brettg@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-telega)[arguments]: Remove no-longer
relevant portions of comment.
|
|
* 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>
|
|
* gnu/packages/prolog.scm (swi-prolog): Update to 8.3.5.
|
|
* 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.
|
|
* 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.
|
|
* 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.
|
|
* 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.
|
|
* gnu/packages/emacs-xyz.scm (emacs-csound-mode): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-multi): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-highlight): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-helm-swoop): Update to 3.0.0.
Signed-off-by: Brett Gilio <brettg@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 0.26.0.
Signed-off-by: Brett Gilio <brettg@gnu.org>
|
|
This update breaks diffoscope.
This reverts commit 6ff6912de94c4b707fbf865b871f27f9844a25a8.
|
|
* gnu/packages/python-xyz.scm (python-astroid): Update to 2.4.2.
[source]: Add snippet to loosen version requirements of dependants.
|
|
* gnu/packages/python-xyz.scm (python-lazy-object-proxy): Update to 1.5.1.
|
|
* gnu/packages/check.scm (python-pyfakefs.scm): Update to 4.1.0.
|
|
* gnu/packages/lisp-xyz.scm (cl-hu.dwim.defclass-star,
ecl-hu.dwim.defclass-star, sbcl-hu.dwim.defclass-star): New variables.
|
|
* gnu/packages/lisp-xyz.scm (cl-hu.dwim.common, ecl-hu.dwim.common,
sbcl-hu.dwim.common): New variables.
|
|
* gnu/packages/lisp-xyz.scm (cl-hu.dwim.common-lisp, ecl-hu.dwim.common-lisp,
sbcl-hu.dwim.common-lisp): New variables.
|
|
* 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.
|
|
This is a followup to commit 8f53d73493a2949e2db28cd7d689a690b2d9479a,
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.
|
|
* 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>
|
|
* gnu/packages/gnome.scm (parlatype): Update to 2.1.
|
|
* gnu/packages/games.scm (minetest-mineclone): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-modus-vivendi-theme): Update to 0.11.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): Update to 0.11.0.
|
|
* gnu/packages/education.scm (snap): Update to 6.1.4.
|
|
* gnu/packages/android.scm (android-platform-system-core): Export it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/android.scm (android-platform-version): Export it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-habitica): New variable.
|
|
* gnu/packages/emulators.scm (sameboy): Update to 0.13.5.
|
|
* gnu/packages/pulseaudio.scm (noisetorch): New variable.
|
|
* gnu/packages/pulseaudio.scm (rnnoise): New variable.
|