jackhill/guix/guix.git
4 years agodoc: Ensure guix-daemon is built before creating guix-daemon.1.
Marius Bakke [Fri, 24 Apr 2020 14:23:46 +0000 (16:23 +0200)]
doc: Ensure guix-daemon is built before creating guix-daemon.1.

* doc/local.mk ($(srcdir)/%D%/guix-daemon.1): Depend on guix-daemon$(EXEEXT)
instead of its source code.

4 years agognu: biber: Downgrade to 2.11.
Ludovic Courtès [Fri, 24 Apr 2020 14:17:38 +0000 (16:17 +0200)]
gnu: biber: Downgrade to 2.11.

Biber 2.12 is incompatible with biblatex 3.11, which is what's currently
packaged.  This is a followup to 41a010875ba4108e666f11fc111cf5bb5dcf5464.

* gnu/packages/tex.scm (biber): Downgrade to 2.11.

4 years agognu: biber: Address test failures.
Ludovic Courtès [Fri, 24 Apr 2020 13:54:34 +0000 (15:54 +0200)]
gnu: biber: Address test failures.

* gnu/packages/patches/biber-sortinithash.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/tex.scm (biber)[source]: Use it.

4 years agopack: 'guix pack -R' wrapper correctly reports exit code.
Ludovic Courtès [Fri, 24 Apr 2020 12:30:38 +0000 (14:30 +0200)]
pack: 'guix pack -R' wrapper correctly reports exit code.

Fixes <https://bugs.gnu.org/40816>.
Reported by Jan (janneke) Nieuwenhuizen <janneke@gnu.org>.

* gnu/packages/aux-files/run-in-namespace.c (main): In the 'default'
case, check 'WIFEXITED (status)' and exit with the corresponding code in
that case.  Exit with 255 in other cases.
* tests/guix-pack-relocatable.sh: Add test.

4 years agognu: llvm: Add 10.0.0.
Ludovic Courtès [Fri, 24 Apr 2020 10:20:25 +0000 (12:20 +0200)]
gnu: llvm: Add 10.0.0.

* gnu/packages/llvm.scm (llvm-10, clang-runtime-10, clang-10)
(clang-toolchain-10, llvm-9, clang-runtime-9, clang-9)
(clang-toolchain-9): New variables.
(llvm, clang, clang-runtime, clang-toolchain): Redefine as aliases to
the '-9' bindings.
* gnu/packages/patches/clang-10.0-libc-search-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

4 years agognu: Add r-rxnat.
Naga Malleswari [Thu, 23 Apr 2020 20:38:12 +0000 (02:08 +0530)]
gnu: Add r-rxnat.

* gnu/packages/cran.scm (r-rxnat): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
4 years agognu: Add r-rcdd.
Naga Malleswari [Thu, 23 Apr 2020 20:33:20 +0000 (02:03 +0530)]
gnu: Add r-rcdd.

* gnu/packages/cran.scm (r-rcdd): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
4 years agognu: Add r-dcv.
Naga Malleswari [Thu, 23 Apr 2020 20:28:15 +0000 (01:58 +0530)]
gnu: Add r-dcv.

* gnu/packages/cran.scm (r-dcv): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
4 years agognu: r-tea: Fix typo.
Ricardo Wurmus [Fri, 24 Apr 2020 13:51:52 +0000 (15:51 +0200)]
gnu: r-tea: Fix typo.

* gnu/packages/cran.scm (r-tea)[description]: Fix typo.

4 years agognu: Add r-stam.
Naga Malleswari [Thu, 23 Apr 2020 20:21:33 +0000 (01:51 +0530)]
gnu: Add r-stam.

* gnu/packages/cran.scm (r-stam): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
4 years agognu: Add r-grouped.
Naga Malleswari [Thu, 23 Apr 2020 20:13:29 +0000 (01:43 +0530)]
gnu: Add r-grouped.

* gnu/packages/cran.scm (r-grouped): New variable.

4 years agognu: Add r-sgloptim.
Naga Malleswari [Thu, 23 Apr 2020 20:07:05 +0000 (01:37 +0530)]
gnu: Add r-sgloptim.

* gnu/packages/cran.scm (r-sgloptim): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
4 years agognu: Add r-aws.
Naga Malleswari [Thu, 23 Apr 2020 20:02:33 +0000 (01:32 +0530)]
gnu: Add r-aws.

