Commit graph

58840 commits

Author SHA1 Message Date
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
Mathieu Othacehe 938df0de73
Revert "gnu: u-boot: Update to 2020.04."
This reverts commit be0ecfb178.
2020-04-23 13:03:35 +02:00
Nicolas Goaziou 4eff273542
gnu: emacs-4clojure: Fix license.
* gnu/packages/emacs-xyz.scm (emacs-4clojure)[license]: Use GPL3+.
2020-04-23 10:32:06 +02:00
Jakub Kądziołka bbf6bc1acc
git-version: Handle invalid arguments gracefully
* guix/git-download.scm (git-version): Add a check for commit ID length.
2020-04-23 10:16:49 +02:00
Ryan Prior c47f48d972
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>
2020-04-23 07:08:07 +02:00
Nicolas Goaziou 179c59c3d3
gnu: Add pyzo.
* gnu/packages/python-xyz.scm (pyzo): New variable.
2020-04-23 01:12:41 +02:00
Brendan Tildesley 50d31a40f1
gnu: Add piper.
* gnu/packages/gnome.scm (piper): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-04-23 00:55:51 +02:00
Brendan Tildesley 2cd1de321f
gnu: Add libratbag.
* gnu/packages/gnome.scm (libratbag): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-04-23 00:49:16 +02:00
Brendan Tildesley e74b2c8e68
gnu: Add python-evdev.
* gnu/packages/linux.scm (python-evdev): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-04-23 00:49:16 +02:00
Raghav Gururajan 159e9dce17
gnu: Add udevil.
* gnu/packages/disk.scm (udevil): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-04-23 00:19:21 +02:00
Nicolas Goaziou e36065c1a4
gnu: emacs-4clojure: Fix typos in description.
* gnu/packages/emacs-xyz.scm (emacs-4clojure)[description]: Fix typos.
2020-04-23 00:13:11 +02:00
Nicolas Goaziou 034a3eacf7
gnu: emacs-4clojure: Fix version.
* gnu/packages/emacs-xyz.scm (emacs-4clojure)[version]: Use `git-version' as
there is no proper release.
2020-04-23 00:10:08 +02:00
Alberto Eleuterio Flores Guerrero 4e74cef97a
gnu: Add emacs-4clojure.
* gnu/packages/emacs-xyz.scm (emacs-4clojure): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-04-23 00:06:23 +02:00
Raghav Gururajan 5483a2d0a9
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>
2020-04-22 17:59:44 -04:00
John Soo 9fb2b7eeab
gnu: clipmenu: Fix hash.
* gnu/packages/xdisorg.scm (clipmenu):[origin] Update hash.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-04-22 23:55:33 +02:00
John Soo 541ec4d6e8
gnu: Add emacs-xclip.
* gnu/packages/emacs-xyz.scm (emacs-xclip): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-04-22 23:47:59 +02:00
Danny Milosavljevic f91ad0b13d
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.
2020-04-22 22:59:39 +02:00
Efraim Flashner 2213d00fac
gnu: wget2: Add support for gnu updater.
* gnu/packages/wget.scm (wget2)[properties]: New field. Add
ftp-directory.
2020-04-22 23:35:54 +03:00
Efraim Flashner c9508c4337
gnu: commoncpp: Add support for gnu updater.
* gnu/packages/telephony.scm (commoncpp)[properties]: New field. Add
ftp-directory, upstream-name.
2020-04-22 23:34:20 +03:00
Efraim Flashner 6ecce47180
gnu: osip: Update to 5.1.1.
* gnu/packages/telephony.scm (osip): Update to 5.1.1.
2020-04-22 23:16:39 +03:00
Efraim Flashner 6439c340a8
gnu: osip: Add support for gnu updater.
* gnu/packages/telephony.scm (osip)[properties]: New field. Add
upstream-name, ftp-directory.
2020-04-22 23:14:19 +03:00
Efraim Flashner f13f02f8b3
gnu: gama: Update to 2.08.
* gnu/packages/gps.scm (gama): Update to 2.08.
2020-04-22 23:10:22 +03:00
Efraim Flashner a9164807bd
gnu: parallel: Update to 20200422.
* gnu/packages/parallel.scm (parallel): Update to 20200422.
2020-04-22 23:10:22 +03:00
Efraim Flashner eee4173ccc
gnu: guile-8sync: Add support for gnu updater.
* gnu/packages/guile-xyz.scm (guile-8sync)[properties]: New field. Add
upstream-name.
2020-04-22 23:10:22 +03:00
Matthew Brooks 60651dd962
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>
2020-04-22 15:49:53 -04:00
Ludovic Courtès 9475c631a7
doc: Adjust @var vs. @code.
* doc/guix.texi (Base Services): Adjust @var vs. @code.  Use 'cons'
instead of 'cons*' in example.
2020-04-22 19:23:58 +02:00
Brice Waegeneire 2b0c0d9301
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>
2020-04-22 19:23:58 +02:00
Felix Gruber 6ca2d7dae0
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>
2020-04-22 19:23:58 +02:00
Brice Waegeneire 93664feee1
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>
2020-04-22 19:23:57 +02:00
Raghav Gururajan 3183148992
gnu: Add blueman.
* gnu/packages/networking.scm (blueman): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-22 19:23:57 +02:00
Ludovic Courtès 416f7f4f14
profiles: Add #:name parameter to 'profile-derivation'.
* guix/profiles.scm (profile-derivation): Add #:name and pass it to
'gexp->derivation'.
2020-04-22 19:23:57 +02:00