summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Add rcm.Josh Holland2020-01-15
| | | | | | | * gnu/packages/rcm.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add rcm.scm. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add sushi.Raghav Gururajan2020-01-15
| | | | | | * gnu/packages/gnome.scm (sushi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add rygel.Raghav Gururajan2020-01-15
| | | | | | * gnu/packages/gnome.scm (rygel): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libnma.Raghav Gururajan2020-01-15
| | | | | | * gnu/packages/gnome.scm (libnma): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add liquid-dsp.Christopher Howard2020-01-15
| | | | | | | * gnu/packages/sdr.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-telega: Update to 0.5.4-4.Brett Gilio2020-01-15
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.5.4-4. [propagated-inputs]: Add emacs-company to provide completions in telega-based buffers.
* gnu: mpop: Mark up description.Tobias Geerinckx-Rice2020-01-15
| | | | * gnu/packages/mail.scm (mpop)[description]: Use @acronym.
* gnu: mercurial: Raise test time-outs.Tobias Geerinckx-Rice2020-01-15
| | | | | | | Let Guix handle them. Fixes <https://paste.debian.net/plain/1126159>. * gnu/packages/version-control.scm (mercurial)[arguments]: Raise individual test time-outs to 1 day.
* gnu: Add manuskript.Nicolas Goaziou2020-01-15
| | | | * gnu/packages/text-editors.scm (manuskript): New variable.
* gnu: mercurial: Run tests verbosely and respect settings.Tobias Geerinckx-Rice2020-01-15
| | | | | | * gnu/packages/version-control.scm (mercurial)[arguments]: Invoke ‘run-tests.py’ directly and verbosely. Respect #:tests? and parallel-job-count.
* gnu: mpop: Update to 1.4.7.Tobias Geerinckx-Rice2020-01-15
| | | | * gnu/packages/mail.scm (mpop): Update to 1.4.7.
* gnu: mpop: Remove unnecessary libidn input.Tobias Geerinckx-Rice2020-01-15
| | | | gnu/packages/mail.scm (mpop)[inputs]: Remove libidn.
* gnu: asymptote: Update to 2.62.Nicolas Goaziou2020-01-15
| | | | * gnu/packages/plotutils.scm (asymptote): Update to 2.62.
* gnu: Add python-xmlschema.Marius Bakke2020-01-15
| | | | * gnu/packages/xml.scm (python-xmlschema): New public variable.
* gnu: python-lxml: Move to (gnu packages xml).Marius Bakke2020-01-15
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-lxml): Move from here ... * gnu/packages/xml.scm (python-lxml): ... to here. * gnu/packages/django.scm, gnu/packages/drones.scm, gnu/packages/libreoffice.scm, gnu/packages/nutrition.scm, gnu/packages/openstack.scm, gnu/packages/pulseaudio.scm, gnu/packages/python-science.scm, gnu/packages/tryton.scm, gnu/packages/wireservice.scm: Adjust module imports.
* gnu: python-elementpath: Update to 1.3.3.Marius Bakke2020-01-15
| | | | * gnu/packages/xml.scm (python-elementpath): Update to 1.3.3.
* gnu: python-elementpath: Move to (gnu packages xml).Marius Bakke2020-01-15
| | | | | * gnu/packages/python-xyz.scm (python-elementpath): Move from here ... * gnu/packages/xml.scm (python-elementpath): ... to here.
* gnu: Add python2-importlib-metadata.Marius Bakke2020-01-15
| | | | * gnu/packages/python-xyz.scm (python2-importlib-metadata): New public variable.
* gnu: Add python2-zipp.Marius Bakke2020-01-15
| | | | * gnu/packages/python-compression.scm (python2-zipp): New public variable.
* gnu: Add python2-importlib-resources.Marius Bakke2020-01-15
| | | | * gnu/packages/python-xyz.scm (python2-importlib-resources): New public variable.
* gnu: python-wheel: Update to 0.33.6.Marius Bakke2020-01-15
| | | | | | | * gnu/packages/python-xyz.scm (python-wheel): Update to 0.33.6. [arguments]: Explicitly disable tests (they never ran before). [native-inputs, properties]: Remove. (python2-wheel): Use PACKAGE-WITH-PYTHON2.
* gnu: python-zipp: Update to 1.0.0.Marius Bakke2020-01-15
| | | | | | | * gnu/packages/python-compression.scm (python-zipp): Update to 1.0.0. [propagated-inputs]: Remove PYTHON-RST.LINKER. Add PYTHON-MORE-ITERTOOLS. Move PYTHON-CONTEXTLIB2 and PYTHON-PATHLIB2 ... [native-inputs]: ... here. Remove PYTHON-SPHINX.
* gnu: python-importlib-metadata: Update to 1.4.0.Marius Bakke2020-01-15
| | | | | | | * gnu/packages/python-xyz.scm (python-importlib-metadata): Update to 1.4.0. [propagated-inputs]: Remove PYTHON-CONFIGPARSER, PYTHON-CONTEXTLIB2, PYTHON-DOCUTILS, PYTHON-PATHLIB2, and PYTHON-RST.LINKER. [native-inputs]: Remove PYTHON-SPHINX. Add PYTHON-PACKAGING.
* gnu: python-pytest-checkdocs: Add missing input.Marius Bakke2020-01-15
| | | | | * gnu/packages/python-check.scm (python-pytest-checkdocs)[propagated-inputs]: Add PYTHON-DOCUTILS.
* gnu: python-sortedcontainers: Update to 2.1.0.Marius Bakke2020-01-15
| | | | * gnu/packages/python-xyz.scm (python-sortedcontainers): Update to 2.1.0.
* gnu: popt: Add a source file name.Marius Bakke2020-01-15
| | | | * gnu/packages/popt.scm (popt)[source](file-name): New field.
* gnu: guix: Update to 4aea90b.Ludovic Courtès2020-01-15
| | | | * gnu/packages/package-management.scm (guix): Update to 4aea90b.
* Avoid warnings for the 'delete' binding of (guix build utils).Ludovic Courtès2020-01-15
| | | | | | | | | On Guile 3, importing (guix build utils) leads to warnings such as: WARNING: (gnu packages embedded): imported module (guix build utils) overrides core binding `delete' * gnu/packages/embedded.scm: Select 'alist-replace' from (guix build utils). * guix/ui.scm: Hide 'delete' from (guix build utils).
* gnu: Remove unnecessary uses of (guix build utils).Ludovic Courtès2020-01-15
| | | | | * gnu/packages/crypto.scm: Remove use of (guix build utils). * gnu/packages/databases.scm: Likewise.
* gnu: qutebrowser: Update to 1.9.0.Mike Rosset2020-01-15
| | | | | | * gnu/packages/web-browsers.scm (qutebrowser): Update to 1.9.0. qutebrowser no longer uses qtwebkit by default. It now defaults to qtwebengine.
* gnu: Add python-pyqtwebengine.Mike Rosset2020-01-15
| | | | * gnu/packages/qt.scm (python-pyqtwebengine): New variable.
* gnu: python-pyqt: Substitute the full path of <qprinter.h>.Mike Rosset2020-01-15
| | | | | | * gnu/packages/qt.scm (python-pyqt)[phases]: When building python-pyqtwebengine, qprinter.h can not be found. This substitutes the full path of qprinter.h in the qprinter sip specification file.
* gnu: keepassxc: Update to 2.5.2.Tobias Geerinckx-Rice2020-01-15
| | | | * gnu/packages/password-utils.scm (keepassxc): Update to 2.5.2.
* gnu: zn-poly: Update to 0.9.2.Tobias Geerinckx-Rice2020-01-15
| | | | * gnu/packages/sagemath.scm (zn-poly): Update to 0.9.2.
* gnu: brial: Use the source repository as home page.Tobias Geerinckx-Rice2020-01-15
| | | | * gnu/packages/sagemath.scm (brial)[home-page]: Use upstream repository.
* gnu: brial: Update to 1.2.6.Tobias Geerinckx-Rice2020-01-15
| | | | * gnu/packages/sagemath.scm (brial): Update to 1.2.6.
* gnu: gauche: Update to 0.9.9.Tobias Geerinckx-Rice2020-01-15
| | | | * gnu/packages/scheme.scm (gauche): Update to 0.9.9.
* gnu: pdsh: Update to 2.34.Tobias Geerinckx-Rice2020-01-15
| | | | | * gnu/packages/ssh.scm (pdsh): Update to 2.34. [source]: Remove redundant FILE-NAME field.
* gnu: menumaker: Update to 0.99.11.Tobias Geerinckx-Rice2020-01-15
| | | | * gnu/packages/wm.scm (menumaker): Update to 0.99.11.
* gnu: unbound: Update to 1.9.5 [fixes CVE-2019-18934].Tobias Geerinckx-Rice2020-01-15
| | | | | | | The Guix unbound package is not vulnerable in its default configuration, because we do not build with ‘--enable-ipsecmod’. * gnu/packages/dns.scm (unbound): Update to 1.9.5.
* gnu: linux-libre: Include more framebuffer font sizes.Tobias Geerinckx-Rice2020-01-15
| | | | | | | | | | | | | | | | | | | | | | | | Add the 32x16 Terminus font for ‘high-DPI’ screens, and a 6x10 font that allows for more (debugging) information to be displayed on standard-DPI ones, while still being pleasant to read. * gnu/packages/aux-files/linux-libre/4.14-arm.conf, gnu/packages/aux-files/linux-libre/4.14-i686.conf, gnu/packages/aux-files/linux-libre/4.14-x86_64.conf, gnu/packages/aux-files/linux-libre/4.19-arm.conf, gnu/packages/aux-files/linux-libre/4.19-arm64.conf, gnu/packages/aux-files/linux-libre/4.19-i686.conf, gnu/packages/aux-files/linux-libre/4.19-x86_64.conf, gnu/packages/aux-files/linux-libre/4.4-i686.conf, gnu/packages/aux-files/linux-libre/4.4-x86_64.conf, gnu/packages/aux-files/linux-libre/4.9-i686.conf, gnu/packages/aux-files/linux-libre/4.9-x86_64.conf, gnu/packages/aux-files/linux-libre/5.4-arm-veyron.conf, gnu/packages/aux-files/linux-libre/5.4-arm.conf, gnu/packages/aux-files/linux-libre/5.4-arm64.conf, gnu/packages/aux-files/linux-libre/5.4-i686.conf, gnu/packages/aux-files/linux-libre/5.4-x86_64.conf: Set CONFIG_FONTS=y, CONFIG_FONT_TER16x32=y, and CONFIG_FONT_6x10=y.
* gnu: ncmpcpp: Enable the clock feature.Leo Famulari2020-01-15
| | | | | * gnu/packages/mpd.scm (ncmpcpp)[arguments]: Pass '--enable-clock' to #:configure-flags.
* gnu: MPD: Update to 0.21.18.Leo Famulari2020-01-15
| | | | * gnu/packages/mpd.scm (mpd): Update to 0.21.18.
* gnu: gnubg: Add desktop file.Guillaume Le Vaillant2020-01-15
| | | | | * gnu/packages/games.scm (gnubg)[arguments]: Add an 'install-desktop-file' phase.
* gnu: gnubg: Fix links.Guillaume Le Vaillant2020-01-15
| | | | | | | | The site at gnubg.org states that the software is now available at www.gnu.org/software/gnubg. * gnu/packages/games.scm (gnugb)[source]: Fix link. [home-page]: Likewise.
* gnu: rust-hex-0.3: Don't hide package.Efraim Flashner2020-01-15
| | | | | * gnu/packages/crates-io.scm (rust-hex-0.3)[arguments]: Skip build. [properties]: Remove field.
* gnu: rust-heapsize-plugin-0.1: Don't hide package.Efraim Flashner2020-01-15
| | | | | | * gnu/packages/crates-io.scm (rust-heapsize-plugin-0.1)[arguments]: Skip build. Add rust-heapsize-0.3 to cargo-inputs. [properties]: Remove field.
* gnu: rust-heapsize-0.4: Don't hide package.Efraim Flashner2020-01-15
| | | | | | * gnu/packages/crates-io.scm (rust-heapsize-0.4)[arguments]: Skip build. Add rust-winapi-0.3 to cargo-inputs. [properties]: Remove field.
* gnu: rust-heapsize-0.3: Don't hide package.Efraim Flashner2020-01-15
| | | | | | * gnu/packages/crates-io.scm (rust-heapsize-0.3)[arguments]: Skip build. Add rust-kernel32-sys-0.2 to cargo-inputs. [properties]: Don't inherit.
* gnu: rust-language-tags-0.2: Don't hide package.Efraim Flashner2020-01-15
| | | | | | * gnu/packages/crates-io.scm (rust-language-tags-0.2)[arguments]: Skip build. Add rust-heapsize-0.3, rust-heapsize-plugin-0.1 to cargo-inputs. [properties]: Remove field.