* gnu/packages/cran.scm (r-aws): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
4 years agognu: Add r-awsmethods.
Naga Malleswari [Thu, 23 Apr 2020 19:57:55 +0000 (01:27 +0530)]
gnu: Add r-awsmethods.

* gnu/packages/cran.scm (r-awsmethods): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
4 years agognu: Add r-tea.
Naga Malleswari [Thu, 23 Apr 2020 19:53:25 +0000 (01:23 +0530)]
gnu: Add r-tea.

* gnu/packages/cran.scm (r-tea): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
4 years agognu: Add texlive-csquotes.
Ricardo Wurmus [Fri, 24 Apr 2020 13:19:09 +0000 (15:19 +0200)]
gnu: Add texlive-csquotes.

* gnu/packages/tex.scm (texlive-csquotes): New variable.

4 years agoguix package: Export 'search-path-environment-variables'.
Marius Bakke [Fri, 24 Apr 2020 13:15:50 +0000 (15:15 +0200)]
guix package: Export 'search-path-environment-variables'.

...because Emacs-Guix uses it.

* guix/scripts/package.scm (search-path-environment-variables): Export.

4 years agognu: datamash: Update to 1.7.
Efraim Flashner [Fri, 24 Apr 2020 11:51:16 +0000 (14:51 +0300)]
gnu: datamash: Update to 1.7.

* gnu/packages/datamash.scm (datamash): Update to 1.7.

4 years agognu: java-eclipse-jetty-test-helper: Don't use unstable tarball.
Efraim Flashner [Fri, 24 Apr 2020 11:44:57 +0000 (14:44 +0300)]
gnu: java-eclipse-jetty-test-helper: Don't use unstable tarball.

* gnu/packages/web.scm (java-eclipse-jetty-test-helper)[source]: Download
using git-fetch.

4 years agoRevert "licenses: Export license record."
Mathieu Othacehe [Fri, 24 Apr 2020 07:10:35 +0000 (09:10 +0200)]
Revert "licenses: Export license record."

This reverts commit f0779922ff260df2404c90504986aa59553154fb. We do not want
to export the license record, see:
https://lists.gnu.org/archive/html/guix-commits/2020-04/msg01923.html.

4 years agognu: linux-libre: Update to 5.4.35.
Mark H Weaver [Thu, 23 Apr 2020 23:57:00 +0000 (19:57 -0400)]
gnu: linux-libre: Update to 5.4.35.

* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.35.
(linux-libre-5.4-pristine-source): Update hash.

4 years agognu: linux-libre@5.6: Update to 5.6.7.
Mark H Weaver [Thu, 23 Apr 2020 23:56:13 +0000 (19:56 -0400)]
gnu: linux-libre@5.6: Update to 5.6.7.

* gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.7.
(linux-libre-5.6-pristine-source): Update hash.

4 years agognu: linux-libre@4.19: Update to 4.19.118.
Mark H Weaver [Thu, 23 Apr 2020 23:55:15 +0000 (19:55 -0400)]
gnu: linux-libre@4.19: Update to 4.19.118.

* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.118.
(linux-libre-4.19-pristine-source): Update hash.

4 years agognu: Add wsjtx.
Guillaume Le Vaillant [Thu, 23 Apr 2020 21:47:44 +0000 (23:47 +0200)]
gnu: Add wsjtx.

* gnu/packages/radio.scm (wsjtx-hamlib): New variable.
  (wsjtx): New variable.

4 years agognu: fldigi: Add hamlib support.
Guillaume Le Vaillant [Thu, 23 Apr 2020 15:35:19 +0000 (17:35 +0200)]
gnu: fldigi: Add hamlib support.

* gnu/packages/radio.scm (fldigi)[inputs]: Add hamlib and libusb.

4 years agognu: Add hamlib.
Guillaume Le Vaillant [Thu, 23 Apr 2020 14:13:18 +0000 (16:13 +0200)]
gnu: Add hamlib.

* gnu/packages/radio.scm (hamlib): New package.

4 years agognu: Add wolf-spectrum.
Alexandros Theodotou [Wed, 8 Apr 2020 16:30:45 +0000 (17:30 +0100)]
gnu: Add wolf-spectrum.

* gnu/packages/music.scm (wolf-spectrum): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: Add wolf-shaper.
Alexandros Theodotou [Wed, 8 Apr 2020 16:21:19 +0000 (17:21 +0100)]
gnu: Add wolf-shaper.

