Age | Commit message (Collapse) | Author |
|
* gnu/packages/gnome.scm (libsoup)[native-inputs]: Add php.
|
|
* gnu/packages/python.scm (pypy3): New public variable.
* gnu/packages/patches/pypy3-7.3.1-fix-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Fixes <https://bugs.gnu.org/41400>.
Reported by Mikhail Tsykalov <tsymsh@gmail.com>.
This essentially reverts 40fd909e3ddee2c46a27a4fe92ed49d3e7ffb413.
This is a followup to the TeX Live 2019 update in
85892948bd9fb5fcc3409a60204cc8b14a4eb030.
* gnu/packages/tex.scm (biber): Update to 2.12.
|
|
* gnu/packages/emulators.scm (sameboy): Update to 0.13.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2020.05.29.
|
|
* gnu/packages/emacs-xyz.scm (emacs-buffer-move): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/finance.scm (homebank): Update to 5.4.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/finance.scm (homebank)[inputs]: Add libofx.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-dracula-theme): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/lisp.scm (sbcl): Update to 2.0.5.
|
|
* gnu/packages/games.scm (chess): Update to 6.2.7.
|
|
* gnu/packages/lisp.scm (ccl)[inputs]: For the "ccl-bootstrap" input, use the
x86 origin as the fallback entry.
[arguments]: Add (ice-9 match) in #:modules. Rewrite phases to use the scoped
SYSTEM variable instead of splicing in a match on %CURRENT-SYSTEM.
|
|
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.4.3.5.
|
|
* gnu/packages/emacs-xyz.scm (emacs-adaptive-wrap): Update to 0.7.
|
|
* gnu/packages/emacs-xyz.scm (emacs-csv-mode): Update to 1.12.
|
|
* gnu/packages/emacs-xyz.scm (emacs-bongo): Update to 1.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-bbdb): Update to 3.2.
[source]: Use GNU ELPA.
[build-system]: Use emacs-build-system.
[arguments]: Ignore "bbdb-vm.el". Remove unnecessary phases.
[home-page]: Switch to GNU ELPA URI.
|
|
* gnu/packages/terminals.scm (eternalterminal): Update to 6.0.7.
[arguments]: Remove unnecessary phases. The removed directories no longer
exist.
|
|
* gnu/packages/admin.scm (opendoas)[arguments]: Remove ‘--target=…’ from
the #:configure-flags for now.
|
|
* gnu/packages/mail.scm (mu): Update to 1.4.8.
|
|
* gnu/packages/admin.scm (opendoas): New variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/audio.scm (csound): Update to 6.14.0.
[inputs]: move gettext-minimal...
[native-inputs]: ... there.
Also re-order inputs alphabetically.
|
|
It's optional & runs a pointless lint check that fails with pylint 2.5.
* gnu/packages/gnome.scm (totem)[native-inputs]: Remove python-pylint.
|
|
* gnu/packages/gnome.scm (totem)[source]: Hard-code NAME.
|
|
This follows up on commit c2e19b6291cc4981e39d01aae85af0899614061d.
* gnu/packages/check.scm (python-pylint)[propagated-inputs]: Add python-toml.
|
|
This reverts commit 29334165ff01b1957dae5f2bac15ac7dfa021b6e.
|
|
* gnu/packages/debug.scm (mspdebug): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-bm): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python-toml): Update to 0.10.1.
|
|
* gnu/packages/python-xyz.scm (python-astroid)[propagated-inputs]: Remove
PYTHON-TYPED-AST.
[native-inputs]: Remove PYTHON-NOSE.
|
|
* gnu/packages/python-xyz.scm (python-astroid): Update to 2.4.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
|
|
* gnu/packages/fonts.scm: Add missing > in email address.
|
|
This update broke 'Totem', see <https://bugs.gnu.org/41620>.
This reverts commit c2e19b6291cc4981e39d01aae85af0899614061d.
|
|
* gnu/packages/crates-io.scm (rust-mlx-rs-0.8): Update to 0.8.3.
|
|
* gnu/packages/emacs-xyz.scm (emacs-helm-fish-completion): Update to 0.4.
|
|
* gnu/packages/cpp.scm (abseil-cpp): Update to 20200225.2.
|
|
* gnu/packages/code.scm (cloc): Update to 1.86.
|
|
* gnu/packages/ccache.scm (ccache): Update to 3.7.9.
|
|
* gnu/packages/benchmark.scm (fio): Update to 3.20.
|
|
* gnu/packages/c.scm (libhx): Update to 3.25.
|
|
* gnu/packages/audio.scm (lilv): Update to 0.24.8.
|
|
* gnu/packages/fonts.scm (font-tamzen): Update to 1.11.5.
|
|
* gnu/packages/finance.scm (electron-cash): Update to 4.0.15.
|
|
* gnu/packages/check.scm (doctest): Update to 2.3.8.
|
|
* gnu/packages/admin.scm (facter): Update to 4.0.25.
|
|
* gnu/packages/fonts.scm (font-sarasa-gothic): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
|
|
* gnu/packages/guile-xyz.scm (emacsy-minimal)[inputs]: Use guile2.2-lib and
guile2.2-readline instead of the 3.0 variants.
Signed-off-by: Marius Bakke <marius@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 2.7.8.
Signed-off-by: Marius Bakke <marius@gnu.org>
|
|
* gnu/packages/xdisorg.scm (bemenu): Update to 0.4.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
|
|
* gnu/packages/python-web.scm (python-furl): Update to 2.0.0.
[native-inputs]: Remove PYTHON-PYCODESTYLE. Add PYTHON-FLAKE8.
Signed-off-by: Marius Bakke <marius@gnu.org>
|