Commit graph

51072 commits

Author SHA1 Message Date
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
Efraim Flashner ba40e1fe06
doc: Fix typo.
* doc/guix.texi (php-fpm-service-type): Note that the socket-group
default is "nagios" and not "php-fpm".
2019-11-26 14:04:36 +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 d1e4e64cd7
guix: Fix wrap-qt-program.
Directory names added here need to match qtbase's native-search-path
specifications.

* guix/build/qt-utils.scm (wrap-qt-program): Change paths used for
  QML2_IMPORT_PATH and QT_PLUGIN_PATH.
2019-11-26 12:31:39 +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
Vagrant Cascadian 3a4d5ddd32
daemon: boost::format: Fix typo "referred".
* nix/boost/format/exceptions.hpp (too_few_args): Fix typo.
  (too_many_args): Fix typo.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-26 00:16:36 +01:00
Ludovic Courtès 2ce08a5d79
guix build: '--keep-failed' implies '--no-offload'.
* guix/scripts/build.scm (set-build-options-from-command-line): Pass
 #:offload? #f when 'keep-failed? is true.
* doc/guix.texi (Common Build Options): Document it.
2019-11-26 00:16:36 +01:00
Ludovic Courtès 7f44ab48f9
Use 'offload?' instead of 'build-hook?' internally.
* guix/scripts/archive.scm (%default-options): Replace 'build-hook?'
with 'offload?'.
* guix/scripts/build.scm (set-build-options-from-command-line): Pass
 #:offload? instead of #:use-build-hook?.
(%standard-build-options): Use the 'offload? key instead of 'build-hook?.
(%default-options): Replace 'build-hook?' with 'offload?'.
* guix/scripts/copy.scm (%default-options): Likewise.
* guix/scripts/deploy.scm (%default-options): Likewise.
* guix/scripts/environment.scm (%default-options): Likewise.
* guix/scripts/pack.scm (%default-options): Likewise.
* guix/scripts/package.scm (%default-options): Likewise.
* guix/scripts/pull.scm (%default-options): Likewise.
* guix/scripts/system.scm (%default-options): Likewise.
* guix/scripts/time-machine.scm (%default-options): Likewise.
* guix/store.scm (set-build-options): Have #:use-build-hook? default
to *unspecified*.  Add #:offload?.  Add call to 'warn-about-deprecation'
when #:use-build-hook? is specified.
2019-11-26 00:16:36 +01:00
Ludovic Courtès dc209d5a5d
guix build, daemon: Rename "--no-build-hook" to "--no-offload".
This is a followup to bc69ea2d60.

* guix/scripts/build.scm (show-build-options-help): Rename
"--no-build-hook" to "--no-offload".
(%standard-build-options): Likewise, and warn when "--no-build-hook" is
passed.
* nix/nix-daemon/guix-daemon.cc (options): Add "--no-offload" and mark
"--no-build-hook" as hidden.
* guix/scripts/offload.scm: Adjust comment.
* doc/guix.texi (Invoking guix-daemon, Common Build Options): Replace
"--no-build-hook" with "--no-offload".
* etc/completion/fish/guix.fish, etc/completion/zsh/_guix: Adjust
accordingly.
2019-11-26 00:16:36 +01:00
Ludovic Courtès 6a893fa869
doc: cookbook: Add cross-references to the Guile manual.
* doc/guix-cookbook.texi (A Scheme Crash Course): Add cross-reference to
the Guile manual.
2019-11-26 00:16:36 +01:00
Ludovic Courtès cf1e6f5f90
doc: cookbook: Use @result{} & co. instead of a '>' prompt.
* doc/guix-cookbook.texi (A Scheme Crash Course)
(Extended example): Use @result{}, @print{}, and @error{}.
2019-11-26 00:16:35 +01:00
Ludovic Courtès 0cbef07b34
doc: cookbook: Use Texinfo quotes.
* doc/guix-cookbook.texi: Use Texinfo quotes ``like this'' instead of
straight quotes or curly quotes.
2019-11-26 00:16:35 +01:00
Ludovic Courtès e97a4a2944
doc: cookbook: Add cross-reference about ./pre-inst-env.
* doc/guix-cookbook.texi (Direct checkout hacking): Refer to "Running
Guix Before It Is Installed".
2019-11-26 00:16:35 +01:00
Ludovic Courtès d482e13fbe
doc: cookbook: Use @lisp for Scheme snippets.
* doc/guix-cookbook.texi: Use @lisp instead of @example where
appropriate.
2019-11-26 00:16:35 +01:00
Ludovic Courtès f5698dfb87
tests: Avoid unnecessary use of 'mock'.
* tests/build-utils.scm ("wrap-script, simple case"): Use the real
'which' instead of mocking it.
2019-11-26 00:16:35 +01:00
Ludovic Courtès 1d64afbdc0
tests: Avoid (catch 'srfi-34 …) form.
* tests/build-utils.scm ("wrap-script, raises condition"): Use 'guard'
instead of "catch 'srfi-34".
2019-11-26 00:16:35 +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
Ricardo Wurmus b674f87a46
gnu: r-vioplot: Update to 0.3.3.
* gnu/packages/cran.scm (r-vioplot): Update to 0.3.3.
2019-11-25 15:25:10 +01:00
Jan Nieuwenhuizen 2baed64291
gnu: mes: Update to 0.21.
* gnu/packages/mes.scm (mes): Update to 0.21.
2019-11-25 14:33:27 +01:00
Ricardo Wurmus b5d4d5b9bc
gnu: guile-gi: Update to 0.2.1.
* gnu/packages/guile-xyz.scm (guile-gi): Update to 0.2.1.
[arguments]: Add phase to start Xorg server for tests.
[native-inputs]: Add xorg-server.
2019-11-25 14:05:39 +01:00
Ricardo Wurmus ea2884c12c
gnu: Add bsequencer.
* gnu/packages/music.scm (bsequencer): New variable.
2019-11-25 14:05:39 +01:00
Ricardo Wurmus 19600e0810
gnu: r-bookdown: Update to 0.16.
* gnu/packages/cran.scm (r-bookdown): Update to 0.16.
2019-11-25 14:05:38 +01:00
Ricardo Wurmus 401cc85e61
gnu: r-protviz: Update to 0.5.1.
* gnu/packages/cran.scm (r-protviz): Update to 0.5.1.
[inputs]: Remove perl and python-2.
2019-11-25 14:05:38 +01:00
Ricardo Wurmus 138fbdf354
gnu: r-rnifti: Update to 1.0.0.
* gnu/packages/cran.scm (r-rnifti): Update to 1.0.0.
2019-11-25 14:05:38 +01:00
Ricardo Wurmus 2eff036278
gnu: r-tidytree: Update to 0.3.0.
* gnu/packages/cran.scm (r-tidytree): Update to 0.3.0.
2019-11-25 14:05:38 +01:00