jackhill/guix/guix.git
3 years agognu: rust-walkdir: Don't include minor version in variable name.
Jakub Kądziołka [Mon, 3 Aug 2020 16:24:48 +0000 (18:24 +0200)]
gnu: rust-walkdir: Don't include minor version in variable name.

* gnu/packages/crates-io.scm (rust-walkdir-2.3): Rename to...
  (rust-walkdir-2): ...this.
  (rust-walkdir-1.0): Rename to...
  (rust-walkdir-1): ...this.

3 years agognu: Add tascam-gtk.
Ricardo Wurmus [Tue, 4 Aug 2020 13:11:02 +0000 (15:11 +0200)]
gnu: Add tascam-gtk.

* gnu/packages/music.scm (tascam-gtk): New variable.

3 years agognu: Add libxmlplusplus-2.6.
Ricardo Wurmus [Tue, 4 Aug 2020 13:10:09 +0000 (15:10 +0200)]
gnu: Add libxmlplusplus-2.6.

* gnu/packages/xml.scm (libxmlplusplus-2.6): New variable.

3 years agognu: Add libxmlplusplus.
Ricardo Wurmus [Tue, 4 Aug 2020 13:09:36 +0000 (15:09 +0200)]
gnu: Add libxmlplusplus.

* gnu/packages/xml.scm (libxmlplusplus): New variable.

3 years agognu: Add paperview.
Oleg Pykhalov [Tue, 4 Aug 2020 08:05:07 +0000 (11:05 +0300)]
gnu: Add paperview.

* gnu/packages/games.scm (paperview): New variable.

3 years agognu: catch-framework2: Update to 2.13.0.
Efraim Flashner [Tue, 4 Aug 2020 07:07:47 +0000 (10:07 +0300)]
gnu: catch-framework2: Update to 2.13.0.

* gnu/packages/check.scm (catch-framework2): Update to 2.13.0.
* gnu/packages/engineering.scm (libfive)[arguments]: Adjust custom
'find-catch phase for updated include path.
* gnu/packages/xdisorg.scm (j4-dmenu-desktop)[arguments]: Add custom
'find-catch phase to search for updated catch2 include directory.

3 years agognu: pjproject-jami: Reuse more of the base pjproject.
Maxim Cournoyer [Sat, 1 Aug 2020 06:54:38 +0000 (02:54 -0400)]
gnu: pjproject-jami: Reuse more of the base pjproject.

Now that the base pjproject is built as a shared library, the cost of adding
dependencies shared with Jami is minimal.  The pjproject-jami now differs only
by its added patches.

* gnu/packages/jami.scm (pjproject-jami)[arguments]: Use the
substitute-keyword-arguments macro to reuse the base pjproject package
arguments, adding only the 'apply-patches phase.

3 years agognu: opendht: Propagate gnutls.
Maxim Cournoyer [Sun, 2 Aug 2020 03:39:48 +0000 (23:39 -0400)]
gnu: opendht: Propagate gnutls.

Propagate gnutls as it's included by the opendht/crypto.h header file.

* gnu/packages/networking.scm (opendht)[inputs]: Move gnutls...
[propagated-inputs]: ...to here.  Move argon2 to inputs.

3 years agognu: pjproject: Enable shared libraries.
Maxim Cournoyer [Sat, 1 Aug 2020 06:08:30 +0000 (02:08 -0400)]
gnu: pjproject: Enable shared libraries.

* gnu/packages/telephony.scm (pjproject)[outputs]: Add a "static" output.
[phases]: Move the 'check phase after the 'install phase.
{move-static-libraries}: Add phase.
[configure-flags]: Set LDFLAGS to add a runpath reference to self.

3 years agognu: pjproject: Include sensible configure flags from pjproject-jami.
Maxim Cournoyer [Sat, 1 Aug 2020 04:06:52 +0000 (00:06 -0400)]
gnu: pjproject: Include sensible configure flags from pjproject-jami.

This is done so the regular pjproject has more in common with
pjproject-jami, which allows simplifying its definition.

* gnu/packages/telephony.scm (pjproject)[configure-flags]: Add
'--enable-epoll' when the system is Linux.  Define CFLAGS with
the '-DNDEBUG' options.

3 years agognu: pjproject: Fix problem in pkg-config file.
Maxim Cournoyer [Mon, 3 Aug 2020 06:01:19 +0000 (02:01 -0400)]
gnu: pjproject: Fix problem in pkg-config file.

