Commit graph

58920 commits

Author SHA1 Message Date
Pierre Langlois c10e8cf75e
gnu: u-boot: Update to 2020.04.
* gnu/packages/bootloaders (u-boot): Update to 2020.04.
  [native-inputs]: Replace sdl with sdl2.

Co-authored-by: Vagrant Cascadian <vagrant@debian.org>
2020-04-24 15:59:44 -07:00
Arun Isaac 0d36d0baea
gnu: Add maradns.
* gnu/packages/dns.scm (maradns): New variable.
2020-04-25 03:43:08 +05:30
Mark H Weaver 1317ff3259
gnu: linux-libre@4.14: Update to 4.14.177.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.177.
(linux-libre-4.14-pristine-source): Update hash.
2020-04-24 18:07:54 -04:00
Mark H Weaver 0c8941b504
gnu: linux-libre@4.9: Update to 4.9.220.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.220.
(linux-libre-4.9-pristine-source): Update hash.
2020-04-24 18:07:18 -04:00
Mark H Weaver 9c8b5d5e08
gnu: linux-libre@4.4: Update to 4.4.220.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.220.
(linux-libre-4.4-pristine-source): Update hash.
2020-04-24 18:06:14 -04:00
Jack Hill 45320ad808
gnu: pdfpc: Upgrade to 4.4.0
* gnu/packages/pdf.scm (pdfpc): Upgrade to 4.4.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-24 23:24:23 +02:00
Marius Bakke 5e57967652
gnu: python-pytest-timeout: Update to 1.3.4.
* gnu/packages/check.scm (python-pytest-timeout): Update to 1.3.4.
[arguments]: Override check phase.
[native-inputs]: Add PYTHON-PEXPECT.
2020-04-24 23:24:23 +02:00
Raghav Gururajan ddb0fef554
gnu: Add ktsuss.
* gnu/packages/admin.scm (ktsuss): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-04-24 22:10:57 +02:00
Raghav Gururajan bf37b49cdd
gnu: spacefm: Add dependencies for extra functionality.
* gnu/packages/lxde.scm (spacefm): Add dependencies for extra functionality.

Adding these inputs and making required changes to build-system+arguments;
provides icons, privilege-management and disk-management.
2020-04-24 22:03:09 +02:00
Nicolas Goaziou 2c8305d140
doc: cookbook: Use @file for file names and extensions.
* doc/guix-cookbook.texi (@samp{GUIX_PACKAGE_PATH}):
(Extended example):
(Setting up a bind mount):
(Basic setup with manifests):
(Default profile): Use @file instead of @samp or @code for file names and
extensions.
2020-04-24 18:40:04 +02:00
Nicolas Goaziou cc765e478a
doc: cookbook: Fix misuses of double spacing.
* doc/guix-cookbook.texi (Extended example):
(StumpWM):
(Basic setup with manifests): Prevent Texinfo from ending a sentence where it
should not.
(Setting up a bind mount): Add two spaces where needed.
2020-04-24 18:32:56 +02:00
Marius Bakke 9b42918edd
gnu: guix: Update to 7dd0539.
* gnu/packages/package-management.scm (guix): Update to 1.1.0-1.7dd0539.
2020-04-24 16:53:43 +02:00
Marius Bakke 7dd05396ef
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.
2020-04-24 16:24:01 +02:00
Ludovic Courtès 40fd909e3d
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 41a010875b.

* gnu/packages/tex.scm (biber): Downgrade to 2.11.
2020-04-24 16:22:02 +02:00
Ludovic Courtès 122b3cd68d
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.
2020-04-24 16:21:13 +02:00
Ludovic Courtès 2520059bdb
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.
2020-04-24 16:21:13 +02:00
Ludovic Courtès 193192ca77
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.
2020-04-24 16:21:13 +02:00
Naga Malleswari 4ac3461a80
gnu: Add r-rxnat.
* gnu/packages/cran.scm (r-rxnat): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-04-24 15:56:54 +02:00
Naga Malleswari 5b38f038f6
gnu: Add r-rcdd.
* gnu/packages/cran.scm (r-rcdd): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-04-24 15:54:42 +02:00
Naga Malleswari 53269e6971
gnu: Add r-dcv.
* gnu/packages/cran.scm (r-dcv): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-04-24 15:53:21 +02:00
Ricardo Wurmus 3a8ee5ef42
gnu: r-tea: Fix typo.
* gnu/packages/cran.scm (r-tea)[description]: Fix typo.
2020-04-24 15:51:52 +02:00
Naga Malleswari 26e5dab74a
gnu: Add r-stam.
* gnu/packages/cran.scm (r-stam): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-04-24 15:51:39 +02:00
Naga Malleswari d234006b38
gnu: Add r-grouped.
* gnu/packages/cran.scm (r-grouped): New variable.
2020-04-24 15:51:39 +02:00
Naga Malleswari aa3fdca85c
gnu: Add r-sgloptim.
* gnu/packages/cran.scm (r-sgloptim): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-04-24 15:51:39 +02:00
Naga Malleswari ea43d299fa
gnu: Add r-aws.
* gnu/packages/cran.scm (r-aws): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-04-24 15:51:38 +02:00
Naga Malleswari fe14871edd
gnu: Add r-awsmethods.
* gnu/packages/cran.scm (r-awsmethods): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-04-24 15:43:01 +02:00
Naga Malleswari ba07c7f067
gnu: Add r-tea.
* gnu/packages/cran.scm (r-tea): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-04-24 15:40:10 +02:00
Ricardo Wurmus a1d369f139
gnu: Add texlive-csquotes.
* gnu/packages/tex.scm (texlive-csquotes): New variable.
2020-04-24 15:19:35 +02:00
Marius Bakke 962554ddcf
guix package: Export 'search-path-environment-variables'.
...because Emacs-Guix uses it.

