summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* services: configuration: Avoid a compilation warning.•••This resolves a compilation warning introduced with commit bb716e8d9d. * gnu/services/configuration.scm (configuration->documentation): Use display to print the string instead of format. Maxim Cournoyer2021-05-081-2/+2
* gnu: linux-libre: Default to schedutil cpufreq governor on arm and arm64.•••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. Vagrant Cascadian2021-05-074-8/+8
* gnu: diffoscope: Update to 174.•••* gnu/packages/diffoscope.scm (diffoscope): Update to 174. Vagrant Cascadian2021-05-071-2/+2
* gnu: mame: Fix build.•••* gnu/packages/emulators.scm (mame)[inputs]: Add missing pulseaudio input. Nicolas Goaziou2021-05-071-0/+1
* gnu: guile-ncurses-with-gpm: Fix Guile version.•••* gnu/packages/guile-xyz.scm (guile-ncurses/gpm)[inputs]: Use guile-3.0, not guile-2.2. Tobias Geerinckx-Rice2021-05-071-1/+1
* gnu: mbelib: Fix licence.•••* gnu/packages/audio.scm (mbelib)[licence]: The package is ISC, the testing framework BSD-3. Tobias Geerinckx-Rice2021-05-071-1/+2
* gnu: mbelib: Fix version.•••* gnu/packages/audio.scm (mbelib)[source]: Use GIT-VERSION. Tobias Geerinckx-Rice2021-05-071-1/+1
* gnu: Add sdrangel.•••* gnu/packages/radio.scm (sdrangel): New variable. Guillaume Le Vaillant2021-05-071-0/+73
* gnu: Add dsdcc.•••* gnu/packages/radio.scm (dsdcc): New variable. Guillaume Le Vaillant2021-05-071-0/+40
* gnu: Add mbelib.•••* gnu/packages/audio.scm (mbelib): New variable. Guillaume Le Vaillant2021-05-071-1/+26
* gnu: Add sgp4.•••* gnu/packages/astronomy.scm (sgp4): New variable. Guillaume Le Vaillant2021-05-071-1/+34
* gnu: Add libdab.•••* gnu/packages/radio.scm (libdab): New variable. Guillaume Le Vaillant2021-05-071-0/+34
* gnu: Add cm256cc.•••* gnu/packages/radio.scm (cm256cc): New variable. Guillaume Le Vaillant2021-05-071-0/+30
* gnu: aptdec: Update to 1.7-1.5f91799.•••* 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. Guillaume Le Vaillant2021-05-071-40/+25
* gnu: Add serialdv.•••* gnu/packages/radio.scm (serialdv): New variable. Guillaume Le Vaillant2021-05-071-0/+23
* gnu: Add csdr.•••* gnu/packages/radio.scm (csdr): New variable. Guillaume Le Vaillant2021-05-071-0/+55
* gnu: xfce4-clipman-plugin: Update to 1.6.2.•••* gnu/packages/xfce.scm (xfce4-clipman-plugin): Update to 1.6.2. Tobias Geerinckx-Rice2021-05-071-2/+2
* gnu: thunar: Update to 4.16.7.•••* gnu/packages/xfce.scm (thunar): Update to 4.16.7. Tobias Geerinckx-Rice2021-05-071-2/+2
* gnu: kitty: Update to 0.20.3.•••* gnu/packages/terminals.scm (kitty): Update to 0.20.3. Tobias Geerinckx-Rice2021-05-071-2/+2
* gnu: emacs-pyim-basedict: Update to 0.5.0.•••* gnu/packages/emacs-xyz.scm (emacs-pyim-basedict): Update to 0.5.0. Nicolas Goaziou2021-05-071-17/+19
* gnu: emacs-pyim: Update to 3.7.2.•••* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.7.2. Nicolas Goaziou2021-05-071-2/+2
* gnu: giac: Update to 1.7.0-5.•••* gnu/packages/algebra.scm (giac): Update to 1.7.0-5. Nicolas Goaziou2021-05-071-2/+2
* gnu: mame: Update to 0.231.•••* gnu/packages/emulators.scm (mame): Update to 0.231. Nicolas Goaziou2021-05-071-2/+2
* gnu: texmacs: Update to 1.99.20.•••* gnu/packages/text-editors.scm (texmacs): Update to 1.99.20. Nicolas Goaziou2021-05-071-2/+2
* gnu: manuskript: Update to 0.12.0.•••* gnu/packages/text-editors.scm (manuskript): Update to 0.12.0. Nicolas Goaziou2021-05-071-2/+2
* gnu: emacs-flycheck-grammalecte: Update to 1.4.•••* gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte): Update to 1.4. Nicolas Goaziou2021-05-071-2/+2
* gnu: Remove python-ipaddress.•••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. Marius Bakke2021-05-071-5/+4
* gnu: python-django-netfields: Remove obsolete input.•••* gnu/packages/django.scm (python-django-netfields)[propagated-inputs]: Remove PYTHON-IPADDRESS. Marius Bakke2021-05-071-2/+1
* gnu: python-djangorestframework: Enable tests.•••* gnu/packages/django.scm (python-djangorestframework)[source]: Change to GIT-FETCH. [arguments]: Remove #:tests?. Add #:phases. [native-inputs]: New field. Marius Bakke2021-05-071-5/+23
* services: configuration: Add a new helper to ease generating documentation.•••The original (undocumented) procedure to generate the doc has a difficult to grasp interface; add a simpler one on top of it. * gnu/services/configuration.scm (configuration->documentation): New procedure. Maxim Cournoyer2021-05-071-0/+14
* services: configuration: Support fields without default values.•••Not all fields in a configuration have a sensible default value. This changes makes it possible to omit a default value for a configuration field, requiring the user to provide a value. * gnu/services/configuration.scm (configuration-missing-field): New procedure. (define-configuration): Make default value optional. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Xinglu Chen2021-05-071-27/+53
* Revert "gnu: Add pathname-utils."•••This reverts commit 22796f1ad16abb7b1519d11332175d147ae10b82. This is an accidental duplicate of 3de01371dc0c5fb0847d8ad64bc508f77396f56b. Pierre Neidhardt2021-05-071-32/+0
* gnu: emacs-ytdl: Update to 1.3.6.•••* gnu/packages/emacs-xyz.scm (emacs-ytdl): Update to 1.3.6. Pierre Neidhardt2021-05-071-2/+2
* gnu: Add ensembl-vep.•••* gnu/packages/bioinformatics.scm (ensembl-vep): New variable. Ricardo Wurmus2021-05-071-0/+145
* gnu: perl-svg: Update to 2.86.•••* gnu/packages/perl.scm (perl-svg): Update to 2.86. Tobias Geerinckx-Rice2021-05-071-2/+2
* gnu: bcachefs-tools: Update to 0.1-7.7942d5c.•••* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-7.7942d5c. Tobias Geerinckx-Rice2021-05-071-3/+3
* gnu: photoflare: Update to 1.6.8.•••* gnu/packages/photo.scm (photoflare): Update to 1.6.8. Tobias Geerinckx-Rice2021-05-071-2/+2
* gnu: gtkwave: Update to 3.3.109.•••* gnu/packages/fpga.scm (gtkwave): Update to 3.3.109. Tobias Geerinckx-Rice2021-05-071-2/+2
* gnu: tinyproxy: Run tests.•••* gnu/packages/web.scm (tinyproxy)[arguments]: Run the test suite. [native-inputs]: Add perl. Tobias Geerinckx-Rice2021-05-071-1/+4
* gnu: tinyproxy: Update to 1.11.0.•••* gnu/packages/web.scm (tinyproxy): Update to 1.11.0. Tobias Geerinckx-Rice2021-05-071-2/+2
* gnu: perl-cgi: Update to 4.52.•••* gnu/packages/web.scm (perl-cgi): Update to 4.52. Tobias Geerinckx-Rice2021-05-071-2/+2
* gnu: font-liberation: Update to 2.1.4.•••* gnu/packages/fonts.scm (font-liberation): Update to 2.1.4. Tobias Geerinckx-Rice2021-05-071-3/+3
* gnu: conky: Enable WLAN support.•••* gnu/packages/conky.scm (conky)[arguments]: Add "-DBUILD_WLAN=ON" to #:configure-flags. [inputs]: Add wireless-tools. Tobias Geerinckx-Rice2021-05-071-1/+4
* gnu: conky: Run tests.•••There were always tests. * gnu/packages/conky.scm (conky)[arguments]: Build and run tests. Tobias Geerinckx-Rice2021-05-061-3/+3
* gnu: conky: Update to 1.12.2.•••* gnu/packages/conky.scm (conky): Update to 1.12.2. Tobias Geerinckx-Rice2021-05-061-2/+2
* gnu: remind: Move Tcl/Tk scripts to separate output.•••* gnu/packages/calendar.scm (remind)[outputs]: Add "tcl". [arguments]: Add a new 'split-:tcl phase. [inputs]: Add inetutils, tcl, tcllib, and tk. Tobias Geerinckx-Rice2021-05-061-1/+37
* gnu: remind: Run tests.•••‘No "check" target’ != ‘no tests’. * gnu/packages/calendar.scm (remind)[arguments]: Run tests. Tobias Geerinckx-Rice2021-05-061-1/+1
* gnu: remind: Update to 3.3.6.•••* gnu/packages/calendar.scm (remind): Update to 3.3.6. Tobias Geerinckx-Rice2021-05-061-2/+2
* gnu: aspell-dict-en: Update to 2020.12.07-0.•••* gnu/packages/aspell.scm (aspell-dict-en): Update to 2020.12.07-0. Tobias Geerinckx-Rice2021-05-061-2/+2
* gnu: mcelog: Update to 176.•••* gnu/packages/linux.scm (mcelog): Update to 176. Fix a typo whilst we're here. Tobias Geerinckx-Rice2021-05-061-3/+3