* gnu/packages/patches/pjproject-correct-the-cflags-field.patch: Add patch.
* gnu/packages/patches/pjproject-fix-pkg-config-ldflags.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Register the new patches.
* gnu/packages/telephony.scm (pjproject): Use them.
* gnu/packages/jami.scm (pjproject-jami): Remove a patch from
pjproject-jami that is already applied against pjproject.

3 years agognu: pjproject: Fix build and enable tests.
Maxim Cournoyer [Sat, 1 Aug 2020 02:48:26 +0000 (22:48 -0400)]
gnu: pjproject: Fix build and enable tests.

* gnu/packages/telephony.scm (pjproject)[origin]: Simplify snippet definition
and remove all bundled libraries.
[outputs]: Add a debug output.
[arguments]: Enable tests, and explicit the configure flags now required to
build using only system libraries.
[phases]{make-source-files-writable}: Add phase.
{disable-some-tests}: Overhaul phase.
[inputs]: Add bcg729, gsm, libsamplerate, opus, portaudio and speexdsp.

3 years agognu: resample: Improve synopsis and description.
Maxim Cournoyer [Sat, 1 Aug 2020 02:58:19 +0000 (22:58 -0400)]
gnu: resample: Improve synopsis and description.

The synopsis mentioned a library but it is instead a set of command line
utilities.

* gnu/packages/audio.scm (resample)[synopsis]: Mention these are utilities.
[description]: Describe the two included command line utilities in more
detail.

3 years agognu: Add inspircd.
Brett Gilio [Tue, 4 Aug 2020 03:12:41 +0000 (22:12 -0500)]
gnu: Add inspircd.

* gnu/packages/irc.scm (inspircd): New variable.

3 years agognu: libjpeg-turbo: Replace with 2.0.5 [fixes CVE-2020-13790].
Mark H Weaver [Mon, 3 Aug 2020 20:25:55 +0000 (16:25 -0400)]
gnu: libjpeg-turbo: Replace with 2.0.5 [fixes CVE-2020-13790].

* gnu/packages/image.scm (libjpeg-turbo/fixed): New variable.
(libjpeg-turbo)[replacement]: New field.

3 years agognu: libjpeg: Update to 9d [security fixes].
Mark H Weaver [Mon, 3 Aug 2020 20:16:53 +0000 (16:16 -0400)]
gnu: libjpeg: Update to 9d [security fixes].

Includes fixes for CVE-2020-13790 and CVE-2020-14152.

* gnu/packages/image.scm (ijg-libjpeg): Update to 9d.

3 years agognu: Remove libjpeg@8d.
Mark H Weaver [Mon, 3 Aug 2020 20:00:30 +0000 (16:00 -0400)]
gnu: Remove libjpeg@8d.

This version of ijg-libjpeg contains security vulnerabilities
and is not used by any other package in Guix.

* gnu/packages/image.scm (ijg-libjpeg-8): Remove variable.

3 years agognu: libxfce4util: Update source URI.
Michael Rohleder [Mon, 3 Aug 2020 13:31:21 +0000 (15:31 +0200)]
gnu: libxfce4util: Update source URI.

* gnu/packages/xfce.scm (libxfce4util)[source]: Update URI.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
3 years agognu: emacs-hl-todo: Update to 3.1.2.
Michael Rohleder [Mon, 3 Aug 2020 12:37:58 +0000 (14:37 +0200)]
gnu: emacs-hl-todo: Update to 3.1.2.

* gnu/packages/emacs-xyz.scm (emacs-hl-todo): Update to 3.1.2.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
3 years agognu: rust-1.45: Update to 1.45.2.
Jakub Kądziołka [Mon, 3 Aug 2020 15:57:33 +0000 (17:57 +0200)]
gnu: rust-1.45: Update to 1.45.2.

* gnu/packages/rust.scm (rust-1.45): Update to 1.45.2.

3 years agofile-systems: Leave room for extension in serialized specs.
Ludovic Courtès [Mon, 3 Aug 2020 15:44:38 +0000 (17:44 +0200)]
file-systems: Leave room for extension in serialized specs.

* gnu/system/file-systems.scm (spec->file-system): Ignore extra fields.
(file-system->spec): Add comment.

3 years agoscripts: Pass #:verbosity to 'build-notifier'.
Ludovic Courtès [Wed, 22 Jul 2020 21:22:13 +0000 (23:22 +0200)]
scripts: Pass #:verbosity to 'build-notifier'.