* guix/scripts/package.scm (search-path-environment-variables): Export.
2020-04-24 15:15:50 +02:00
Efraim Flashner 1e700c656a
gnu: datamash: Update to 1.7.
* gnu/packages/datamash.scm (datamash): Update to 1.7.
2020-04-24 14:52:32 +03:00
Efraim Flashner 2fea2b6414
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.
2020-04-24 14:52:32 +03:00
Mathieu Othacehe 1597613488
Revert "licenses: Export license record."
This reverts commit f0779922ff. We do not want
to export the license record, see:
https://lists.gnu.org/archive/html/guix-commits/2020-04/msg01923.html.
2020-04-24 09:10:35 +02:00
Mark H Weaver 298c113134
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.
2020-04-23 19:57:00 -04:00
Mark H Weaver 3fdccd5ba6
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.
2020-04-23 19:56:13 -04:00
Mark H Weaver 887c61e67f
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.
2020-04-23 19:55:15 -04:00
Guillaume Le Vaillant 5a91563221
gnu: Add wsjtx.
* gnu/packages/radio.scm (wsjtx-hamlib): New variable.
  (wsjtx): New variable.
2020-04-24 00:00:33 +02:00
Guillaume Le Vaillant e6d141652c
gnu: fldigi: Add hamlib support.
* gnu/packages/radio.scm (fldigi)[inputs]: Add hamlib and libusb.
2020-04-24 00:00:33 +02:00
Guillaume Le Vaillant 409dfdf03d
gnu: Add hamlib.
* gnu/packages/radio.scm (hamlib): New package.
2020-04-24 00:00:33 +02:00
Alexandros Theodotou b90b7f16ed
gnu: Add wolf-spectrum.
* gnu/packages/music.scm (wolf-spectrum): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-23 23:59:23 +02:00
Alexandros Theodotou 59be2959a6
gnu: Add wolf-shaper.
* gnu/packages/music.scm (wolf-shaper): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-23 23:59:23 +02:00
Ludovic Courtès 62bc3c5b04
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".
2020-04-23 23:59:23 +02:00
Ludovic Courtès d9e83f2a64
doc: Build more man pages.
* doc/local.mk (sub_commands_mans): Add guix-deploy.1,
guix-time-machine.1, and guix-weather.1.
2020-04-23 23:59:22 +02:00
Ludovic Courtès 12da5162e4
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'.
2020-04-23 23:59:22 +02:00
Leo Famulari 0f25feb159
gnu: Squid: Update to 4.11 [fixes CVE-2020-{11945,12519,12521}].
* gnu/packages/networking.scm (squid): Update to 4.11.
2020-04-23 13:25:14 -04:00
Nicolas Goaziou 54b3d583af
gnu: grammalecte: Update to 1.9.0.
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.9.0.
2020-04-23 19:17:52 +02:00
Tobias Geerinckx-Rice 0fb2bc8392
gnu: liburcu: Update to 0.12.1.
* gnu/packages/datastructures.scm (liburcu): Update to 0.12.1.
2020-04-23 19:07:20 +02:00
Leo Famulari 8e2a423800
gnu: GNU FreeFont: Add a deprecated alias for "font-gnu-freefont-ttf".
This is a followup to commit 5483a2d0a9.

* gnu/packages/fonts.scm (font-gnu-freefont-ttf): New variable.
2020-04-23 12:35:43 -04:00
zimoun f0779922ff
licenses: Export license record.
* guix/licenses.scm (<license>): Export it.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-04-23 16:28:39 +02:00
Ricardo Wurmus cf4a56d748
gnu: Add texlive-marginnote.
* gnu/packages/tex.scm (texlive-marginnote): New variable.
2020-04-23 15:04:12 +02:00
Jakub Kądziołka e84d9dcd5b
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 bbf6bc1acc.
2020-04-23 14:23:03 +02:00