summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2021-05-08gnu: python-language-server: Enable tests.Vinicius Monego
* gnu/packages/python-xyz.scm (python-language-server): Enable tests. [arguments]: Add phases to enable tests. [propagated-inputs]: Add python-flake8.
2021-05-08gnu: Add python-qstylizer.Vinicius Monego
* gnu/packages/python-xyz.scm (python-qstylizer): New variable.
2021-05-08gnu: Add python-tinycss.Vinicius Monego
* gnu/packages/python-web.scm (python-tinycss): New variable.
2021-05-08gnu: Add python-pyls-black.Vinicius Monego
* gnu/packages/python-xyz.scm (python-pyls-black): New variable.
2021-05-08gnu: Add python-three-merge.Vinicius Monego
* gnu/packages/python-xyz.scm (python-three-merge): New variable.
2021-05-08gnu: Add python-textdistance.Vinicius Monego
* gnu/packages/python-xyz.scm (python-textdistance): New variable.
2021-05-07gnu: linux-libre: Default to schedutil cpufreq governor on arm and arm64.Vagrant Cascadian
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.
2021-05-07gnu: diffoscope: Update to 174.Vagrant Cascadian
* gnu/packages/diffoscope.scm (diffoscope): Update to 174.
2021-05-07gnu: mame: Fix build.Nicolas Goaziou
* gnu/packages/emulators.scm (mame)[inputs]: Add missing pulseaudio input.
2021-05-07gnu: guile-ncurses-with-gpm: Fix Guile version.Tobias Geerinckx-Rice
* gnu/packages/guile-xyz.scm (guile-ncurses/gpm)[inputs]: Use guile-3.0, not guile-2.2.
2021-05-07gnu: mbelib: Fix licence.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (mbelib)[licence]: The package is ISC, the testing framework BSD-3.
2021-05-07gnu: mbelib: Fix version.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (mbelib)[source]: Use GIT-VERSION.
2021-05-07gnu: Add sdrangel.Guillaume Le Vaillant
* gnu/packages/radio.scm (sdrangel): New variable.
2021-05-07gnu: Add dsdcc.Guillaume Le Vaillant
* gnu/packages/radio.scm (dsdcc): New variable.
2021-05-07gnu: Add mbelib.Guillaume Le Vaillant
* gnu/packages/audio.scm (mbelib): New variable.
2021-05-07gnu: Add sgp4.Guillaume Le Vaillant
* gnu/packages/astronomy.scm (sgp4): New variable.
2021-05-07gnu: Add libdab.Guillaume Le Vaillant
* gnu/packages/radio.scm (libdab): New variable.
2021-05-07gnu: Add cm256cc.Guillaume Le Vaillant
* gnu/packages/radio.scm (cm256cc): New variable.
2021-05-07gnu: aptdec: Update to 1.7-1.5f91799.Guillaume Le Vaillant
* 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.
2021-05-07gnu: Add serialdv.Guillaume Le Vaillant
* gnu/packages/radio.scm (serialdv): New variable.
2021-05-07gnu: Add csdr.Guillaume Le Vaillant
* gnu/packages/radio.scm (csdr): New variable.
2021-05-07gnu: xfce4-clipman-plugin: Update to 1.6.2.Tobias Geerinckx-Rice
* gnu/packages/xfce.scm (xfce4-clipman-plugin): Update to 1.6.2.
2021-05-07gnu: thunar: Update to 4.16.7.Tobias Geerinckx-Rice
* gnu/packages/xfce.scm (thunar): Update to 4.16.7.
2021-05-07gnu: kitty: Update to 0.20.3.Tobias Geerinckx-Rice
* gnu/packages/terminals.scm (kitty): Update to 0.20.3.
2021-05-07gnu: emacs-pyim-basedict: Update to 0.5.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-pyim-basedict): Update to 0.5.0.
2021-05-07gnu: emacs-pyim: Update to 3.7.2.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.7.2.
2021-05-07gnu: giac: Update to 1.7.0-5.Nicolas Goaziou
* gnu/packages/algebra.scm (giac): Update to 1.7.0-5.
2021-05-07gnu: mame: Update to 0.231.Nicolas Goaziou
* gnu/packages/emulators.scm (mame): Update to 0.231.
2021-05-07gnu: texmacs: Update to 1.99.20.Nicolas Goaziou
* gnu/packages/text-editors.scm (texmacs): Update to 1.99.20.
2021-05-07gnu: manuskript: Update to 0.12.0.Nicolas Goaziou
* gnu/packages/text-editors.scm (manuskript): Update to 0.12.0.
2021-05-07gnu: emacs-flycheck-grammalecte: Update to 1.4.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte): Update to 1.4.
2021-05-07gnu: Remove python-ipaddress.Marius Bakke
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.
2021-05-07gnu: python-django-netfields: Remove obsolete input.Marius Bakke
* gnu/packages/django.scm (python-django-netfields)[propagated-inputs]: Remove PYTHON-IPADDRESS.
2021-05-07gnu: python-djangorestframework: Enable tests.Marius Bakke
* gnu/packages/django.scm (python-djangorestframework)[source]: Change to GIT-FETCH. [arguments]: Remove #:tests?. Add #:phases. [native-inputs]: New field.
2021-05-07Revert "gnu: Add pathname-utils."Pierre Neidhardt
This reverts commit 22796f1ad16abb7b1519d11332175d147ae10b82. This is an accidental duplicate of 3de01371dc0c5fb0847d8ad64bc508f77396f56b.
2021-05-07gnu: emacs-ytdl: Update to 1.3.6.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-ytdl): Update to 1.3.6.
2021-05-07gnu: Add ensembl-vep.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (ensembl-vep): New variable.
2021-05-07gnu: perl-svg: Update to 2.86.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl-svg): Update to 2.86.
2021-05-07gnu: bcachefs-tools: Update to 0.1-7.7942d5c.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-7.7942d5c.
2021-05-07gnu: photoflare: Update to 1.6.8.Tobias Geerinckx-Rice
* gnu/packages/photo.scm (photoflare): Update to 1.6.8.
2021-05-07gnu: gtkwave: Update to 3.3.109.Tobias Geerinckx-Rice
* gnu/packages/fpga.scm (gtkwave): Update to 3.3.109.
2021-05-07gnu: tinyproxy: Run tests.Tobias Geerinckx-Rice
* gnu/packages/web.scm (tinyproxy)[arguments]: Run the test suite. [native-inputs]: Add perl.
2021-05-07gnu: tinyproxy: Update to 1.11.0.Tobias Geerinckx-Rice
* gnu/packages/web.scm (tinyproxy): Update to 1.11.0.
2021-05-07gnu: perl-cgi: Update to 4.52.Tobias Geerinckx-Rice
* gnu/packages/web.scm (perl-cgi): Update to 4.52.
2021-05-07gnu: font-liberation: Update to 2.1.4.Tobias Geerinckx-Rice
* gnu/packages/fonts.scm (font-liberation): Update to 2.1.4.
2021-05-07gnu: conky: Enable WLAN support.Tobias Geerinckx-Rice
* gnu/packages/conky.scm (conky)[arguments]: Add "-DBUILD_WLAN=ON" to #:configure-flags. [inputs]: Add wireless-tools.
2021-05-06gnu: conky: Run tests.Tobias Geerinckx-Rice
There were always tests. * gnu/packages/conky.scm (conky)[arguments]: Build and run tests.
2021-05-06gnu: conky: Update to 1.12.2.Tobias Geerinckx-Rice
* gnu/packages/conky.scm (conky): Update to 1.12.2.
2021-05-06gnu: remind: Move Tcl/Tk scripts to separate output.Tobias Geerinckx-Rice
* gnu/packages/calendar.scm (remind)[outputs]: Add "tcl". [arguments]: Add a new 'split-:tcl phase. [inputs]: Add inetutils, tcl, tcllib, and tk.
2021-05-06gnu: remind: Run tests.Tobias Geerinckx-Rice
‘No "check" target’ != ‘no tests’. * gnu/packages/calendar.scm (remind)[arguments]: Run tests.