* guix/scripts/archive.scm (guix-archive): Pass #:verbosity to
'build-notifier'.
* guix/scripts/build.scm (guix-build): Likewise.
* guix/scripts/copy.scm (guix-copy): Likewise.
* guix/scripts/deploy.scm (guix-deploy): Likewise.
* guix/scripts/environment.scm (guix-environment): Likewise.
* guix/scripts/pack.scm (guix-pack): Likewise.
* guix/scripts/package.scm (guix-package*): Likewise.
* guix/scripts/pull.scm (guix-pull): Likewise.
* guix/scripts/system.scm (verbosity-level): New procedure.
(process-action): Pass #:verbosity to 'build-notifier'.
(guix-system): Use 'verbosity-level' for 'with-status-verbosity'.

3 years agoui: Add #:verbosity to 'show-what-to-build'.
Ludovic Courtès [Wed, 22 Jul 2020 21:11:56 +0000 (23:11 +0200)]
ui: Add #:verbosity to 'show-what-to-build'.

* guix/ui.scm (%default-verbosity): New variable.
(show-what-to-build): Add #:verbosity and honor it.
(build-notifier): Add #:verbosity and pass it to 'show-what-to-build'.

3 years agodoc: Document 'mount-may-fail?' field.
Ludovic Courtès [Mon, 3 Aug 2020 15:14:54 +0000 (17:14 +0200)]
doc: Document 'mount-may-fail?' field.

This is a followup to 7c27bd115b14afd142da7684cc349369965f9eab.

* doc/guix.texi (File Systems): Document 'mount-may-fail?'.

3 years agognu: emacs-guix: Update to latest gitlab version.
Michael Rohleder [Fri, 31 Jul 2020 06:33:43 +0000 (08:33 +0200)]
gnu: emacs-guix: Update to latest gitlab version.

* gnu/packages/emacs-xyz.scm (emacs-guix): Update to a 0.5.2 snapshot.
fix https://issues.guix.gnu.org/41063
[source] changes to git-getch.
[snippet] removed.
[native-inputs] added tools to build.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: easyrpg-player: Update to 0.6.2.1.
Efraim Flashner [Mon, 3 Aug 2020 13:43:28 +0000 (16:43 +0300)]
gnu: easyrpg-player: Update to 0.6.2.1.

* gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.6.2.1.

3 years agognu: xfce4-terminal: Update to 0.8.9.2.
Michael Rohleder [Mon, 3 Aug 2020 08:53:04 +0000 (10:53 +0200)]
gnu: xfce4-terminal: Update to 0.8.9.2.

* gnu/packages/xfce.scm (xfce4-terminal): Update to 0.8.9.2.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: xfce4-time-out-plugin: Update to 1.1.1.
Michael Rohleder [Mon, 3 Aug 2020 08:37:19 +0000 (10:37 +0200)]
gnu: xfce4-time-out-plugin: Update to 1.1.1.

* gnu/packages/xfce.scm (xfce4-time-out-plugin): Update to 1.1.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: emacs: Ignore empty XIM styles.
Leo Prikler [Sun, 2 Aug 2020 18:46:58 +0000 (20:46 +0200)]
gnu: emacs: Ignore empty XIM styles.

As of libx11 version 1.6.10, xim may be NULL, which causes a segmentation
fault in the execution of ARRAYELTS.  As a cautionary measure, we
short-circuit this logic.

* gnu/packages/patches/emacs-ignore-empty-xim-styles.patch: New file.
* gnu/packages/emacs.scm (emacs emacs-next)[patches]: Use it.
* gnu/local.mk: Register it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: android: Export android-liblog.
Denis 'GNUtoo' Carikli [Sat, 1 Aug 2020 20:16:25 +0000 (22:16 +0200)]
gnu: android: Export android-liblog.

* gnu/packages/android.scm (android-liblog): Export it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: android: Export android-libcutils.
Denis 'GNUtoo' Carikli [Sat, 1 Aug 2020 20:16:24 +0000 (22:16 +0200)]
gnu: android: Export android-libcutils.

* gnu/packages/android.scm (android-libcutils): Export it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: xfce4-stopwatch-plugin: Update to 0.4.0.
Michael Rohleder [Sat, 1 Aug 2020 08:15:08 +0000 (10:15 +0200)]
gnu: xfce4-stopwatch-plugin: Update to 0.4.0.

* gnu/packages/xfce.scm (xfce4-stopwatch-plugin): Update to 0.4.0.
[arguments]: Enable "tests".

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: Add python-onnx.
Vinicius Monego [Sat, 1 Aug 2020 14:43:21 +0000 (11:43 -0300)]
gnu: Add python-onnx.

