Ludovic Courtès
d8f8adfebf
gnu: psm: Disable memory statistics code.
...
* gnu/packages/patches/psm-disable-memory-stats.patch: New file.
* gnu/packages/linux.scm (psm)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
2019-11-28 18:43:54 +01:00
Ludovic Courtès
478880c4a9
gnu: psm: Remove all timestamps.
...
* gnu/packages/patches/psm-repro.patch: Use openSuSE's patch.
2019-11-28 18:43:54 +01:00
Ricardo Wurmus
77e7158c1b
gnu: r-jpeg: Move to (gnu packages cran).
...
* gnu/packages/image.scm (r-jpeg): Move from here...
* gnu/packages/cran.scm (r-jpeg): ...to here.
2019-11-28 18:04:28 +01:00
Marius Bakke
c09f598d94
gnu: python-matplotlib: Do not move the 'check' phase.
...
Running tests after install is now the default in PYTHON-BUILD-SYSTEM.
* gnu/packages/python-xyz.scm (python-matplotlib)[arguments]: Replace 'check'
phase, instead of deleting and adding new phase.
2019-11-28 16:26:51 +01:00
Marius Bakke
38a404d567
gnu: python2-matplotlib: Do not inherit test adjustments.
...
This is a follow-up to commit 9e7cb2f1e1
.
* gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Do not inherit
the 'fix-and-disable-failing-tests' phase.
2019-11-28 16:25:14 +01:00
Marius Bakke
8eebde7439
gnu: vte/gtk+-2: Adjust for changes in inherited package.
...
This is a follow-up to 68c47474bc
.
* gnu/packages/gnome.scm (vte/gtk+-2)[build-system]: New field.
2019-11-28 15:54:10 +01:00
Marius Bakke
6018d26b6b
gnu: openclonk: Update description.
...
* gnu/packages/games.scm (openclonk)[description]: Be gender neutral.
2019-11-28 15:17:07 +01:00
Marius Bakke
ee9eafc1df
gnu: openclonk: Adjust for GCC 7.
...
* gnu/packages/games.scm (openclonk)[arguments]: Add phase
'adjust-backward-cpp-includes'.
2019-11-28 15:17:07 +01:00
Efraim Flashner
a549802533
gnu: mplayer: Adjust inputs.
...
* gnu/packages/video.scm (mplayer)[inputs]: Move yasm ...
[native-inputs]: ... to here.
2019-11-28 15:58:58 +02:00
Efraim Flashner
0089290fcd
gnu: sbcl-parse-number: Update to 1.7.
...
* gnu/packages/lisp.scm (sbcl-parse-number): Update to 1.7.
2019-11-28 15:58:58 +02:00
Efraim Flashner
a32e8b2550
gnu: sbcl-parse-number: Don't use unstable tarball.
...
* gnu/packages/lisp.scm (sbcl-parse-number)[source]: Download using
git-fetch.
2019-11-28 15:58:58 +02:00
Efraim Flashner
040a7440d6
gnu: sbcl-chinga: Don't use unstable tarball.
...
* gnu/packages/lisp.scm (sbcl-chunga)[source]: Download using git-fetch.
2019-11-28 15:58:58 +02:00
Efraim Flashner
d49eb36ef2
gnu: sbcl-lack-middleware-static: Provide a file-name.
...
* gnu/packages/lisp.scm (sbcl-lack-middleware-static)[source]: Use
git-file-name.
2019-11-28 15:58:11 +02:00
Efraim Flashner
cfbd9b42a1
gnu: sbcl-lack-request: Provide a file-name.
...
* gnu/packages/lisp.scm (sbcl-lack-request)[source]: Use git-file-name.
2019-11-28 15:58:11 +02:00
Efraim Flashner
b61fcdcae6
gnu: sbcl-lack-util: Provide a file-name.
...
* gnu/packages/lisp.scm (sbcl-lack-util)[source]: Use git-file-name.
2019-11-28 15:58:11 +02:00
Efraim Flashner
c2db64caa4
gnu: sbcl-lack: Provide a file-name.
...
* gnu/packages/lisp.scm (sbcl-lack)[source]: Use git-file-name.
2019-11-28 15:58:11 +02:00
Efraim Flashner
3b1e29ae34
gnu: sbcl-lack-component: Provide a file-name.
...
* gnu/packages/lisp.scm (sbcl-lack-component)[source]: Use
git-file-name.
2019-11-28 15:58:10 +02:00
Efraim Flashner
5af7378a8e
gnu: sbcl-lack-middleware-backtrace: Provide a file-name.
...
* gnu/packages/lisp.scm (sbcl-lack-middleware-backtrace)[source]: Use
git-file-name.
2019-11-28 15:58:10 +02:00
Ricardo Wurmus
f71b16e8e4
gnu: r-emmeans: Update to 1.4.3.01.
...
* gnu/packages/cran.scm (r-emmeans): Update to 1.4.3.01.
2019-11-28 14:36:58 +01:00
Guillaume Le Vaillant
c1c6650e28
services: Add pam-mount.
...
* gnu/services/pam-mount.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (PAM Mount Service): New subsection.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-28 13:30:53 +01:00
Ludovic Courtès
73765c91ce
services: nginx: Add description.
...
* gnu/services/web.scm (nginx-service-type)[description]: New field.
2019-11-28 13:30:53 +01:00
Efraim Flashner
4632e7c787
gnu: avidemux: Clean up inputs.
...
* gnu/packages/video.scm (avidemux)[inputs]: Remove sdl. Move perl,
python-wrapper, qttools, yasm ...
[native-inputs]: ... to here.
[arguments]: Remove references to sdl.
2019-11-28 12:30:42 +02:00
Efraim Flashner
3c526173dd
gnu: snorenotify: Update inputs.
...
* gnu/packages/kde.scm (snorenotify)[inputs]: Move extra-cmake-modules,
qttools ...
[native-inputs]: ... to here.
2019-11-28 12:30:41 +02:00
Efraim Flashner
3e68e7d2b6
gnu: gparted: Satisfy 'guix lint'.
...
* gnu/packages/disk.scm (gparted)[inputs]: Move itstool ...
[native-inputs]: ... to here.
2019-11-28 12:30:41 +02:00
Ricardo Wurmus
18a5575ec5
gnu: r-e1071: Update to 1.7-3.
...
* gnu/packages/statistics.scm (r-e1071): Update to 1.7-3.
2019-11-28 10:03:20 +01:00
Ricardo Wurmus
ba54cb61ec
gnu: r-rmarkdown: Update to 1.18.
...
* gnu/packages/statistics.scm (r-rmarkdown): Update to 1.18.
2019-11-28 10:03:20 +01:00
Ricardo Wurmus
bf5b792b0e
gnu: r-matrix: Update to 1.2-18.
...
* gnu/packages/statistics.scm (r-matrix): Update to 1.2-18.
2019-11-28 10:03:20 +01:00
Ricardo Wurmus
6fdf3d5d99
gnu: r-igraph: Update to 1.2.4.2.
...
* gnu/packages/graph.scm (r-igraph): Update to 1.2.4.2.
2019-11-28 10:03:20 +01:00
Ricardo Wurmus
28d940961c
gnu: r-rgdal: Update to 1.4-8.
...
* gnu/packages/cran.scm (r-rgdal): Update to 1.4-8.
2019-11-28 10:03:20 +01:00
Ricardo Wurmus
7b18e6d000
gnu: r-covr: Update to 3.4.0.
...
* gnu/packages/cran.scm (r-covr): Update to 3.4.0.
2019-11-28 10:03:20 +01:00
Ricardo Wurmus
7dcd823978
gnu: r-kohonen: Update to 3.0.10.
...
* gnu/packages/cran.scm (r-kohonen): Update to 3.0.10.
[propagated-inputs]: Remove r-mass.
2019-11-28 10:03:20 +01:00
Ricardo Wurmus
bb180e8a7a
gnu: r-grimport2: Update to 0.2-0.
...
* gnu/packages/cran.scm (r-grimport2): Update to 0.2-0.
2019-11-28 10:03:19 +01:00
Ricardo Wurmus
e2448b4b14
gnu: r-grimport: Update to 0.9-3.
...
* gnu/packages/cran.scm (r-grimport): Update to 0.9-3.
2019-11-28 10:03:19 +01:00
Ricardo Wurmus
04c3fd85ea
gnu: r-rnifti: Update to 1.0.1.
...
* gnu/packages/cran.scm (r-rnifti): Update to 1.0.1.
2019-11-28 10:03:19 +01:00
Ricardo Wurmus
ad6ab1a881
gnu: r-emmeans: Update to 1.4.3.
...
* gnu/packages/cran.scm (r-emmeans): Update to 1.4.3.
2019-11-28 10:03:19 +01:00
Ricardo Wurmus
fda807da90
gnu: r-writexl: Update to 1.2.
...
* gnu/packages/cran.scm (r-writexl): Update to 1.2.
2019-11-28 10:03:19 +01:00
Ricardo Wurmus
efec58e7ff
gnu: r-factominer: Update to 2.0.
...
* gnu/packages/cran.scm (r-factominer): Update to 2.0.
[propagated-inputs]: Add r-ggplot2 and ggrepel.
2019-11-28 10:03:19 +01:00
Oleg Pykhalov
37515553b5
gnu: tome4: Update to 1.6.4.
...
* gnu/packages/games.scm (tome4): Update to 1.6.4.
2019-11-28 08:55:43 +03:00
Leo Famulari
7297ebb287
gnu: Blender: Update to 2.81.
...
* gnu/packages/graphics.scm (blender): Update to 2.81.
[inputs]: Add libxi, libxrender, and tbb.
2019-11-27 21:58:45 -05:00
Pierre Langlois
9943d238e9
gnu: feh: Adapt tests for imlib2 1.6.
...
* gnu/packages/patches/feh-fix-tests-for-imlib2-1.6.patch: New file.
* gnu/packages/image-viewers.scm (feh)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-28 00:33:49 +01:00
Marius Bakke
ba5ef9997b
gnu: python-dbus: Update to 1.2.14.
...
* gnu/packages/python-xyz.scm (python-dbus): Update to 1.2.14.
(python2-dbus)[arguments]: Remove.
2019-11-28 00:33:48 +01:00
Marius Bakke
e1695f4d58
gnu: whois: Update to 5.5.3.
...
* gnu/packages/networking.scm (whois): Update to 5.5.3.
2019-11-28 00:33:48 +01:00
Marius Bakke
fd5ccec796
gnu: bubblewrap: Update to 0.4.0.
...
* gnu/packages/virtualization.scm (bubblewrap): Update to 0.4.0.
2019-11-28 00:33:48 +01:00
Marius Bakke
546c9fa660
gnu: bubblewrap: Update home page.
...
* gnu/packages/virtualization.scm (bubblewrap)[source, home-page]: Follow
redirect to.
2019-11-28 00:33:48 +01:00
Marius Bakke
164d0ad352
gnu: python-xapian-bindings: Sphinx is a native input.
...
* gnu/packages/search.scm (python-xapian-bindings)[inputs]: Remove
PYTHON-SPHINX.
[native-inputs]: New field.
2019-11-28 00:33:48 +01:00
Marius Bakke
7b5a120730
gnu: xapian: Update to 1.4.14.
...
* gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.14.
2019-11-28 00:33:48 +01:00
Marius Bakke
60392114ae
gnu: notmuch: Update to 0.29.3.
...
* gnu/packages/mail.scm (notmuch): Update to 0.29.3.
2019-11-28 00:33:47 +01:00
Marius Bakke
38ae96e9c5
gnu: xorg-server: Update to 1.20.6.
...
* gnu/packages/xorg.scm (xorg-server): Update to 1.20.6.
(xorg-server-for-tests): Stay on 1.20.5.
2019-11-28 00:33:47 +01:00
Marius Bakke
ff3375251d
gnu: Use the test-only Xorg variant for tests.
...
* 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.
2019-11-28 00:33:47 +01:00
Ricardo Wurmus
dcc7fad001
gnu: r-txtplot: Move to (gnu packages cran).
...
* gnu/packages/statistics.scm (r-txtplot): Move from here...
* gnu/packages/cran.scm (r-txtplot): ...to here.
2019-11-27 18:36:39 +01:00
Ricardo Wurmus
f3640e7395
gnu: Remove obsolete import of R build system module.
...
* gnu/packages/maths.scm: Remove import of (guix build-system r).
2019-11-27 18:29:32 +01:00
zimoun
ef7944b94f
gnu: r-subplex: Move to (gnu packages cran).
...
* 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>
2019-11-27 18:15:34 +01:00
zimoun
682768deb0
gnu: r-pracma: Move to (gnu packages cran).
...
* 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>
2019-11-27 18:15:34 +01:00
zimoun
9bd56b1a77
gnu: r-desolve: Move to (gnu packages cran).
...
* 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>
2019-11-27 18:15:34 +01:00
zimoun
0eb59d9eac
gnu: r-quadprog: Move to (gnu packages cran).
...
* 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>
2019-11-27 18:15:34 +01:00
Pierre Neidhardt
f678cc9c79
gnu: Add glib-with-documentation.
...
* gnu/packages/glib.scm (glib-with-documentation): New variable.
(glib)[properties]: Hide package.
2019-11-27 13:34:22 +01:00
Efraim Flashner
255bb7be0a
gnu: denemo: Move some inputs to native-inputs.
...
* gnu/packages/music.scm (denemo)[inputs]: Move intltool, gtk-doc,
libtool ...
[native-inputs]: .. to here.
2019-11-27 11:33:57 +02:00
Ricardo Wurmus
a132276537
gnu: python-seaborn: Disable matrix test.
...
* gnu/packages/python-xyz.scm (python-seaborn)[arguments]: Add phase
"fix-tests".
2019-11-27 09:58:28 +01:00
Ricardo Wurmus
9e7cb2f1e1
gnu: python-matplotlib: Update to 3.1.2.
...
* 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".
2019-11-27 09:58:28 +01:00
Ricardo Wurmus
f9bd82e7a6
gnu: python-seaborn: Add patch to fix tests.
...
* gnu/packages/python-xyz.scm (python-seaborn)[source]: Add upstream patch to
fix test failures.
2019-11-27 09:58:28 +01:00
Alexandros Theodotou
7281c8fd7e
gnu: Add helm.
...
* gnu/packages/music.scm: (helm): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2019-11-27 00:03:03 +01:00
Mark H Weaver
778ae9f980
gnu: linux-libre@4.9: Update to 4.9.203.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.203.
(linux-libre-4.9-pristine-source): Update hash.
2019-11-26 14:38:02 -05:00
Mark H Weaver
93cae7458a
gnu: linux-libre@4.4: Update to 4.4.203.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.203.
(linux-libre-4.4-pristine-source): Update hash.
2019-11-26 14:37:01 -05:00
Efraim Flashner
67057b1baf
gnu: emacs-shift-number: Don't use unstable tarball.
...
* gnu/packages/emacs-xyz.scm (emacs-shift-number)[source]: Download
using git-fetch.
2019-11-26 20:57:33 +02:00
Efraim Flashner
8361231019
gnu: emacs-rsw-elisp: Don't use unstable tarball.
...
* gnu/packages/emacs-xyz.scm (emacs-rsw-elisp)[source]: Download using
git-fetch.
2019-11-26 20:56:03 +02:00
Efraim Flashner
b495fbfad9
gnu: emacs-helm-mode-manager: Don't use unstable tarball.
...
* gnu/packages/emacs-xyz.scm (emacs-helm-mode-manager)[source]: Download
using git-fetch.
2019-11-26 20:53:34 +02:00
Efraim Flashner
b8e4626542
gnu: emacs-m-buffer-el: Don't use unstable tarball.
...
* gnu/packages/emacs-xyz.scm (emacs-m-buffer-el)[source]: Download using
git-fetch.
2019-11-26 20:51:31 +02:00
Efraim Flashner
c75d100858
gnu: emacs-validate: Don't use unstable tarball.
...
* gnu/packages/emacs-xyz.scm (emacs-validate)[source]: Download using
git-fetch.
2019-11-26 20:49:55 +02:00
Efraim Flashner
2e1afa2a7c
gnu: emacs-groovy-modes: Don't use unstable tarball.
...
* gnu/packages/emacs-xyz.scm (emacs-groovy-modes)[source]: Download
using git-fetch.
2019-11-26 20:48:19 +02:00
Efraim Flashner
7335f4617c
gnu: emacs-pretty-mode: Don't use unstable tarball.
...
* gnu/packages/emacs-xyz.scm (emacs-pretty-mode)[source]: Download using
git-fetch.
2019-11-26 20:46:27 +02:00
Efraim Flashner
ed1ff94fe2
gnu: emacs-auto-complete: Don't use unstable tarball.
...
* gnu/packages/emacs-xyz.scm (emacs-auto-complete)[source]: Download
using git-fetch.
2019-11-26 20:44:58 +02:00
Efraim Flashner
0dcb8e83f4
gnu: emacs-cyberpunk-theme: Don't use unstable tarball.
...
* gnu/packages/emacs-xyz.scm (emacs-cyberpunk-theme)[source]: Download
using git-fetch.
2019-11-26 20:43:04 +02:00
Efraim Flashner
d1de1ab21a
gnu: emacs-flx: Don't use unstable tarball.
...
* gnu/packages/emacs-xyz.scm (emacs-flx)[source]: Download using
git-fetch.
2019-11-26 20:41:03 +02:00
Efraim Flashner
25f6b444b0
gnu: emacs-neotree: Don't use unstable tarball.
...
* gnu/packages/emacs-xyz.scm (emacs-neotree)[source]: Download using
git-fetch.
2019-11-26 20:33:29 +02:00
Efraim Flashner
fbb162de75
gnu: emacs-better-defaults: Don't use unstable tarball.
...
* gnu/packages/emacs-xyz.scm (emacs-better-defaults)[source]: Download
using git-fetch.
2019-11-26 20:31:33 +02:00
Efraim Flashner
4a3df6c8e1
gnu: emacs-solarized-theme: Don't use unstable tarball.
...
* gnu/packages/emacs-xyz.scm (emacs-solarized-theme)[source]: Download
using git-fetch.
2019-11-26 20:30:02 +02:00
Efraim Flashner
9f00d13d5d
gnu: python-django-jinja: Don't use unstable tarball.
...
* gnu/packages/django.scm (python-django-jinja)[source]: Download using
git-fetch.
2019-11-26 20:27:24 +02:00
Efraim Flashner
854d4d40fd
gnu: python-django-debug-toolbar: Don't use unstable tarball.
...
* gnu/packages/django.scm (python-django-debug-toolbar)[source]:
Download using git-fetch.
2019-11-26 20:25:10 +02:00
Hartmut Goebel
60ba9d8c2c
gnu: pdfposter: Update to 0.7.post1.
...
* 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.
2019-11-26 18:39:10 +01:00
Nicolas Goaziou
2894bd60db
gnu: musescore: Update to 3.3.3.
...
* gnu/packages/music.scm (musescore): Update to 3.3.3.
2019-11-26 17:48:03 +01:00
Efraim Flashner
b392de0c19
gnu: gnuastro: Update to 0.11.
...
* gnu/packages/astronomy.scm (gnuastro): Update to 0.11.
2019-11-26 18:15:54 +02:00
Efraim Flashner
bfa157906e
gnupg: Update to 2.2.18.
...
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.18.
2019-11-26 17:39:22 +02:00
Hartmut Goebel
0d455d9865
gnu: kdeconnect: Remove useless code.
...
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.
2019-11-26 12:31:40 +01:00
Hartmut Goebel
4ae8180ca6
gnu: python-pyqt: Fix output directory for plugins.
...
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.
2019-11-26 12:31:40 +01:00
Hartmut Goebel
8ebf4e3a71
gnu: sddm: Fix output directory for QML files.
...
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".
2019-11-26 12:31:39 +01:00
Efraim Flashner
1a016d9dda
gnu: youtube-dl: Update to 2019.11.22.
...
* gnu/packages/video.scm (youtube-dl): Update to 2019.11.22.
2019-11-26 11:00:09 +02:00
Christopher Baines
ab6bddbc68
gnu: guix-data-service: Update to 0.0.1-6.af13248.
...
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-6.af13248.
2019-11-26 07:21:15 +00:00
Brett Gilio
70a60d6697
gnu: emacs-dashboard: Update to 1.6.0.
...
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>
2019-11-26 02:55:17 +03:00
Guillaume Le Vaillant
54a80b58d4
gnu: gnucash: Activate database support.
...
* 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>
2019-11-26 00:16:54 +01:00
Guillaume Le Vaillant
df81de8683
gnu: Add libdbi-drivers.
...
* gnu/packages/databases.scm (libdbi-drivers): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-26 00:16:54 +01:00
Guillaume Le Vaillant
ae8a0184bf
gnu: Add libdbi.
...
* gnu/packages/databases.scm (libdbi): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-26 00:16:54 +01:00
Guillaume Le Vaillant
cd2ce8abae
gnu: Add pam-mount.
...
* 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>
2019-11-26 00:16:54 +01:00
Guillaume Le Vaillant
f170603e02
gnu: Add libhx.
...
* gnu/packages/c.scm (libhx): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-26 00:16:36 +01:00
Mark H Weaver
5d297ca676
gnu: linux-libre: Update to 5.3.13.
...
* gnu/packages/linux.scm (linux-libre-5.3-version): Update to 5.3.13.
(linux-libre-5.3-pristine-source): Update hash.
2019-11-25 12:08:12 -05:00
Mark H Weaver
6c693a6e3f
gnu: linux-libre@4.19: Update to 4.19.86.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.86.
(linux-libre-4.19-pristine-source): Update hash.
2019-11-25 12:08:09 -05:00
Mark H Weaver
79832fb285
gnu: linux-libre@4.14: Update to 4.14.156.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.156.
(linux-libre-4.14-pristine-source): Update hash.
2019-11-25 12:08:02 -05:00
Alex Griffin
377606238f
gnu: Add netcat-openbsd.
...
* gnu/packages/admin.scm (netcat-openbsd): New variable.
2019-11-25 09:43:38 -06:00
Ricardo Wurmus
dae3458cd2
gnu: r-rrcov: Update to 1.4-9.
...
* gnu/packages/statistics.scm (r-rrcov): Update to 1.4-9.
2019-11-25 15:25:10 +01:00
Ricardo Wurmus
166995af92
gnu: r-future: Update to 1.15.1.
...
* gnu/packages/cran.scm (r-future): Update to 1.15.1.
2019-11-25 15:25:10 +01:00
Ricardo Wurmus
0ee5e9fb75
gnu: r-epi: Update to 2.40.
...
* gnu/packages/cran.scm (r-epi): Update to 2.40.
2019-11-25 15:25:10 +01:00