* gnu/packages/music.scm (wolf-shaper): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agobuild: Don't build man pages when cross-compiling.
Ludovic Courtès [Thu, 23 Apr 2020 21:20:26 +0000 (23:20 +0200)]
build: Don't build man pages when cross-compiling.

* configure.ac: Define 'CROSS_COMPILING' Automake conditional.
* doc/local.mk (dist_man1_MANS): Wrap in "if !CROSS_COMPILING".

4 years agodoc: Build more man pages.
Ludovic Courtès [Thu, 23 Apr 2020 21:19:49 +0000 (23:19 +0200)]
doc: Build more man pages.

* doc/local.mk (sub_commands_mans): Add guix-deploy.1,
guix-time-machine.1, and guix-weather.1.

4 years agocompile: Pre-load the compiler outside 'with-target'.
Ludovic Courtès [Thu, 23 Apr 2020 21:10:19 +0000 (23:10 +0200)]
compile: Pre-load the compiler outside 'with-target'.

* guix/build/compile.scm (compile-files): Move call to 'compile' before
'with-target'.  Failing to do that, if the target has a different word
size than the host, the first call to 'compile-file' fails with:

  ice-9/eval.scm:293:34: In procedure load-thunk-from-memory: ELF file does not have native word size

while attempting loading 'language/spec.go'.

4 years agognu: Squid: Update to 4.11 [fixes CVE-2020-{11945,12519,12521}].
Leo Famulari [Thu, 23 Apr 2020 17:06:42 +0000 (13:06 -0400)]
gnu: Squid: Update to 4.11 [fixes CVE-2020-{11945,12519,12521}].

* gnu/packages/networking.scm (squid): Update to 4.11.

4 years agognu: grammalecte: Update to 1.9.0.
Nicolas Goaziou [Thu, 23 Apr 2020 17:17:52 +0000 (19:17 +0200)]
gnu: grammalecte: Update to 1.9.0.

* gnu/packages/dictionaries.scm (grammalecte): Update to 1.9.0.

4 years agognu: liburcu: Update to 0.12.1.
Tobias Geerinckx-Rice [Thu, 23 Apr 2020 17:06:01 +0000 (19:06 +0200)]
gnu: liburcu: Update to 0.12.1.

* gnu/packages/datastructures.scm (liburcu): Update to 0.12.1.

4 years agognu: GNU FreeFont: Add a deprecated alias for "font-gnu-freefont-ttf".
Leo Famulari [Thu, 23 Apr 2020 16:34:55 +0000 (12:34 -0400)]
gnu: GNU FreeFont: Add a deprecated alias for "font-gnu-freefont-ttf".

This is a followup to commit 5483a2d0a913fe533744699e9ef5757c6e3f6983.

* gnu/packages/fonts.scm (font-gnu-freefont-ttf): New variable.

4 years agolicenses: Export license record.
zimoun [Thu, 23 Apr 2020 14:09:00 +0000 (16:09 +0200)]
licenses: Export license record.

* guix/licenses.scm (<license>): Export it.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
4 years agognu: Add texlive-marginnote.
Ricardo Wurmus [Thu, 23 Apr 2020 13:03:59 +0000 (15:03 +0200)]
gnu: Add texlive-marginnote.

* gnu/packages/tex.scm (texlive-marginnote): New variable.

4 years agogit-version: Raise a condition instead of an error.
Jakub Kądziołka [Thu, 23 Apr 2020 12:21:00 +0000 (14:21 +0200)]
git-version: Raise a condition instead of an error.

* guix/git-download.scm (git-version): Replace ERROR with RAISE
  and CONDITION.

This is a follow-up to commit bbf6bc1acc9bbdebf7ee7b68c0fa091733a5f6e1.

4 years agoRevert "gnu: u-boot: Update to 2020.04."
Mathieu Othacehe [Thu, 23 Apr 2020 11:03:35 +0000 (13:03 +0200)]
Revert "gnu: u-boot: Update to 2020.04."

This reverts commit be0ecfb1787b9e6954bf745bceeb1b9d2669d51a.

4 years agognu: emacs-4clojure: Fix license.
Nicolas Goaziou [Thu, 23 Apr 2020 08:32:06 +0000 (10:32 +0200)]
gnu: emacs-4clojure: Fix license.