* gnu/packages/machine-learning.scm (python-onnx): New variable.
* gnu/packages/patches/python-onnx-use-system-googletest.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: python-protobuf: Update to 3.12.4.
Vinicius Monego [Sat, 1 Aug 2020 14:43:20 +0000 (11:43 -0300)]
gnu: python-protobuf: Update to 3.12.4.

* gnu/packages/protobuf.scm (python-protobuf): Update to 3.12.4.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: cuirass: Update to 0.0.1-42.d332955.
Mathieu Othacehe [Sun, 2 Aug 2020 17:19:56 +0000 (19:19 +0200)]
gnu: cuirass: Update to 0.0.1-42.d332955.

* gnu/packages/ci.scm (cuirass): Update to 0.0.1-42.d332955.

3 years agognu: cuirass: Update to 0.0.1-41.614ea05.
Mathieu Othacehe [Sun, 2 Aug 2020 16:43:09 +0000 (18:43 +0200)]
gnu: cuirass: Update to 0.0.1-41.614ea05.

* gnu/packages/ci.scm (cuirass): Update to 0.0.1-41.614ea05.

3 years agognu: emacs-dhall-mode: Update to 0.1.3-1.484bcf8.
Oleg Pykhalov [Sun, 2 Aug 2020 15:48:00 +0000 (18:48 +0300)]
gnu: emacs-dhall-mode: Update to 0.1.3-1.484bcf8.

* gnu/packages/emacs-xyz.scm (emacs-dhall-mode): Update to 0.1.3-1.484bcf8.

3 years agognu: emacs-org-roam: Update to 1.2.1.
Pierre Langlois [Sun, 28 Jun 2020 12:17:34 +0000 (14:17 +0200)]
gnu: emacs-org-roam: Update to 1.2.1.

* gnu/packages/emacs.scm (emacs-org-roam): Update to 1.2.1.
[propagated-inputs]: Replace emacs-emacsql with emacs-emacsql-sqlite3.
[home-page]: Update URL.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
3 years agognu: Add emacs-emacsql-sqlite3.
Pierre Langlois [Wed, 29 Jul 2020 23:20:43 +0000 (00:20 +0100)]
gnu: Add emacs-emacsql-sqlite3.

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

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
3 years agoservices: Add zram-device-service.
Efraim Flashner [Wed, 22 Jul 2020 18:07:31 +0000 (21:07 +0300)]
services: Add zram-device-service.

* gnu/services/linux.scm (<zram-device-configuration>): New record.
(zram-device-service-type): New variable.
* doc/guix.texi (Linux Services): Document it.
* tests/services/linux.scm (zram-swap-device-test): New tests.

3 years agognu: Add cl-qbase64.
Adam Kandur [Sun, 2 Aug 2020 07:24:59 +0000 (09:24 +0200)]
gnu: Add cl-qbase64.

* gnu/packages/lisp-xyz.scm (sbcl-qbase64, cl-qbase64, ecl-qbase64): New
  variables.

Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: sbcl-eos: Update to 0.0.0-2.b4413bc.
Guillaume Le Vaillant [Sun, 2 Aug 2020 07:07:53 +0000 (09:07 +0200)]
gnu: sbcl-eos: Update to 0.0.0-2.b4413bc.

* gnu/packages/lisp-xyz.scm (sbcl-eos): Update to 0.0.0-2.b4413bc.

3 years agognu: Add emacs-jenkinsfile-mode.
Oleg Pykhalov [Sun, 2 Aug 2020 06:51:37 +0000 (09:51 +0300)]
gnu: Add emacs-jenkinsfile-mode.

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

3 years agognu: Add Remake.
Eric Bavier [Sat, 1 Aug 2020 04:33:23 +0000 (23:33 -0500)]
gnu: Add Remake.

* gnu/packages/debug.scm (remake): New variable.
* gnu/packages/patches/remake-impure-dirs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

3 years agognu: nomad: Update to 0.2.0-alpha.
Mike Rosset [Tue, 28 Jul 2020 14:27:22 +0000 (07:27 -0700)]
gnu: nomad: Update to 0.2.0-alpha.

* gnu/packages/guile-xyz.scm (nomad): Update to 0.2.0-alpha.

This is a significant update to Nomad. This removes the majority of C code and
replaces it with gobject introspection using g-golf.

In the process the nomad package expression has changed significantly.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: starfighter: Update to 2.3.1.
Kei Kebreau [Sat, 1 Aug 2020 13:54:28 +0000 (09:54 -0400)]
gnu: starfighter: Update to 2.3.1.

* gnu/packages/games.scm (starfighter): Update to 2.3.1.

