summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Use the test-only Xorg variant for tests.Marius Bakke2019-11-28
| | | | | | | | | | | | | | | | * gnu/packages/education.scm (gcompris-qt)[native-inputs]: Change XORG-SERVER to XORG-SERVER-FOR-TESTS. * gnu/packages/engineering.scm (pcb, qucs, openscad)[native-inputs]: Likewise. * gnu/packages/gnome.scm (libbonoboui, d-feet, gspell, libdazzle, libhandy)[native-inputs]: Likewise. * gnu/packages/gnupg.scm (parcimonie)[native-inputs]: Likewise. * gnu/packages/graphics.scm (opensubdiv, rapicorn)[native-inputs]: Likewise. * gnu/packages/gtk.scm (gtksourceview-2, gtksourceview)[native-inputs]: Likewise. * gnu/packages/image-processing.scm (opencv)[native-inputs]: Likewise. * gnu/packages/kde-frameworks.scm (kconfig, kcoreaddons, kwidgetsaddons, kwindowsystem, kdeclarative)[native-inputs]: Likewise. * gnu/packages/kde-plasma.scm (kscreenlocker)[native-inputs]: Likewise. * gnu/packages/messaging.scm (gajim)[native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-seaborn)[native-inputs]: Likewise.
* gnu: r-txtplot: Move to (gnu packages cran).Ricardo Wurmus2019-11-27
| | | | | * gnu/packages/statistics.scm (r-txtplot): Move from here... * gnu/packages/cran.scm (r-txtplot): ...to here.
* gnu: Remove obsolete import of R build system module.Ricardo Wurmus2019-11-27
| | | | * gnu/packages/maths.scm: Remove import of (guix build-system r).
* gnu: r-subplex: Move to (gnu packages cran).zimoun2019-11-27
| | | | | | | * gnu/packages/maths.scm (r-subplex): Move from here... * gnu/packages/cran.scm (r-subplex): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-pracma: Move to (gnu packages cran).zimoun2019-11-27
| | | | | | | * gnu/packages/maths.scm (r-pracma): Move from here... * gnu/packages/cran.scm (r-pracma): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-desolve: Move to (gnu packages cran).zimoun2019-11-27
| | | | | | | * gnu/packages/maths.scm (r-desolve): Move from here... * gnu/packages/cran.scm (r-desolve): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-quadprog: Move to (gnu packages cran).zimoun2019-11-27
| | | | | | | * gnu/packages/maths.scm (r-quadprog): Move from here... * gnu/packages/cran.scm (r-quadprog): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add glib-with-documentation.Pierre Neidhardt2019-11-27
| | | | | * gnu/packages/glib.scm (glib-with-documentation): New variable. (glib)[properties]: Hide package.
* gnu: denemo: Move some inputs to native-inputs.Efraim Flashner2019-11-27
| | | | | | * gnu/packages/music.scm (denemo)[inputs]: Move intltool, gtk-doc, libtool ... [native-inputs]: .. to here.
* gnu: python-seaborn: Disable matrix test.Ricardo Wurmus2019-11-27
| | | | | * gnu/packages/python-xyz.scm (python-seaborn)[arguments]: Add phase "fix-tests".
* gnu: python-matplotlib: Update to 3.1.2.Ricardo Wurmus2019-11-27
| | | | | | * gnu/packages/python-xyz.scm (python-matplotlib): Update to 3.1.2. [arguments]: Disable test_backend_webagg and test_constrainedlayout; skip other tests tagged with "webagg".
* gnu: python-seaborn: Add patch to fix tests.Ricardo Wurmus2019-11-27
| | | | | * gnu/packages/python-xyz.scm (python-seaborn)[source]: Add upstream patch to fix test failures.
* gnu: Add helm.Alexandros Theodotou2019-11-27
| | | | | | * gnu/packages/music.scm: (helm): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: linux-libre@4.9: Update to 4.9.203.Mark H Weaver2019-11-26
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.203. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre@4.4: Update to 4.4.203.Mark H Weaver2019-11-26
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.203. (linux-libre-4.4-pristine-source): Update hash.
* gnu: emacs-shift-number: Don't use unstable tarball.Efraim Flashner2019-11-26
| | | | | * gnu/packages/emacs-xyz.scm (emacs-shift-number)[source]: Download using git-fetch.
* gnu: emacs-rsw-elisp: Don't use unstable tarball.Efraim Flashner2019-11-26
| | | | | * gnu/packages/emacs-xyz.scm (emacs-rsw-elisp)[source]: Download using git-fetch.
* gnu: emacs-helm-mode-manager: Don't use unstable tarball.Efraim Flashner2019-11-26
| | | | | * gnu/packages/emacs-xyz.scm (emacs-helm-mode-manager)[source]: Download using git-fetch.
* gnu: emacs-m-buffer-el: Don't use unstable tarball.Efraim Flashner2019-11-26
| | | | | * gnu/packages/emacs-xyz.scm (emacs-m-buffer-el)[source]: Download using git-fetch.
* gnu: emacs-validate: Don't use unstable tarball.Efraim Flashner2019-11-26
| | | | | * gnu/packages/emacs-xyz.scm (emacs-validate)[source]: Download using git-fetch.
* gnu: emacs-groovy-modes: Don't use unstable tarball.Efraim Flashner2019-11-26
| | | | | * gnu/packages/emacs-xyz.scm (emacs-groovy-modes)[source]: Download using git-fetch.
* gnu: emacs-pretty-mode: Don't use unstable tarball.Efraim Flashner2019-11-26
| | | | | * gnu/packages/emacs-xyz.scm (emacs-pretty-mode)[source]: Download using git-fetch.
* gnu: emacs-auto-complete: Don't use unstable tarball.Efraim Flashner2019-11-26
| | | | | * gnu/packages/emacs-xyz.scm (emacs-auto-complete)[source]: Download using git-fetch.
* gnu: emacs-cyberpunk-theme: Don't use unstable tarball.Efraim Flashner2019-11-26
| | | | | * gnu/packages/emacs-xyz.scm (emacs-cyberpunk-theme)[source]: Download using git-fetch.
* gnu: emacs-flx: Don't use unstable tarball.Efraim Flashner2019-11-26
| | | | | * gnu/packages/emacs-xyz.scm (emacs-flx)[source]: Download using git-fetch.
* gnu: emacs-neotree: Don't use unstable tarball.Efraim Flashner2019-11-26
| | | | | * gnu/packages/emacs-xyz.scm (emacs-neotree)[source]: Download using git-fetch.
* gnu: emacs-better-defaults: Don't use unstable tarball.Efraim Flashner2019-11-26
| | | | | * gnu/packages/emacs-xyz.scm (emacs-better-defaults)[source]: Download using git-fetch.
* gnu: emacs-solarized-theme: Don't use unstable tarball.Efraim Flashner2019-11-26
| | | | | * gnu/packages/emacs-xyz.scm (emacs-solarized-theme)[source]: Download using git-fetch.
* gnu: python-django-jinja: Don't use unstable tarball.Efraim Flashner2019-11-26
| | | | | * gnu/packages/django.scm (python-django-jinja)[source]: Download using git-fetch.
* gnu: python-django-debug-toolbar: Don't use unstable tarball.Efraim Flashner2019-11-26
| | | | | * gnu/packages/django.scm (python-django-debug-toolbar)[source]: Download using git-fetch.
* gnu: pdfposter: Update to 0.7.post1.Hartmut Goebel2019-11-26
| | | | | | | * gnu/packages/pdf.scm (pdfposter): Update to 0.7.post1. [source]<pyi-uri> Remove extra file extension. [arguments]: No longer use python-2. Update comment. [inputs]: Replace PyPDF by PyPDF2.
* gnu: musescore: Update to 3.3.3.Nicolas Goaziou2019-11-26
| | | | * gnu/packages/music.scm (musescore): Update to 3.3.3.
* gnu: gnuastro: Update to 0.11.Efraim Flashner2019-11-26
| | | | * gnu/packages/astronomy.scm (gnuastro): Update to 0.11.
* gnupg: Update to 2.2.18.Efraim Flashner2019-11-26
| | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.2.18.
* gnu: kdeconnect: Remove useless code.Hartmut Goebel2019-11-26
| | | | | | | | After fixing wrap-qt-program, setting QT_PLUGIN_PATH here is no longer necessary. * gnu/packages/kde.scm (kdeconnect)[arguments]<phases>{wrap-executable}: Remove setting QT_PLUGIN_PATH.
* gnu: python-pyqt: Fix output directory for plugins.Hartmut Goebel2019-11-26
| | | | | | | | This defaults to QT_INSTALL_PLUGINS, thus we should use the same sub-directory ($out/lib/qt5/plugins) here. * gnu/packages/qt.scm (python-pyqt)[arguments]<phases>{configure}: Change base file name for plugins.
* gnu: sddm: Fix output directory for QML files.Hartmut Goebel2019-11-26
| | | | | | | | Path must match qtbase's native-search-path specification, otherwise it will not be picked up by other packages. * gnu/packages/display-managers.scm (sddm)[arguments]<configure-flags>: Change value of "-DQT_IMPORTS_DIR".
* gnu: youtube-dl: Update to 2019.11.22.Efraim Flashner2019-11-26
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2019.11.22.
* gnu: guix-data-service: Update to 0.0.1-6.af13248.Christopher Baines2019-11-26
| | | | * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-6.af13248.
* gnu: emacs-dashboard: Update to 1.6.0.Brett Gilio2019-11-26
| | | | | | | | | | | From 9e3e34ccabc6330c9e0528028bef64e388783c78 Mon Sep 17 00:00:00 2001 From: Brett Gilio <brettg@posteo.net> Date: Fri, 22 Nov 2019 16:42:54 -0600 Subject: [PATCH] gnu: emacs-dashboard: Update to 1.6.0. * gnu/packages/emacs-xyz.scm (emacs-dashboard): Update to 1.6.0. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: gnucash: Activate database support.Guillaume Le Vaillant2019-11-26
| | | | | | | | * gnu/packages/gnucash.scm (gnucash)[inputs]: Add libdbi and libdbi-drivers. [arguments]: Remove '-DWITH_SQL=OFF' from 'configure-flags' and add 'GNC_DBD_DIR' to program wrapping. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libdbi-drivers.Guillaume Le Vaillant2019-11-26
| | | | | | * gnu/packages/databases.scm (libdbi-drivers): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libdbi.Guillaume Le Vaillant2019-11-26
| | | | | | * gnu/packages/databases.scm (libdbi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add pam-mount.Guillaume Le Vaillant2019-11-26
| | | | | | | | * gnu/packages/admin.scm (pam-mount): New variable. * gnu/packages/patches/pam-mount-luks2-support.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libhx.Guillaume Le Vaillant2019-11-26
| | | | | | * gnu/packages/c.scm (libhx): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: linux-libre: Update to 5.3.13.Mark H Weaver2019-11-25
| | | | | * gnu/packages/linux.scm (linux-libre-5.3-version): Update to 5.3.13. (linux-libre-5.3-pristine-source): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.86.Mark H Weaver2019-11-25
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.86. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.156.Mark H Weaver2019-11-25
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.156. (linux-libre-4.14-pristine-source): Update hash.
* gnu: Add netcat-openbsd.Alex Griffin2019-11-25
| | | | * gnu/packages/admin.scm (netcat-openbsd): New variable.
* gnu: r-rrcov: Update to 1.4-9.Ricardo Wurmus2019-11-25
| | | | * gnu/packages/statistics.scm (r-rrcov): Update to 1.4-9.