* gnu/packages/emacs-xyz.scm (emacs-4clojure)[license]: Use GPL3+.

4 years agogit-version: Handle invalid arguments gracefully
Jakub Kądziołka [Wed, 15 Apr 2020 15:12:29 +0000 (17:12 +0200)]
git-version: Handle invalid arguments gracefully

* guix/git-download.scm (git-version): Add a check for commit ID length.

4 years agognu: Add visidata.
Ryan Prior [Tue, 21 Apr 2020 21:56:42 +0000 (16:56 -0500)]
gnu: Add visidata.

* gnu/packages/visidata.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
4 years agognu: Add pyzo.
Nicolas Goaziou [Wed, 22 Apr 2020 23:12:41 +0000 (01:12 +0200)]
gnu: Add pyzo.

* gnu/packages/python-xyz.scm (pyzo): New variable.

4 years agognu: Add piper.
Brendan Tildesley [Wed, 22 Apr 2020 22:44:28 +0000 (00:44 +0200)]
gnu: Add piper.

* gnu/packages/gnome.scm (piper): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
4 years agognu: Add libratbag.
Brendan Tildesley [Wed, 22 Apr 2020 22:39:07 +0000 (00:39 +0200)]
gnu: Add libratbag.

* gnu/packages/gnome.scm (libratbag): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
4 years agognu: Add python-evdev.
Brendan Tildesley [Wed, 22 Apr 2020 22:30:07 +0000 (00:30 +0200)]
gnu: Add python-evdev.

* gnu/packages/linux.scm (python-evdev): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
4 years agognu: Add udevil.
Raghav Gururajan [Tue, 14 Apr 2020 19:01:43 +0000 (15:01 -0400)]
gnu: Add udevil.

* gnu/packages/disk.scm (udevil): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
4 years agognu: emacs-4clojure: Fix typos in description.
Nicolas Goaziou [Wed, 22 Apr 2020 22:13:11 +0000 (00:13 +0200)]
gnu: emacs-4clojure: Fix typos in description.

* gnu/packages/emacs-xyz.scm (emacs-4clojure)[description]: Fix typos.

4 years agognu: emacs-4clojure: Fix version.
Nicolas Goaziou [Wed, 22 Apr 2020 22:10:08 +0000 (00:10 +0200)]
gnu: emacs-4clojure: Fix version.