3 years agognu: xorg-server: Fix CVE-2020-14347 via graft.
Mark H Weaver [Sat, 1 Aug 2020 07:16:40 +0000 (03:16 -0400)]
gnu: xorg-server: Fix CVE-2020-14347 via graft.

* gnu/packages/patches/xorg-server-CVE-2020-14347.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xorg-server/fixed): New variable.
(xorg-server)[replacement]: New field.
(xorg-server-wayland): Use package/inherit.

3 years agognu: libx11: Replace with 1.6.10 [fixes CVE-2020-14344].
Mark H Weaver [Sat, 1 Aug 2020 07:04:38 +0000 (03:04 -0400)]
gnu: libx11: Replace with 1.6.10 [fixes CVE-2020-14344].

* gnu/packages/xorg.scm (libx11/fixed): New variable.
(libx11)[replacement]: New field.

3 years agognu: cuirass: Update to 0.0.1-40.153b49c.
Mathieu Othacehe [Sat, 1 Aug 2020 11:25:30 +0000 (13:25 +0200)]
gnu: cuirass: Update to 0.0.1-40.153b49c.

* gnu/packages/ci.scm (cuirass): Update to 0.0.1-40.153b49c.

3 years agognu: sbcl: Update to 2.0.7.
Pierre Neidhardt [Sat, 1 Aug 2020 10:28:32 +0000 (12:28 +0200)]
gnu: sbcl: Update to 2.0.7.

* gnu/packages/lisp.scm (sbcl): Update to 2.0.7.

3 years agodoc: Explain how to use psql with peer authentication.
Pierre Neidhardt [Wed, 10 Jun 2020 09:29:04 +0000 (11:29 +0200)]
doc: Explain how to use psql with peer authentication.

* doc/guix.texi (Database Services): Add example of shell commands to use psql
as  system user.  Also add troubleshooting tip when service fails to start
because of incompatible cluster.

3 years agoservices: postgresql: Provide postgresql commands.
Pierre Neidhardt [Tue, 28 Jul 2020 11:55:28 +0000 (13:55 +0200)]
services: postgresql: Provide postgresql commands.

* gnu/services/databases.scm (postgresql-service-type): Extend
profile-service-type to provide postgresql commands.

3 years agognu: Add git-cal.
Oleg Pykhalov [Sat, 1 Aug 2020 09:46:14 +0000 (12:46 +0300)]
gnu: Add git-cal.

* gnu/packages/version-control.scm (git-cal): New variable.

3 years agognu: texmacs: Update to 1.99.13.
Nicolas Goaziou [Sat, 1 Aug 2020 08:27:38 +0000 (10:27 +0200)]
gnu: texmacs: Update to 1.99.13.

* gnu/packages/text-editors.scm (texmacs): Update to 1.99.13.
[source]: Remove unnecessary snippet.
[native-inputs]: Add xdg-utils.
[inputs]: Replace qt-4 with qtbase.
[arguments]: Add a phase to fix hard-coded paths.
[description]: Fix small typo.

3 years agognu: Add python-wurlitzer.
Vinicius Monego [Fri, 31 Jul 2020 13:38:02 +0000 (10:38 -0300)]
gnu: Add python-wurlitzer.

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

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: pulsemixer: Update to 1.5.1.
Michael Rohleder [Sat, 1 Aug 2020 07:10:57 +0000 (09:10 +0200)]
gnu: pulsemixer: Update to 1.5.1.

* gnu/packages/pulseaudio.scm (pulsemixer): Update to 1.5.1.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: xfce4-notifyd: Update to 0.6.1.
Michael Rohleder [Sat, 1 Aug 2020 06:01:33 +0000 (08:01 +0200)]
gnu: xfce4-notifyd: Update to 0.6.1.

* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.1.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: plantuml: Update to 1.2020.15.
Michael Rohleder [Sat, 1 Aug 2020 05:16:21 +0000 (07:16 +0200)]
gnu: plantuml: Update to 1.2020.15.

* gnu/packages/uml.scm (plantuml): Update to 1.2020.15.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: Update xxhash to 0.8.0.
Hendursaga [Fri, 31 Jul 2020 22:21:43 +0000 (22:21 +0000)]
gnu: Update xxhash to 0.8.0.

* gnu/packages/digest.scm (xxhash): Update to 0.8.0.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: Add python-pytest-ordering.
Vinicius Monego [Fri, 31 Jul 2020 15:59:21 +0000 (12:59 -0300)]
gnu: Add python-pytest-ordering.

* gnu/packages/python-check.scm (python-pytest-ordering): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: qtimageformats: Fix build.
Michael Rohleder [Fri, 31 Jul 2020 08:15:08 +0000 (10:15 +0200)]
gnu: qtimageformats: Fix build.

