jackhill/guix/guix.git
4 years agognu: python-geventhttpclient: Disable test that fails with Python 3.8.
Marius Bakke [Fri, 24 Apr 2020 22:11:53 +0000 (00:11 +0200)]
gnu: python-geventhttpclient: Disable test that fails with Python 3.8.

* gnu/packages/python-web.scm (python-geventhttpclient)[arguments]: In the
check phase, add pytest flag to filter broken test.  While at it, don't
reorder the phase, as it now runs after install by default.

4 years agognu: python-aiohttp: Disable tests that fail with Python 3.8.
Marius Bakke [Fri, 24 Apr 2020 21:24:33 +0000 (23:24 +0200)]
gnu: python-aiohttp: Disable tests that fail with Python 3.8.

* gnu/packages/python-web.scm (python-aiohttp)[arguments]: Delete failing tests.

4 years agognu: font-gnu-freefont: Build with an older version of FontForge.
Marius Bakke [Fri, 24 Apr 2020 16:19:02 +0000 (18:19 +0200)]
gnu: font-gnu-freefont: Build with an older version of FontForge.

Fixes <https://bugs.gnu.org/40819>.
Reported by Jack Hill <jackhill@jackhill.us>.

* gnu/packages/fontutils.scm (fontforge-20190801): New public variable.
* gnu/packages/fonts.scm (font-gnu-freefont)[native-inputs]: Change from
inherited FontForge variant to FONTFORGE-20190801.

4 years agognu: emacs-guix: Add support for Guile 3.0.
Marius Bakke [Fri, 24 Apr 2020 15:43:38 +0000 (17:43 +0200)]
gnu: emacs-guix: Add support for Guile 3.0.

* gnu/packages/emacs-xyz.scm (emacs-guix)[source](modules, snippet): New fields.

4 years agoMerge branch 'master' into core-updates
Marius Bakke [Fri, 24 Apr 2020 15:28:11 +0000 (17:28 +0200)]
Merge branch 'master' into core-updates

4 years agognu: guix: Update to 7dd0539.
Marius Bakke [Fri, 24 Apr 2020 14:53:43 +0000 (16:53 +0200)]
gnu: guix: Update to 7dd0539.

* gnu/packages/package-management.scm (guix): Update to 1.1.0-1.7dd0539.

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 agonews: Add entry for the glibc 2.31 upgrade.
Marius Bakke [Thu, 23 Apr 2020 22:39:28 +0000 (00:39 +0200)]
news: Add entry for the glibc 2.31 upgrade.

* etc/news.scm: Add entry for a33eac038a811603c8b9ed106ae405a5f80a0e9d.

4 years agognu: Remove obsolete glibc-locales packages.
Marius Bakke [Thu, 23 Apr 2020 22:37:49 +0000 (00:37 +0200)]
gnu: Remove obsolete glibc-locales packages.

* gnu/packages/base.scm (glibc-utf8-locales-2.27, glibc-locales-2.27): Remove
variables.

4 years agognu: Update glibc locale compatibility packages for 2.29.
Marius Bakke [Thu, 23 Apr 2020 22:37:07 +0000 (00:37 +0200)]
gnu: Update glibc locale compatibility packages for 2.29.

* gnu/packages/base.scm (glibc-locales-2.28, glibc-utf8-locales-2.28): Rename
to ...
(glibc-locales-2.29, glibc-utf8-locales-2.29): ... this.  Update to 2.29.

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: GCC@8: Remove obsolete patch.
Marius Bakke [Thu, 23 Apr 2020 17:32:24 +0000 (19:32 +0200)]
gnu: GCC@8: Remove obsolete patch.

This is no longer required since the update to 8.4.0 in 60ce496ad8.

* gnu/packages/patches/gcc-8-libsanitizer-mode-size.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/gcc.scm (gcc-8)[source](patches): Remove it.

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: shepherd: Remove obsolete patch.
Marius Bakke [Thu, 23 Apr 2020 13:34:46 +0000 (15:34 +0200)]
gnu: shepherd: Remove obsolete patch.

