summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
...
| * gnu: xfce4-session: Allow xflock4 to use xset.Brendan Tildesley2021-05-08
| | | | | | | | | | | | | | | | | | * gnu/packages/xfce.scm (xfce4-session): [inputs]: Add xset. [arguments]: Add 'patch-xflock' phase to use exact store path to 'xset' in 'xflock4'. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add font-montserrat.Sergiu Ivanov2021-05-08
| | | | | | | | | | | | * gnu/packages/fonts.scm (font-montserrat): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: ocaml: Depend on libiberty.Ludovic Courtès2021-05-08
| | | | | | | | | | | | | | | | Currently gcc:lib does not include libiberty so this change restores the initial intent. * gnu/packages/ocaml.scm (ocaml-4.11)[inputs]: Replace "gcc:lib" by "libiberty".
| * gnu: sbcl-shlex: Update to 0.0.0-2.3dee1cb.Guillaume Le Vaillant2021-05-08
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-shlex): Update to 0.0.0-2.3dee1cb.
| * gnu: sbcl-serapeum: Update to 0.0.0-5.f5da17b.Guillaume Le Vaillant2021-05-08
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 0.0.0-5.f5da17b.
| * gnu: sbcl-numcl: Disable tests.Guillaume Le Vaillant2021-05-08
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-numcl)[arguments]: Disable tests.
| * gnu: Add cl-3d-matrices.Sharlatan Hellseher2021-05-08
| | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-3d-matrices, cl-3d-matrices, ecl-3d-matrices): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: Add cl-3d-vectors.Sharlatan Hellseher2021-05-08
| | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-3d-vectors, ecl-3d-vectors, cl-3d-vectors): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: Simplify some Common Lisp packages.Guillaume Le Vaillant2021-05-08
| | | | | | | | | | | | | | This is a follow-up to 2fa8fd4af59af0de392352915fa50fc21a4cf98a. * gnu/packages/lisp-xyz.scm (sbcl-1am, sbcl-3bz)[arguments]: Remove custom 'asd-systems' parameter.
| * gnu: python-rply: Update to 0.7.8.Jelle Licht2021-05-08
| | | | | | | | * gnu/packages/python-xyz.scm (python-rply): Update to 0.7.8.
| * gnu: python-language-server: Relax dependency versions.Vinicius Monego2021-05-08
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-language-server)[arguments]: Add phase to relax pycodestyle and pyflakes version.
| * gnu: Add python-pytest-xvfb.Vinicius Monego2021-05-08
| | | | | | | | * gnu/packages/python-check.scm (python-pytest-xvfb): New variable.
| * gnu: Add python-pyvirtualdisplay.Vinicius Monego2021-05-08
| | | | | | | | * gnu/packages/python-xyz.scm (python-pyvirtualdisplay): New variable.
| * gnu: Add python-entrypoint2.Vinicius Monego2021-05-08
| | | | | | | | * gnu/packages/python-xyz.scm (python-entrypoint2): New variable.
| * gnu: Add python-easyprocess.Vinicius Monego2021-05-08
| | | | | | | | * gnu/packages/python-xyz.scm (python-easyprocess): New variable.
| * gnu: Add python-qtsass.Vinicius Monego2021-05-08
| | | | | | | | * gnu/packages/python-xyz.scm (python-qtsass): New variable.
| * gnu: Add python-pytest-qt.Vinicius Monego2021-05-08
| | | | | | | | * gnu/packages/python-check.scm (python-pytest-qt): New variable.
| * gnu: python-language-server: Enable tests.Vinicius Monego2021-05-08
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-language-server): Enable tests. [arguments]: Add phases to enable tests. [propagated-inputs]: Add python-flake8.
| * gnu: Add python-qstylizer.Vinicius Monego2021-05-08
| | | | | | | | * gnu/packages/python-xyz.scm (python-qstylizer): New variable.
| * gnu: Add python-tinycss.Vinicius Monego2021-05-08
| | | | | | | | * gnu/packages/python-web.scm (python-tinycss): New variable.
| * gnu: Add python-pyls-black.Vinicius Monego2021-05-08
| | | | | | | | * gnu/packages/python-xyz.scm (python-pyls-black): New variable.
| * gnu: Add python-three-merge.Vinicius Monego2021-05-08
| | | | | | | | * gnu/packages/python-xyz.scm (python-three-merge): New variable.
| * gnu: Add python-textdistance.Vinicius Monego2021-05-08
| | | | | | | | * gnu/packages/python-xyz.scm (python-textdistance): New variable.
| * gnu: linux-libre: Default to schedutil cpufreq governor on arm and arm64.Vagrant Cascadian2021-05-07
| | | | | | | | | | | | | | | | | | | | | | | | This has been the recommended default for arm and arm64 since since v5.9 (upstream commit f259eab3ea0e7ed73db91f6358274dd3a9a27d79). * gnu/packages/aux-files/linux-libre/5.10-arm.conf, gnu/packages/aux-files/linux-libre/5.10-arm.conf, gnu/packages/aux-files/linux-libre/5.11-arm.conf, gnu/packages/aux-files/linux-libre/5.11-arm.conf: Enable CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL, disable CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE.
| * gnu: diffoscope: Update to 174.Vagrant Cascadian2021-05-07
| | | | | | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 174.
| * gnu: mame: Fix build.Nicolas Goaziou2021-05-07
| | | | | | | | * gnu/packages/emulators.scm (mame)[inputs]: Add missing pulseaudio input.
| * gnu: guile-ncurses-with-gpm: Fix Guile version.Tobias Geerinckx-Rice2021-05-07
| | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-ncurses/gpm)[inputs]: Use guile-3.0, not guile-2.2.
| * gnu: mbelib: Fix licence.Tobias Geerinckx-Rice2021-05-07
| | | | | | | | | | * gnu/packages/audio.scm (mbelib)[licence]: The package is ISC, the testing framework BSD-3.
| * gnu: mbelib: Fix version.Tobias Geerinckx-Rice2021-05-07
| | | | | | | | * gnu/packages/audio.scm (mbelib)[source]: Use GIT-VERSION.
| * gnu: Add sdrangel.Guillaume Le Vaillant2021-05-07
| | | | | | | | * gnu/packages/radio.scm (sdrangel): New variable.
| * gnu: Add dsdcc.Guillaume Le Vaillant2021-05-07
| | | | | | | | * gnu/packages/radio.scm (dsdcc): New variable.
| * gnu: Add mbelib.Guillaume Le Vaillant2021-05-07
| | | | | | | | * gnu/packages/audio.scm (mbelib): New variable.
| * gnu: Add sgp4.Guillaume Le Vaillant2021-05-07
| | | | | | | | * gnu/packages/astronomy.scm (sgp4): New variable.
| * gnu: Add libdab.Guillaume Le Vaillant2021-05-07
| | | | | | | | * gnu/packages/radio.scm (libdab): New variable.
| * gnu: Add cm256cc.Guillaume Le Vaillant2021-05-07
| | | | | | | | * gnu/packages/radio.scm (cm256cc): New variable.
| * gnu: aptdec: Update to 1.7-1.5f91799.Guillaume Le Vaillant2021-05-07
| | | | | | | | | | | | | | * gnu/packages/radio.scm (aptdec): Update to 1.7-1.5f91799. [build-system]: Switch to cmake-build-system. [arguments]: Remove 'make-flags". Remove custom 'configure' and 'install' phases.
| * gnu: Add serialdv.Guillaume Le Vaillant2021-05-07
| | | | | | | | * gnu/packages/radio.scm (serialdv): New variable.
| * gnu: Add csdr.Guillaume Le Vaillant2021-05-07
| | | | | | | | * gnu/packages/radio.scm (csdr): New variable.
| * gnu: xfce4-clipman-plugin: Update to 1.6.2.Tobias Geerinckx-Rice2021-05-07
| | | | | | | | * gnu/packages/xfce.scm (xfce4-clipman-plugin): Update to 1.6.2.
| * gnu: thunar: Update to 4.16.7.Tobias Geerinckx-Rice2021-05-07
| | | | | | | | * gnu/packages/xfce.scm (thunar): Update to 4.16.7.
| * gnu: kitty: Update to 0.20.3.Tobias Geerinckx-Rice2021-05-07
| | | | | | | | * gnu/packages/terminals.scm (kitty): Update to 0.20.3.
| * gnu: emacs-pyim-basedict: Update to 0.5.0.Nicolas Goaziou2021-05-07
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-pyim-basedict): Update to 0.5.0.
| * gnu: emacs-pyim: Update to 3.7.2.Nicolas Goaziou2021-05-07
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.7.2.
| * gnu: giac: Update to 1.7.0-5.Nicolas Goaziou2021-05-07
| | | | | | | | * gnu/packages/algebra.scm (giac): Update to 1.7.0-5.
| * gnu: mame: Update to 0.231.Nicolas Goaziou2021-05-07
| | | | | | | | * gnu/packages/emulators.scm (mame): Update to 0.231.
| * gnu: texmacs: Update to 1.99.20.Nicolas Goaziou2021-05-07
| | | | | | | | * gnu/packages/text-editors.scm (texmacs): Update to 1.99.20.
| * gnu: manuskript: Update to 0.12.0.Nicolas Goaziou2021-05-07
| | | | | | | | * gnu/packages/text-editors.scm (manuskript): Update to 0.12.0.
| * gnu: emacs-flycheck-grammalecte: Update to 1.4.Nicolas Goaziou2021-05-07
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte): Update to 1.4.
| * gnu: Remove python-ipaddress.Marius Bakke2021-05-07
| | | | | | | | | | | | | | | | This package is part of the Python standard library since CPython 3.3. * gnu/packages/python-xyz.scm (python-ipaddress): Merge with ... (python2-ipaddress): ... this. [name, arguments]: Adjust accordingly.
| * gnu: python-django-netfields: Remove obsolete input.Marius Bakke2021-05-07
| | | | | | | | | | * gnu/packages/django.scm (python-django-netfields)[propagated-inputs]: Remove PYTHON-IPADDRESS.