Reported by <nefix> on IRC.

* gnu/packages/qt.scm (qtimageformats)[arguments]: Add a 'fix-build phase.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agoguix: lint: Ignore unsupported source URL’s.
Lars-Dominik Braun [Thu, 30 Jul 2020 07:01:39 +0000 (09:01 +0200)]
guix: lint: Ignore unsupported source URL’s.

* guix/lint.scm (check-source): Add match case for #f.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: pavucontrol: Update to 4.0.
Michael Rohleder [Thu, 30 Jul 2020 06:09:54 +0000 (08:09 +0200)]
gnu: pavucontrol: Update to 4.0.

From 5312ae2b7bff23268a6546ce89cd349f3183bd2c Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Thu, 30 Jul 2020 08:08:38 +0200
Subject: [PATCH] gnu: pavucontrol: Update to 4.0.

* gnu/packages/pulseaudio.scm (pavucontrol): Update to 4.0.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: Add zeal.
Michael Rohleder [Thu, 30 Jul 2020 05:39:45 +0000 (07:39 +0200)]
gnu: Add zeal.

* gnu/packages/documentation.scm (zeal): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: emacs-dimmer: Update to 0.4.2.
Brett Gilio [Sat, 1 Aug 2020 05:34:56 +0000 (00:34 -0500)]
gnu: emacs-dimmer: Update to 0.4.2.

* gnu/packages/emacs-xyz.scm (emacs-dimmer): Update to 0.4.2.

3 years agognu: emacs-google-translate: Update to 0.12.0.
Brett Gilio [Sat, 1 Aug 2020 05:34:44 +0000 (00:34 -0500)]
gnu: emacs-google-translate: Update to 0.12.0.

* gnu/packages/emacs-xyz.scm (emacs-google-translate): Update to 0.12.0.

3 years agognu: emacs-datetime: Update to 0.6.6.
Brett Gilio [Sat, 1 Aug 2020 05:34:22 +0000 (00:34 -0500)]
gnu: emacs-datetime: Update to 0.6.6.

* gnu/packages/emacs-xyz.scm (emacs-datetime): Update to 0.6.6.

[inputs]: Add emacs-extmap.

3 years agognu: Add emacs-extmap.
Brett Gilio [Sat, 1 Aug 2020 05:33:59 +0000 (00:33 -0500)]
gnu: Add emacs-extmap.

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

3 years agognu: chibi-scheme: Update to 0.9.
Brett Gilio [Sat, 1 Aug 2020 04:41:48 +0000 (23:41 -0500)]
gnu: chibi-scheme: Update to 0.9.

* gnu/packages/scheme.scm (chibi-scheme): Update to 0.9.

3 years agognu: linux-libre: Update to 5.4.55.
Mark H Weaver [Sat, 1 Aug 2020 04:07:08 +0000 (00:07 -0400)]
gnu: linux-libre: Update to 5.4.55.

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

3 years agognu: linux-libre@5.7: Update to 5.7.12.
Mark H Weaver [Sat, 1 Aug 2020 04:05:21 +0000 (00:05 -0400)]
gnu: linux-libre@5.7: Update to 5.7.12.

* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.12.
(linux-libre-5.7-pristine-source): Update hash.
(deblob-scripts-5.7): Update to 5.7.12.

3 years agognu: Add blender@2.79b.
Mark H Weaver [Fri, 31 Jul 2020 17:04:36 +0000 (13:04 -0400)]
gnu: Add blender@2.79b.

Restore blender@2.79b, the last version that does not require OpenGL 3,
and therefore the last version to work on many older computers.  Note
that this commit relies on blender-2.79-newer-ffmpeg.patch and
blender-2.79-python-3.7-fix.patch, which were left in the tree when
blender@2.79b was previously removed in commit
1f14453eedfede4626a78321c66a009c9997bee4.

* gnu/packages/patches/blender-2.79-gcc8.patch,
gnu/packages/patches/blender-2.79-gcc9.patch,
gnu/packages/patches/blender-2.79-oiio2.patch,
gnu/packages/patches/blender-2.79-python-3.8-fix.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/graphics.scm (blender-2.79): New variable.

3 years agognu: openimageio: Update to 2.0.13.
Mark H Weaver [Thu, 30 Jul 2020 22:12:44 +0000 (18:12 -0400)]
gnu: openimageio: Update to 2.0.13.

* gnu/packages/graphics.scm (openimageio): Update to 2.0.13.
[inputs]: Replace python-2 with python-wrapper.  Add pybind11
and robin-map.