* gnu/packages/emacs-xyz.scm (emacs-4clojure)[version]: Use `git-version' as
there is no proper release.

4 years agognu: Add emacs-4clojure.
Alberto Eleuterio Flores Guerrero [Wed, 22 Apr 2020 22:02:15 +0000 (00:02 +0200)]
gnu: Add emacs-4clojure.

* gnu/packages/emacs-xyz.scm (emacs-4clojure): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
4 years agognu: font-gnu-freefont: Add otf and woff font types.
Raghav Gururajan [Wed, 22 Apr 2020 19:07:01 +0000 (15:07 -0400)]
gnu: font-gnu-freefont: Add otf and woff font types.

* gnu/packages/fonts.scm (font-gnu-freefont): Add otf and woff font types.
* gnu/packages/genealogy.scm (gramps)[inputs]: Replace font-gnu-freefont-tff
with font-gnu-freefont.
* doc/guix.texi: Adjust a reference to the package.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: clipmenu: Fix hash.
John Soo [Sun, 19 Apr 2020 03:45:12 +0000 (20:45 -0700)]
gnu: clipmenu: Fix hash.

* gnu/packages/xdisorg.scm (clipmenu):[origin] Update hash.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
4 years agognu: Add emacs-xclip.
John Soo [Wed, 22 Apr 2020 21:47:59 +0000 (23:47 +0200)]
gnu: Add emacs-xclip.

* gnu/packages/emacs-xyz.scm (emacs-xclip): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
4 years agosystem: Automatically adjust linux-module packages to use the
Danny Milosavljevic [Wed, 22 Apr 2020 20:58:11 +0000 (22:58 +0200)]
system: Automatically adjust linux-module packages to use the
operating-system's kernel.

* gnu/system.scm (package-for-kernel): New procedure.
(operating-system-directory-base-entries): Use it.
* gnu/tests/linux-module.scm: Test it.

4 years agognu: wget2: Add support for gnu updater.
Efraim Flashner [Wed, 22 Apr 2020 20:35:54 +0000 (23:35 +0300)]
gnu: wget2: Add support for gnu updater.

* gnu/packages/wget.scm (wget2)[properties]: New field. Add
ftp-directory.

4 years agognu: commoncpp: Add support for gnu updater.
Efraim Flashner [Wed, 22 Apr 2020 20:34:20 +0000 (23:34 +0300)]
gnu: commoncpp: Add support for gnu updater.

* gnu/packages/telephony.scm (commoncpp)[properties]: New field. Add
ftp-directory, upstream-name.

4 years agognu: osip: Update to 5.1.1.
Efraim Flashner [Wed, 22 Apr 2020 20:16:39 +0000 (23:16 +0300)]
gnu: osip: Update to 5.1.1.

* gnu/packages/telephony.scm (osip): Update to 5.1.1.

4 years agognu: osip: Add support for gnu updater.
Efraim Flashner [Wed, 22 Apr 2020 20:14:19 +0000 (23:14 +0300)]
gnu: osip: Add support for gnu updater.

* gnu/packages/telephony.scm (osip)[properties]: New field. Add
upstream-name, ftp-directory.

4 years agognu: gama: Update to 2.08.
Efraim Flashner [Wed, 22 Apr 2020 20:06:33 +0000 (23:06 +0300)]
gnu: gama: Update to 2.08.

* gnu/packages/gps.scm (gama): Update to 2.08.

4 years agognu: parallel: Update to 20200422.
Efraim Flashner [Wed, 22 Apr 2020 20:03:12 +0000 (23:03 +0300)]
gnu: parallel: Update to 20200422.

* gnu/packages/parallel.scm (parallel): Update to 20200422.

4 years agognu: guile-8sync: Add support for gnu updater.
Efraim Flashner [Wed, 22 Apr 2020 19:55:10 +0000 (22:55 +0300)]
gnu: guile-8sync: Add support for gnu updater.

* gnu/packages/guile-xyz.scm (guile-8sync)[properties]: New field. Add
upstream-name.

4 years agodoc: cookbook: Explain how to use bind mounts.
Matthew Brooks [Wed, 22 Apr 2020 19:43:07 +0000 (15:43 -0400)]
doc: cookbook: Explain how to use bind mounts.

* doc/guix-cookbook.texi (Setting up a bind mount): Add example.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agodoc: Adjust @var vs. @code.
Ludovic Courtès [Wed, 22 Apr 2020 17:16:46 +0000 (19:16 +0200)]
doc: Adjust @var vs. @code.

* doc/guix.texi (Base Services): Adjust @var vs. @code.  Use 'cons'
instead of 'cons*' in example.

4 years agoservices: Add udev-rules-service helper.
Brice Waegeneire [Sun, 5 Apr 2020 19:51:41 +0000 (21:51 +0200)]
services: Add udev-rules-service helper.

* doc/guix.texi (Base services): Add documentation for
'udev-rules-service'. Replace examples of 'udev-service-type' extension
with 'udev-rules-service'.
* gnu/services/base.scm (udev-rules-service): New procedure.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: maths: dune-*: Update to version 2.7
Felix Gruber [Sun, 5 Apr 2020 12:51:41 +0000 (14:51 +0200)]
gnu: maths: dune-*: Update to version 2.7

* gnu/packages/maths.scm (dune-*): Update to version 2.7.
(dune-uggrid)[source] Download from Git, as no release tarball for
version 2.7 exists.
(dune-alugrid,dune-subgrid,dune-pdelab)[source] Use commit hashes as no
tags for version 2.7 exist (yet?).
(dune-istl)[source](patches) Add patch required to build version 2.7
without openmpi.
* gnu/packages/patches/dune-istl-2.7-fix-non-mpi-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agosystem: Split %BASE-PACKAGES in smaller parts.
Brice Waegeneire [Sat, 4 Apr 2020 07:59:48 +0000 (09:59 +0200)]
system: Split %BASE-PACKAGES in smaller parts.

* gnu/system.scm: (%base-packages-interactive, %base-packages-linux,
%base-packages-networking, %base-packages-utils): New variables.
(%base-packages): Use those new variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: Add blueman.
Raghav Gururajan [Mon, 20 Apr 2020 06:05:49 +0000 (02:05 -0400)]
gnu: Add blueman.

* gnu/packages/networking.scm (blueman): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agoprofiles: Add #:name parameter to 'profile-derivation'.
Ludovic Courtès [Wed, 22 Apr 2020 13:35:36 +0000 (15:35 +0200)]
profiles: Add #:name parameter to 'profile-derivation'.

* guix/profiles.scm (profile-derivation): Add #:name and pass it to
'gexp->derivation'.

4 years agosystem: 'operating-system-boot-parameters-file' uses 'scheme-file'.
Ludovic Courtès [Wed, 22 Apr 2020 13:03:51 +0000 (15:03 +0200)]
system: 'operating-system-boot-parameters-file' uses 'scheme-file'.

* gnu/system.scm (operating-system-boot-parameters-file): Use
'scheme-file' instead of 'gexp->file'.
(operating-system-directory-base-entries): Adjust accordingly.

4 years agogexp: Add 'load-path?' field to <scheme-file>.
Ludovic Courtès [Wed, 22 Apr 2020 13:24:47 +0000 (15:24 +0200)]
gexp: Add 'load-path?' field to <scheme-file>.

* guix/gexp.scm (<scheme-file>)[load-path?]: New field.
(scheme-file): Add #:set-load-path? and honor it.
(scheme-file-compiler): Pass #:set-load-path? to 'gexp->file'.
* doc/guix.texi (G-Expressions): Document it.

4 years agognu: pari-gp: Update to 2.11.4.
Andreas Enge [Wed, 22 Apr 2020 16:29:52 +0000 (18:29 +0200)]
gnu: pari-gp: Update to 2.11.4.

* gnu/packages/algebra.scm (pari-gp): Update to 2.11.4.

4 years agognu: ungoogled-chromium: Update to 81.0.4044.122-0.31d6e60 [security fixes].
Marius Bakke [Wed, 22 Apr 2020 12:52:11 +0000 (14:52 +0200)]
gnu: ungoogled-chromium: Update to 81.0.4044.122-0.31d6e60 [security fixes].

This fixes CVE-2020-6459, CVE-2020-6460, and CVE-2020-6458.

* gnu/packages/chromium.scm (%chromium-version): Set to 81.0.4044.122.
(%ungoogled-revision): Set to 31d6e60c96481599b42072b4489e4468280198e3.
(%chromium-origin, %ungoogled-origin): Update hashes.

4 years agognu: qt@4: Update source URI.
Marius Bakke [Tue, 21 Apr 2020 11:50:42 +0000 (13:50 +0200)]
gnu: qt@4: Update source URI.

* gnu/packages/qt.scm (qt-4)[source](uri): Adjust to current.

4 years agognu: Remove mumimu.
Ricardo Wurmus [Wed, 22 Apr 2020 13:43:00 +0000 (15:43 +0200)]
gnu: Remove mumimu.

* gnu/packages/mail.scm (mumimu): Remove variable.

4 years agognu: mumi: Update to 0.0.0-16.9175199.
Ricardo Wurmus [Wed, 22 Apr 2020 13:42:03 +0000 (15:42 +0200)]
gnu: mumi: Update to 0.0.0-16.9175199.

* gnu/packages/mail.scm (mumi): Update to 0.0.0-16.9175199.
[inputs]: Add guile-xapian; remove mumimu.

4 years agognu: Add w-scan.
Guillaume Le Vaillant [Wed, 22 Apr 2020 09:02:43 +0000 (11:02 +0200)]
gnu: Add w-scan.

* gnu/packages/video.scm (w-scan): New variable.

4 years agognu: Add font-meera-inimai.
Arun Isaac [Tue, 31 Mar 2020 09:40:12 +0000 (15:10 +0530)]
gnu: Add font-meera-inimai.

* gnu/packages/fonts.scm (font-meera-inimai): New variable.

4 years agognu: Add python-google-brotli.
Arun Isaac [Tue, 31 Mar 2020 09:39:01 +0000 (15:09 +0530)]
gnu: Add python-google-brotli.

* gnu/packages/compression.scm (python-google-brotli): New variable.

4 years agognu: linux-libre: Update to 5.4.34.
Mark H Weaver [Tue, 21 Apr 2020 22:22:09 +0000 (18:22 -0400)]
gnu: linux-libre: Update to 5.4.34.

* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.34.
(linux-libre-5.4-pristine-source): Update hash.

4 years agognu: linux-libre@5.6: Update to 5.6.6.
Mark H Weaver [Tue, 21 Apr 2020 22:21:11 +0000 (18:21 -0400)]
gnu: linux-libre@5.6: Update to 5.6.6.

* gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.6.
(linux-libre-5.6-pristine-source): Update hash.

4 years agognu: linux-libre@4.19: Update to 4.19.117.
Mark H Weaver [Tue, 21 Apr 2020 22:20:03 +0000 (18:20 -0400)]
gnu: linux-libre@4.19: Update to 4.19.117.

* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.117.
(linux-libre-4.19-pristine-source): Update hash.

4 years agonews: Add entry for the cookbook.
Ludovic Courtès [Tue, 21 Apr 2020 21:17:45 +0000 (23:17 +0200)]
news: Add entry for the cookbook.

* etc/news.scm: Add entry for the cookbook.

4 years agoself: Build and install 'guix-cookbook.info' and its translations.
Ludovic Courtès [Tue, 21 Apr 2020 21:05:02 +0000 (23:05 +0200)]
self: Build and install 'guix-cookbook.info' and its translations.

* guix/self.scm (translate-texi-manuals)[build]: Translate and install
guix-cookbook.texi.
(info-manual)[build]: Handle "guix-cookbook*.texi".

4 years agoself: translate-texi-manuals: Add 'available-translations'.
Ludovic Courtès [Tue, 21 Apr 2020 20:23:54 +0000 (22:23 +0200)]
self: translate-texi-manuals: Add 'available-translations'.

* guix/self.scm (translate-texi-manuals)[build](available-translations):
New procedure.
Use it rather than directly calling 'find-files' & co.

4 years agoself: translate-texi-manuals: Don't hardcode "guix.texi".
Ludovic Courtès [Tue, 21 Apr 2020 19:50:34 +0000 (21:50 +0200)]
self: translate-texi-manuals: Don't hardcode "guix.texi".

* guix/self.scm (translate-texi-manuals)[build](translate-texi): Add
'prefix' and #:extras parameters and honor them.  Adjust callers.

4 years agodoc: Include *.json files in the source.
Ludovic Courtès [Tue, 21 Apr 2020 21:30:51 +0000 (23:30 +0200)]
doc: Include *.json files in the source.

This is a followup to c9f321e52a99dea93fcc099372ea0167150b9aac.

* doc/build.scm (texinfo-manual-source)[build]: Add *.json to #$output.

4 years agognu: OpenSSL: Update to 1.1.1g [fixes CVE-2020-1967].
Leo Famulari [Tue, 21 Apr 2020 17:03:54 +0000 (13:03 -0400)]
gnu: OpenSSL: Update to 1.1.1g [fixes CVE-2020-1967].

* gnu/packages/tls.scm (openssl)[replacement]: Replace with openssl-1.1.1g.
(openssl-1.1.1e): Replace variable with ...
(openssl-1.1.1g): ... this.

4 years agognu: emacs-dired-toggle-sudo: Update to 1.0-0.13bbe52.
Michael Rohleder [Tue, 21 Apr 2020 14:01:27 +0000 (16:01 +0200)]
gnu: emacs-dired-toggle-sudo: Update to 1.0-0.13bbe52.

* gnu/packages/emacs-xyz.scm (emacs-dired-toggle-sudo): Update to 1.0-0.13bbe52.
* gnu/packages/patches/emacs-dired-toggle-sudo-emacs-26.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: shepherd: Add Guile 2.0 variant.
Ludovic Courtès [Tue, 21 Apr 2020 14:29:41 +0000 (16:29 +0200)]
gnu: shepherd: Add Guile 2.0 variant.

* gnu/packages/admin.scm (guile2.0-shepherd): New variable.

4 years agognu: shepherd: Update to 0.8.0.
Ludovic Courtès [Tue, 21 Apr 2020 14:06:53 +0000 (16:06 +0200)]
gnu: shepherd: Update to 0.8.0.

* gnu/packages/admin.scm (shepherd): Update to 0.8.0.
* gnu/services/shepherd.scm (shepherd-configuration-file): Use
'default-pid-file-timeout' instead of fiddling with '%pid-file-timeout'.

4 years agotests: web: Explicitly wait for the HTTP port.
Ludovic Courtès [Tue, 21 Apr 2020 14:28:47 +0000 (16:28 +0200)]
tests: web: Explicitly wait for the HTTP port.

* gnu/tests/web.scm (run-webserver-test)["HTTP port ready"]: New test.

4 years agotests: ssh: Explicitly wait for port 22.
Ludovic Courtès [Tue, 21 Apr 2020 13:47:56 +0000 (15:47 +0200)]
tests: ssh: Explicitly wait for port 22.

Previously we could occasionally try to connect before the server is
actually listening, both for OpenSSH and Dropbear.

* gnu/tests/ssh.scm (run-ssh-test)["wait for port 22"]: New test.

4 years agognu: guile-xapian: Update to 0.1.0.
Ricardo Wurmus [Tue, 21 Apr 2020 12:34:22 +0000 (14:34 +0200)]
gnu: guile-xapian: Update to 0.1.0.

* gnu/packages/guile-xyz.scm (guile-xapian): Update to 0.1.0.

4 years agognu: Add python-rdflib-jsonld.
Pjotr Prins [Tue, 21 Apr 2020 09:41:47 +0000 (12:41 +0300)]
gnu: Add python-rdflib-jsonld.

* gnu/packages/rdf.scm (python-rdflib-jsonld): New variable.

4 years agognu: rdf.scm: Use license: prefix.
Efraim Flashner [Tue, 21 Apr 2020 09:38:19 +0000 (12:38 +0300)]
gnu: rdf.scm: Use license: prefix.

* gnu/packages/rdf.scm: Use a 'license:' prefix for package licenses
instead of only importing a select number of licenses.

4 years agognu: Add u-boot-pinebook-pro-rk3399.
Vagrant Cascadian [Tue, 21 Apr 2020 01:21:07 +0000 (18:21 -0700)]
gnu: Add u-boot-pinebook-pro-rk3399.

* gnu/packages/bootloaders (u-boot-pinebook-pro-rk3399): New variable.
* gnu/packages/patches/u-boot-DT-for-Pinebook-Pro.patch: New file.
* gnu/packages/patches/u-boot-add-boe-nv140fhmn49-display.patch: New file.
* gnu/packages/patches/u-boot-gpio-keys-binding-cons.patch: New file.
* gnu/packages/patches/u-boot-leds-common-binding-con.patch: New file.
* gnu/packages/patches/u-boot-support-Pinebook-Pro-laptop.patch: New file.
* gnu/packages/patches/u-boot-video-rockchip-fix-build.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add new patches.
* gnu/bootloader/u-boot.scm (install-pinebook-pro-rk3399-u-boot,
  u-boot-pinebook-pro-rk3399-bootloader): New variable.

Co-authored-by: Jan Nieuwenhuizen <janneke@gnu.org>
4 years agognu: liblinphone: Fix icons.
Raghav Gururajan [Mon, 20 Apr 2020 05:47:50 +0000 (01:47 -0400)]
gnu: liblinphone: Fix icons.

* gnu/packages/linphone.scm (liblinphone): Fix icons.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
4 years agognu: obs: Update to 25.0.7.
Vagrant Cascadian [Mon, 20 Apr 2020 19:24:29 +0000 (12:24 -0700)]
gnu: obs: Update to 25.0.7.

* gnu/packages/video (obs): Update to 25.0.7.

4 years agopackages: Recommend against the use of 'package-file'.
Ludovic Courtès [Mon, 20 Apr 2020 21:37:05 +0000 (23:37 +0200)]
packages: Recommend against the use of 'package-file'.

* guix/packages.scm (package-file): Recommend against its use in the
docstring.
* doc/guix.texi (The Store Monad): Likewise.

4 years agoRevert "system: Don’t create a module database when no modules are available."
Ludovic Courtès [Mon, 20 Apr 2020 21:31:01 +0000 (23:31 +0200)]
Revert "system: Don’t create a module database when no modules are available."

This reverts commit b2fff3b5de7d510fe4809e9a97089dddf2a39ffc.

Fixes <https://bugs.gnu.org/40713>.
Reported by pkill9 <pkill9@runbox.com>.

This commit is incorrect: its effect depends on whether KERNEL's build
output is already available in the store, it breaks with non-package
kernels as reported at <https://bugs.gnu.org/40713>, and the
LINUX-MODULE-DATABASE hook is required at all times since
5c79f238634c5adb6657f1b4b1bb4ddb8bb73ef1 removed the relevant bits from
the 'linux-libre' package.