* gnu/packages/patches/shepherd-hurd.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/admin.scm (shepherd)[source](patches): Remove.

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 agoMerge branch 'master' into core-updates
Marius Bakke [Thu, 23 Apr 2020 11:33:09 +0000 (13:33 +0200)]
Merge branch 'master' into core-updates

 Conflicts:
etc/news.scm
gnu/local.mk
gnu/packages/bootloaders.scm
gnu/packages/linphone.scm
gnu/packages/linux.scm
gnu/packages/tls.scm
gnu/system.scm

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: texinfo: Cross-build fix.
Jan (janneke) Nieuwenhuizen [Sun, 19 Apr 2020 10:06:46 +0000 (12:06 +0200)]
gnu: texinfo: Cross-build fix.

* gnu/packages/texinfo.scm (texinfo)[inputs]: Add perl.  This makes the host
texi2any (makeinfo) refer to the correct perl.  To avoid triggering a rebuild,
do this while cross-compiling only.

4 years agognu: automake: Support cross-build.
Jan (janneke) Nieuwenhuizen [Sat, 18 Apr 2020 17:50:06 +0000 (19:50 +0200)]
gnu: automake: Support cross-build.

Automake does not cross-built properly: it lacks the concept of
<tool>-for-build.  It runs the host `autoconf' during build.

* gnu/packages/autotools.scm (automake)[inputs]: Add autoconf, bash-minimal
and perl.  To avoid triggering a rebuild, do this while cross-compiling only.
[arguments]: When cross-building, add `patch-non-shebang-references' phase to
substitute autoconf and perl.

4 years agognu: autoconf: Support cross-build.
Jan (janneke) Nieuwenhuizen [Sat, 18 Apr 2020 17:49:54 +0000 (19:49 +0200)]
gnu: autoconf: Support cross-build.

Autoconf does not cross-built properly: it lacks the concept of
<tool>-for-build.  It runs the host `autom4te' (a perl script) during build.

* gnu/packages/autotools.scm (autoconf)[inputs]: Add bash-minimal, perl, and
m4.  To avoid triggering a rebuild, do this while cross-compiling only.
[arguments]: When cross-building, add `patch-non-shebang-references' phase to
substitute the host bash, m4 and perl.

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 agognu: qt@4: Hide the default GCC from CPLUS_INCLUDE_PATH.
Marius Bakke [Tue, 21 Apr 2020 17:07:09 +0000 (19:07 +0200)]
gnu: qt@4: Hide the default GCC from CPLUS_INCLUDE_PATH.

* gnu/packages/qt.scm (qt-4)[native-inputs]: Distinguish GCC-5.
[arguments]: Add phase to hide the default GCC from CPLUS_INCLUDE_PATH to fix
conflicting headers.

4 years agognu: python-jedi: Fix test failure with Python 3.8.
Marius Bakke [Tue, 21 Apr 2020 11:38:58 +0000 (13:38 +0200)]
gnu: python-jedi: Fix test failure with Python 3.8.

* gnu/packages/python-xyz.scm (python-jedi)[arguments]: Add phase
'adjust-test-for-python-3.8'.

4 years agognu: python-pyrsistent: Fix build with Pytest 5.
Marius Bakke [Tue, 21 Apr 2020 11:08:41 +0000 (13:08 +0200)]
gnu: python-pyrsistent: Fix build with Pytest 5.

* gnu/packages/python-xyz.scm (python-pyrsistent)[arguments]: New field.

4 years agognu: GNOME: Only include Eye of GNOME on x86_64-linux.
Marius Bakke [Sun, 19 Apr 2020 15:58:03 +0000 (17:58 +0200)]
gnu: GNOME: Only include Eye of GNOME on x86_64-linux.

* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Conditionally add EOG.