3 years agognu: Add robin-map.
Mark H Weaver [Thu, 30 Jul 2020 21:59:13 +0000 (17:59 -0400)]
gnu: Add robin-map.

* gnu/packages/datastructures.scm (robin-map): New variable.

3 years agognu: emacs-transient: All phases return #t.
Mark H Weaver [Mon, 20 Jul 2020 03:21:05 +0000 (23:21 -0400)]
gnu: emacs-transient: All phases return #t.

* gnu/packages/emacs-xyz.scm (emacs-transient): Return #t from the
build-info-manual phase.

3 years agognu: ruby-netrc: All phases return #t.
Mark H Weaver [Mon, 20 Jul 2020 03:14:33 +0000 (23:14 -0400)]
gnu: ruby-netrc: All phases return #t.

* gnu/packages/ruby.scm (ruby-netrc): In check phase, use for-each
instead of map, and return #t.

3 years agognu: linux-libre@4.19: Update to 4.19.136.
Mark H Weaver [Fri, 31 Jul 2020 17:35:19 +0000 (13:35 -0400)]
gnu: linux-libre@4.19: Update to 4.19.136.

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

3 years agognu: linux-libre@4.14: Update to 4.14.191.
Mark H Weaver [Fri, 31 Jul 2020 17:34:45 +0000 (13:34 -0400)]
gnu: linux-libre@4.14: Update to 4.14.191.

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

3 years agognu: linux-libre@4.9: Update to 4.9.232.
Mark H Weaver [Fri, 31 Jul 2020 17:34:16 +0000 (13:34 -0400)]
gnu: linux-libre@4.9: Update to 4.9.232.

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

3 years agognu: linux-libre@4.4: Update to 4.4.232.
Mark H Weaver [Fri, 31 Jul 2020 17:33:18 +0000 (13:33 -0400)]
gnu: linux-libre@4.4: Update to 4.4.232.

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

3 years agognu: scintilla: Update to 4.4.4.
Nicolas Goaziou [Fri, 31 Jul 2020 14:58:24 +0000 (16:58 +0200)]
gnu: scintilla: Update to 4.4.4.

* gnu/packages/text-editors.scm (scintilla): Update to 4.4.4.

3 years agognu: snap: Update to 6.1.0.
Nicolas Goaziou [Fri, 31 Jul 2020 14:56:03 +0000 (16:56 +0200)]
gnu: snap: Update to 6.1.0.

* gnu/packages/education.scm (snap): Update to 6.1.0.

3 years agognu: thinkfan: Update to 1.2.1.
Nicolas Goaziou [Fri, 31 Jul 2020 14:52:41 +0000 (16:52 +0200)]
gnu: thinkfan: Update to 1.2.1.

* gnu/packages/linux.scm (thinkfan): Update to 1.2.1.

3 years agofile-system: Add efivarfs support.
Mathieu Othacehe [Fri, 31 Jul 2020 11:43:36 +0000 (13:43 +0200)]
file-system: Add efivarfs support.

Tools such as efibootmgr rely on the deprecated /sys/firmware/efi/vars API as
well as on the new /sys/firmware/efi/efivars API. The latter needs to be
mounted.

Reported by Keyhenge here:
https://lists.gnu.org/archive/html/bug-guix/2020-04/msg00274.html

Here is the efivarfs documentation:
https://www.kernel.org/doc/Documentation/filesystems/efivarfs.txt.

* gnu/system/file-systems.scm (%efivars-file-system): New exported variable,
(%base-file-systems): add it.
* gnu/system/install.scm (%efivars-file-system): Add it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agofile-system: Add mount-may-fail? option.
Mathieu Othacehe [Fri, 31 Jul 2020 11:43:20 +0000 (13:43 +0200)]
file-system: Add mount-may-fail? option.

* gnu/system/file-systems.scm (<file-system>): Add a mount-may-fail? field.
(file-system->spec): adapt accordingly,
(spec->file-system): ditto.
* gnu/build/file-systems.scm (mount-file-system): If 'system-error is raised
and mount-may-fail? is true, ignore it. Otherwise, re-raise the exception.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agofile-systems: Add %debug-file-system.
Mathieu Othacehe [Fri, 31 Jul 2020 10:58:16 +0000 (12:58 +0200)]
file-systems: Add %debug-file-system.

* gnu/system/file-systems.scm (%debug-file-system): New variable,
(%base-file-systems): add it.

3 years agognu: Add bpftrace.
John Soo [Fri, 31 Jul 2020 10:52:38 +0000 (12:52 +0200)]
gnu: Add bpftrace.

