Commit graph

77945 commits

Author SHA1 Message Date
Nicolas Goaziou 0769ba2a08
gnu: Add rust-webbrowser-0.5.
* gnu/packages/crates-io.scm (rust-webbrowser-0.5): New variable.
2021-05-14 17:03:41 +02:00
Guillaume Le Vaillant 9bb89b640a
gnu: gnuradio-osmosdr: Fix Python tools.
* gnu/packages/radio.scm (gnuradio-osmosdr)[native-inputs]: Move python to ...
  [inputs]: ... here. Add python-numpy and python-pyqt.
  [arguments]: Add Python wrapping phase.
2021-05-14 16:53:11 +02:00
Lars-Dominik Braun 16ad755f94
gnu: python-jupyter-core: Disable config migration.
* gnu/packages/python-xyz.scm (python-jupyter-core) [#:phases]: Add new
phase 'disable-migration, which disables migration of Guix-owned
configuration directories.
2021-05-14 15:54:32 +02:00
pineapples e685ae63bb
gnu: Add seatd.
* gnu/packages/freedesktop.scm (seatd): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-14 14:47:17 +02:00
Zheng Junjie d456232712
import: go: Fix goproxy option argument's format.
Commit a8b927a562 Added new procedure go-module-available-versions use
'string-append' to GOPROXY, but 'string->symbol' let GOPROXY is a symbol (it
must be a string), which would lead to wrong-type-arg errors in the
'string-append' procedure.

* guix/scripts/import/go.scm (%options)[goproxy]: Remove call to
'string->symbol'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-14 14:47:16 +02:00
la snesne 905ecd78a7
gnu: rss-bridge: Update to 2020-11-10.
* gnu/packages/web.scm (rss-bridge): Update to 2020-11-10.
[build-system]: Switch to copy-build-system.
[arguments]: Adjust to new build system. Add phase "patch-paths".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-14 14:47:16 +02:00
Giacomo Leidi dec1009d82
gnu: Add xdg-desktop-portal-wlr.
* gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-14 14:47:16 +02:00
Xinglu Chen bdb6ff3ab1
gnu: mercurial: Update to 5.8.
* gnu/packages/version-control.scm (mercurial): Update to 5.8.
[build-system]: Switch from ‘python-build-system’ to ‘gnu-build-system’, this
will install additional things like man pages.
[arguments]<#:make-flags>: Set PREFIX argument.
[native-inputs]: Add ‘python-docutils’ for generating man pages.
[inputs]: Add ‘python’.
[description]: Fix formatting.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-14 14:47:16 +02:00
Xinglu Chen 909caad6be
gnu: Add guile-raw-strings.
* gnu/packages/guile-xyz.scm (guile-raw-strings): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-14 14:47:16 +02:00
Michael Rohleder 559d42d652
gnu: mediainfo: Update to 21.03.
* gnu/packages/video.scm (mediainfo): Update to 21.03.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-14 14:47:16 +02:00
Michael Rohleder 5c2fe9164c
gnu: libmediainfo: Update to 21.03.
* gnu/packages/video.scm (libmediainfo): Update to 21.03.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-14 14:47:15 +02:00
Ludovic Courtès a9431d8ec5
gnu: guile@3.0.7: Remove pre-built .go files.
Commit 47d48f0c43 unintentionally removed
the 'snippet' of GUILE-3.0-LATEST's origin, meaning that the pre-built
bootstrap .go files would be used.

* gnu/packages/guile.scm (guile-3.0-latest)[source]: Inherit
from (package-source guile-3.0), thereby restoring snippet.
2021-05-14 14:47:15 +02:00
Nicolas Goaziou c37d81c99d
gnu: emacs-pyim: Update to 3.7.6.
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.7.6.
2021-05-14 14:14:01 +02:00
Raghav Gururajan 100281dd20
gnu: Add cawbird.
* gnu/packages/syndication.scm (cawbird): New variable.
2021-05-14 00:04:54 -04:00
Raghav Gururajan 7c5ff1316f
gnu: xfe: Update to 1.44 and adjust potfiles.
* gnu/packages/disk.scm (xfe)[version]: Update to 1.44.
[phases](patch-potfiles): New phase.
2021-05-13 22:53:39 -04:00
Timothy Sample b9f0e78238
gnu: disarchive: Update to 0.2.1.
* gnu/packages/backup.scm (disarchive): Update to 0.2.1.
2021-05-13 22:46:51 -04:00
Jelle Licht bcdb8e9885
doc: Show how to enable Guile support for Geiser.
* doc/contributing.texi (The Perfect Setup): Adjust "guix package -i"
command line.
2021-05-13 23:28:36 +02:00
Tobias Geerinckx-Rice 71127538ac
gnu: chrony: Update to 4.1.
* gnu/packages/ntp.scm (chrony): Update to 4.1.
2021-05-13 16:50:50 +02:00
Tobias Geerinckx-Rice 0cbc8357b3
gnu: hplip: Update to 3.21.4.
* gnu/packages/cups.scm (hplip): Update to 3.21.4.
[source]: Remove fussy patch.  Replace it with an short snippet
substitution and...
[arguments]: ...the new "--disable-imageProcessor-build" configure flag.
* gnu/packages/patches/hplip-remove-imageprocessor.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2021-05-13 16:50:49 +02:00
Mathieu Othacehe 485a70264d
gnu: zfs-auto-snapshot: Fix indentation.
* gnu/packages/file-systems.scm (zfs-auto-snapshot): Fix indentation.
2021-05-13 16:24:32 +02:00
Mathieu Othacehe 95bc788002
gnu: zfs-auto-snapshot: Use git-fetch.
Do not use an autogenerated tarball. This is notified by "guix lint".

* gnu/packages/file-systems.scm (zfs-auto-snapshot)[source]: Use git-fetch
method.
2021-05-13 16:24:32 +02:00
Mathieu Othacehe da01347bf1
gnu: zfs-auto-snapshot: Wrap long lines.
* gnu/packages/file-systems.scm (zfs-auto-snapshot)[synopsis, description]:
Wrap long lines.
2021-05-13 15:58:25 +02:00
raid5atemyhomework ba3b295a3e
gnu: Add zfs-auto-snapshot.
* gnu/packages/file-systems.scm (zfs-auto-snapshot): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2021-05-13 15:07:40 +02:00
Marius Bakke 4daea80027
gnu: ungoogled-chromium: Update to 90.0.4430.212-0.3184907.
* gnu/packages/chromium.scm (%chromium-version): Set to 90.0.4430.212.
(ungoogled-chromium): Update hash.
2021-05-13 12:36:49 +02:00
Marius Bakke 8be3cd6ce9
gnu: gn: Build with Python 3.
* gnu/packages/build-tools.scm (gn)[native-inputs]: Change from PYTHON-2 to
PYTHON-WRAPPER.
[arguments]: Remove trailing #t's and make some cosmetic changes.
2021-05-13 12:36:49 +02:00
Nicolas Goaziou 426bed1f39
gnu: emacs-pyim: Update to 3.7.5.
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.7.5.
2021-05-13 10:19:43 +02:00
Nicolas Goaziou e1238a0c2b
gnu: emacs-emms: Update to 7.2.
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 7.2.
2021-05-13 10:17:06 +02:00
Mathieu Othacehe 4fe0c128e9
gnu: Add bmaptools.
* gnu/packages/disk.scm (bmaptools): New variable.
2021-05-13 09:59:08 +02:00
Leo Famulari b2d7d90075
gnu: linux-libre: Update to 5.11.20.
* gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.20.
(linux-libre-5.11-pristine-source): Update hash.
2021-05-13 02:15:34 -04:00
Leo Famulari 6079da40fb
gnu: linux-libre 5.12: Update to 5.12.3.
* gnu/packages/linux.scm (linux-libre-5.12-version): Update to 5.12.3.
(linux-libre-5.12-pristine-source): Update hash.
2021-05-13 02:15:31 -04:00
Oleg Pykhalov 827656c370
gnu: guile2.0-bash: Change name field.
This commit follows 08814ccc.

* gnu/packages/guile-xyz.scm (guile2.0-bash)[name]: Rename to guile2.0-bash.
2021-05-13 08:48:54 +03:00
Oleg Pykhalov 08814ccc54
gnu: guile-bash: Build with Guile 3.0.
* gnu/packages/guile-xyz.scm (guile2.0-bash): New variable.
(guile-bash): Build with Guile 3.0.
2021-05-13 08:45:36 +03:00
Tobias Geerinckx-Rice 696cf48b98
gnu: knot: Update to 3.0.6.
* gnu/packages/dns.scm (knot): Update to 3.0.6.
2021-05-13 01:15:10 +02:00
Tobias Geerinckx-Rice c72c83ab00
gnu: rpcbind: Update to 1.2.6.
* gnu/packages/onc-rpc.scm (rpcbind): Update to 1.2.6.
2021-05-13 01:15:10 +02:00
Tobias Geerinckx-Rice 811c9712cd
gnu: xfstests: Fix typo.
Syntax-highlighted monospace is overrated.  Nothing like glancing at
Webmail to spot obvious bugs.

* gnu/packages/file-systems.scm (xfstests)[arguments]: Omit /usr from /bin/time.
2021-05-13 01:15:10 +02:00
Tobias Geerinckx-Rice c6d1801015
gnu: lynis: Update to 3.0.4.
* gnu/packages/admin.scm (lynis): Update to 3.0.4.
2021-05-13 01:15:09 +02:00
Tobias Geerinckx-Rice 121b9354a2
gnu: webkitgtk: Update to 2.32.1.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.32.1.
2021-05-13 00:32:23 +02:00
Tobias Geerinckx-Rice 6a724b0277
gnu: btrfs-progs: Update to 5.12.
* gnu/packages/linux.scm (btrfs-progs): Update to 5.12.
[native-inputs]: Add linux-libre-headers-5.10.
2021-05-13 00:32:22 +02:00
Tobias Geerinckx-Rice f5d0e35b94
gnu: hdparm: Update to 9.62.
* gnu/packages/linux.scm (hdparm): Update to 9.62.
2021-05-13 00:32:22 +02:00
Tobias Geerinckx-Rice 103c38b798
gnu: libupnp: Update to 1.14.7.
* gnu/packages/upnp.scm (libupnp): Update to 1.14.7.
2021-05-13 00:32:22 +02:00
Tobias Geerinckx-Rice 026a16ff0d
gnu: squid: Update to 4.15.
* gnu/packages/networking.scm (squid): Update to 4.15.
2021-05-13 00:32:22 +02:00
Tobias Geerinckx-Rice 79b9131234
gnu: svt-av1: Update to 0.8.7.
* gnu/packages/video.scm (svt-av1): Update to 0.8.7.
2021-05-13 00:32:21 +02:00
Tobias Geerinckx-Rice bd1c5fe46b
gnu: snappy: Update to 1.1.9.
* gnu/packages/compression.scm (snappy): Update to 1.1.9.
[source]: Add another patch.
[arguments]: Add new #:configure-flags and an
'unpack-third_party-subprojects phase.
[native-inputs]: Add the sources for benchmark and googletests.
* gnu/packages/patches/snappy-add-inline-for-GCC.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2021-05-13 00:32:21 +02:00
Tobias Geerinckx-Rice c9c274172b
gnu: qjackctl: Build with CMake.
It is better supported upstream.

* gnu/packages/audio.scm (qjackctl)[build-system]: Switch to
CMAKE-BUILD-SYSTEM.
2021-05-13 00:32:21 +02:00
Tobias Geerinckx-Rice fe795eeb2d
gnu: qjackctl: Update to 0.9.3.
* gnu/packages/audio.scm (qjackctl): Update to 0.9.3.
2021-05-13 00:32:21 +02:00
Tobias Geerinckx-Rice c36ef82054
gnu: ccache: Update to 4.3.
* gnu/packages/ccache.scm (ccache): Update to 4.3.
2021-05-13 00:32:20 +02:00
Tobias Geerinckx-Rice f5a0c6baba
gnu: libjcat: Update to 0.1.7.
* gnu/packages/compression.scm (libjcat): Update to 0.1.7.
2021-05-13 00:32:20 +02:00
Tobias Geerinckx-Rice 6fccdb55bd
gnu: Add xfstests.
* gnu/packages/file-systems.scm (xfstests): New public variable.
2021-05-13 00:32:20 +02:00
Vinicius Monego 7fb7384134
gnu: pre-commit: Update to 2.12.1.
* gnu/packages/version-control.scm (pre-commit): Update to 2.12.1.
[arguments]: Make source tree writable and initialize a git repository before
check phase. Simplify check phase.
[native-inputs]: Add python-covdefaults, python-coverage, python-distlib/next,
python-pytest-env, which.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-13 00:19:58 +02:00
Ludovic Courtès 3cde5231aa
challenge: Be defensive in the size passed to the progress reporter.
Possibly fixes <https://bugs.gnu.org/48045>.
Reported by Bone Baboon <bone.baboon@disroot.org>.

* guix/scripts/challenge.scm (call-with-nar): Rename second value
returned by 'http-fetch' to match reality.  Change second argument to
'progress-reporter/file'.
2021-05-13 00:19:58 +02:00