* gnu/packages/linux.scm (bpftrace): New variable.
* gnu/packages/patches/bpftrace-disable-bfd-disasm.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: python-mamba: Update to 0.11.1.
Tanguy Le Carrour [Thu, 30 Jul 2020 12:29:13 +0000 (14:29 +0200)]
gnu: python-mamba: Update to 0.11.1.

* gnu/packages/python-xyz.scm (python-mamba): Update to 0.11.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: hashcat: Update to 6.1.1.
Michael Rohleder [Thu, 30 Jul 2020 03:04:29 +0000 (05:04 +0200)]
gnu: hashcat: Update to 6.1.1.

* gnu/packages/password-utils.scm (hashcat): Update to 6.1.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: vlc: Update to 3.0.11.1.
Tobias Geerinckx-Rice [Thu, 30 Jul 2020 22:12:59 +0000 (00:12 +0200)]
gnu: vlc: Update to 3.0.11.1.

* gnu/packages/video.scm (vlc): Update to 3.0.11.1.

3 years agognu: rust-1.45: Update to 1.45.1.
Jakub Kądziołka [Thu, 30 Jul 2020 19:42:45 +0000 (21:42 +0200)]
gnu: rust-1.45: Update to 1.45.1.

* gnu/packages/rust.scm (rust-1.45): Update to 1.45.1.

3 years agognu: python-clikit: Update to 0.6.2.
Tanguy Le Carrour [Tue, 28 Jul 2020 09:28:17 +0000 (11:28 +0200)]
gnu: python-clikit: Update to 0.6.2.

* gnu/packages/python-xyz.scm (python-clikit): Update to 0.6.2.
[arguments] Explicitly disable tests.
[propagated-inputs]: Add python-crashtest.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
3 years agognu: Add python-crashtest.
Tanguy Le Carrour [Tue, 28 Jul 2020 09:28:16 +0000 (11:28 +0200)]
gnu: Add python-crashtest.

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

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
3 years agopackages: 'generate-package-cache' is deterministic.
Ludovic Courtès [Thu, 30 Jul 2020 14:37:19 +0000 (16:37 +0200)]
packages: 'generate-package-cache' is deterministic.

Fixes <https://bugs.gnu.org/42009>.
Reported by Marinus <marinus.savoritias@disroot.org>.

* gnu/packages.scm (generate-package-cache)[entry-key, entry<?]
[variables]: New variables.
[expand-cache]: Change to take two arguments.
[exp]: Fold over VARIABLES.

3 years agodeploy: Gracefully handle errors.
Ludovic Courtès [Thu, 30 Jul 2020 09:17:51 +0000 (11:17 +0200)]
deploy: Gracefully handle errors.

* guix/scripts/deploy.scm (guix-deploy): Wrap body in 'with-error-handling'.

3 years agognu: Add bcc.
John Soo [Sun, 14 Jun 2020 06:16:11 +0000 (23:16 -0700)]
gnu: Add bcc.

* gnu/packages/linux.scm (bcc): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: git: Update to 2.28.0.
Tobias Geerinckx-Rice [Wed, 29 Jul 2020 16:37:22 +0000 (18:37 +0200)]
gnu: git: Update to 2.28.0.

* gnu/packages/version-control.scm (git): Update to 2.28.0.

(cherry picked from commit bbee4490d961ceb8d025726b04ea0f2a40355186)

3 years agognu: opam: Fix tests.
Marius Bakke [Thu, 30 Jul 2020 16:08:55 +0000 (18:08 +0200)]
gnu: opam: Fix tests.

* gnu/packages/ocaml.scm (opam)[arguments]: Remove #:tests?.  Adjust the
pre-check phase to make some files writable, patch a hard-coded file name, and
disable mostly-redundant git tests.
[native-inputs]: Remove GIT and PYTHON.  Add OPENSSL, PYTHON-WRAPPER, RSYNC,
UNZIP, and WHICH.

3 years agognu: public-inbox: Make git a regular input.
Marius Bakke [Thu, 30 Jul 2020 12:15:42 +0000 (14:15 +0200)]
gnu: public-inbox: Make git a regular input.

* gnu/packages/mail.scm (public-inbox)[native-inputs]: Move GIT ...
[inputs]: ... here.

3 years agognu: ruby-hoe-git: Do not propagate git.
Marius Bakke [Thu, 30 Jul 2020 12:12:58 +0000 (14:12 +0200)]
gnu: ruby-hoe-git: Do not propagate git.

* gnu/packages/ruby.scm (ruby-hoe-git)[propagated-inputs]: Remove GIT.