jackhill/guix/guix.git
4 years agomaint: Provide the configuration file in the VM image.
Ludovic Courtès [Fri, 17 Apr 2020 20:38:31 +0000 (22:38 +0200)]
maint: Provide the configuration file in the VM image.

This fixes a bug introduced in 362bcdb1b076c8c46f71781add56dfbe532736dc
whereby the VM image would no longer contain /etc/config.scm, contrary
to what the manual says.

Reported by dbdude on #guix.

* Makefile.am (release): Pass '--save-provenance' to 'guix system
vm-image'.
* doc/guix.texi (Running Guix in a VM): Adjust file name accordingly.

4 years agognu: linux-libre: Update to 5.4.33.
Mark H Weaver [Fri, 17 Apr 2020 19:02:04 +0000 (15:02 -0400)]
gnu: linux-libre: Update to 5.4.33.

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

4 years agognu: linux-libre@5.6: Update to 5.6.5.
Mark H Weaver [Fri, 17 Apr 2020 19:01:25 +0000 (15:01 -0400)]
gnu: linux-libre@5.6: Update to 5.6.5.

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

4 years agognu: linux-libre@4.19: Update to 4.19.116.
Mark H Weaver [Fri, 17 Apr 2020 19:00:19 +0000 (15:00 -0400)]
gnu: linux-libre@4.19: Update to 4.19.116.

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

4 years agognu: ungoogled-chromium: Update to 81.0.4044.113-0.b484ad4 [fixes CVE-2020-6457].
Marius Bakke [Fri, 17 Apr 2020 13:45:32 +0000 (15:45 +0200)]
gnu: ungoogled-chromium: Update to 81.0.4044.113-0.b484ad4 [fixes CVE-2020-6457].

* gnu/packages/chromium.scm (%chromium-version): Set to 81.0.4044.113.
(%chromium-origin): Update hash.

4 years agostatus: Allow double-click select of URLs.
TomZ [Tue, 7 Apr 2020 19:39:04 +0000 (21:39 +0200)]
status: Allow double-click select of URLs.

Various places while downloading or compiling guix prints
the source URL. This change makes the URL easier to use by
placing a space between the URL and the trailing dots.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
4 years agognu: python-pygenometracks: Update to 3.3.
Ricardo Wurmus [Fri, 17 Apr 2020 13:50:29 +0000 (15:50 +0200)]
gnu: python-pygenometracks: Update to 3.3.

* gnu/packages/bioinformatics.scm (python-pygenometracks): Update to 3.3.
[arguments]: Add phase "relax-requirements"; disable tests.
[propagated-inputs]: Remove python-configparser and python-hicexplorer; add
python-gffutils, python-pysam, and python-tqdm.

4 years agognu: Add python-hicmatrix.
Ricardo Wurmus [Fri, 17 Apr 2020 13:50:22 +0000 (15:50 +0200)]
gnu: Add python-hicmatrix.

* gnu/packages/bioinformatics.scm (python-hicmatrix): New variable.

4 years agognu: python-cooler: Update to 0.8.7.
Ricardo Wurmus [Fri, 17 Apr 2020 13:49:19 +0000 (15:49 +0200)]
gnu: python-cooler: Update to 0.8.7.

* gnu/packages/bioinformatics.scm (python-cooler): Update to 0.8.7.
[propagated-inputs]: Add python-asciitree, python-numpy, python-pyyaml, and
python-simplejson.
[native-inputs]: Remove python-nose, python-numpydoc, and python-sphinx; add
python-pytest.

4 years agognu: python-pybigwig: Update to 0.3.17.
Ricardo Wurmus [Fri, 17 Apr 2020 13:49:06 +0000 (15:49 +0200)]
gnu: python-pybigwig: Update to 0.3.17.

* gnu/packages/bioinformatics.scm (python-pybigwig): Update to 0.3.17.

4 years agognu: python-tables: Update to 3.6.1.
Ricardo Wurmus [Fri, 17 Apr 2020 13:48:51 +0000 (15:48 +0200)]
gnu: python-tables: Update to 3.6.1.

* gnu/packages/python-xyz.scm (python-tables): Update to 3.6.1.
[arguments]: Adjust use-gcc phase.

4 years agognu: python-podcastparser: Run tests.
Pierre Langlois [Wed, 15 Apr 2020 16:41:07 +0000 (18:41 +0200)]
gnu: python-podcastparser: Run tests.

* gnu/packages/gpodder.scm (python-podcastparser)[native-inputs]: Add
python-coverage.
[arguments]: Replace 'check phase and invoke "nosetests".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: gpodder: Run tests.
Pierre Langlois [Wed, 15 Apr 2020 16:41:02 +0000 (18:41 +0200)]
gnu: gpodder: Run tests.

* gnu/packages/gpodder.scm (gpodder)[native-inputs]: Add python-coverage and
python-minimock.
[arguments]: Replace the 'check phase and invoke "make unittest".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: gpodder: Update to 3.10.15.
Pierre Langlois [Wed, 15 Apr 2020 16:40:57 +0000 (18:40 +0200)]
gnu: gpodder: Update to 3.10.15.

* gnu/packages/gpodder.scm (gpodder): Update to 3.10.15.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agomaint: Build binary tarball without '-K'.
Ludovic Courtès [Fri, 17 Apr 2020 09:09:30 +0000 (11:09 +0200)]
maint: Build binary tarball without '-K'.

This is a followup to 8b292ffd3cd969286ee9cbdb70fde8cf384b9b8b.

* Makefile.am (guix-binary.%.tar.xz): Remove '-K' to allow for offloading.

4 years agodoc: Replace incorrect uses of @var with @code.
Ludovic Courtès [Fri, 17 Apr 2020 09:06:38 +0000 (11:06 +0200)]
doc: Replace incorrect uses of @var with @code.

@var is for meta-syntactic variables but it is used in some places for
mere variables, which is incorrect and leads to inconsistent layout in
PDF and HTML.

* doc/guix.texi (package Reference, The Store Monad)
(G-Expressions, operating-system Reference)
(File Systems, Base Services, Log Rotation)
(Networking Services, Invoking guix deploy): Replace incorrect uses of
@var with @code.

4 years agognu: dovecot: Add libunwind input for arm.
Pierre Langlois [Sat, 11 Apr 2020 15:34:01 +0000 (16:34 +0100)]
gnu: dovecot: Add libunwind input for arm.

* gnu/packages/mail.scm (dovecot)[inputs]: Add libunwind when targetting arm.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: khard: Move propagated-inputs to inputs.
Efraim Flashner [Fri, 17 Apr 2020 07:47:35 +0000 (10:47 +0300)]
gnu: khard: Move propagated-inputs to inputs.

As a package one would install we can rely on wrapping the package and
not propagating inputs to make it work correctly.

* gnu/packages/mail.scm (khard)[propagated-inputs]: Move all python
packages ...
[inputs]: ... to here.

4 years agognu: khal: Move propagated inputs to inputs.
Efraim Flashner [Fri, 17 Apr 2020 07:42:41 +0000 (10:42 +0300)]
gnu: khal: Move propagated inputs to inputs.

As a package one would install we can rely on wrapping the package and
not propagating inputs to make it work correctly.

* gnu/packages/calendar.scm (khal)[propagated-inputs]: Move all python
packages...
[inputs]: ... to here.

4 years agognu: khal: Fix build with python-urwid-2.1.0.
Efraim Flashner [Fri, 17 Apr 2020 07:40:17 +0000 (10:40 +0300)]
gnu: khal: Fix build with python-urwid-2.1.0.

* gnu/packages/calendar.scm (khal)[source]: Download upstream patch to
fix compatibility with newer python-urwid.

4 years agognu: diffoscope.scm: Add missing import.
Christopher Baines [Fri, 17 Apr 2020 06:33:37 +0000 (07:33 +0100)]
gnu: diffoscope.scm: Add missing import.

This follows on from 2d9886f7e8838d6aeb0cfb20a2a49fc7d8fb233c.

* gnu/packages/diffoscope.scm: Import (gnu packages maths).

4 years agognu: diffoscope: Update to 141.
Vagrant Cascadian [Thu, 16 Apr 2020 19:28:16 +0000 (12:28 -0700)]
gnu: diffoscope: Update to 141.

* gnu/packages/diffoscope (diffoscope): Update to 141.
  [arguments]: Add phase add-known-tools.
  [native-inputs]: Add hdf5.

4 years agognu: disorderfs: Update to 0.5.9.
Vagrant Cascadian [Fri, 17 Apr 2020 02:34:59 +0000 (19:34 -0700)]
gnu: disorderfs: Update to 0.5.9.

* gnu/packages/file-systems (disorderfs): Update to 0.5.9.

4 years agognu: python-jedi: Fix test failure on some file systems.
Marius Bakke [Thu, 16 Apr 2020 22:51:48 +0000 (00:51 +0200)]
gnu: python-jedi: Fix test failure on some file systems.

Reported by sirgazil on #guix.

* gnu/packages/patches/python-jedi-sort-project-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-xyz.scm (python-jedi)[source](patches): Add it.
[arguments]: Run tests more verbosely while at it.

4 years agognu: xournalpp: Remove outdated comments.
Nicolas Goaziou [Thu, 16 Apr 2020 21:43:50 +0000 (23:43 +0200)]
gnu: xournalpp: Remove outdated comments.

* gnu/packages/pdf.scm (xournalpp): Remove outdated comments.  This is
a followup to 9cb2f28c5a737576ec28099d69aa35ff687e7778.

4 years agodoc: Document building and installing from JSON files.
Ricardo Wurmus [Thu, 16 Apr 2020 20:22:51 +0000 (22:22 +0200)]
doc: Document building and installing from JSON files.

* doc/guix.texi (Invoking guix package): Augment pargraphs for
"--install-from-file".
(Invoking guix build): Document building from JSON files.
* doc/package-hello.json: New file.
* doc/local.mk (EXTRA_DIST): Add it.

4 years agoimport/print: Don't factorize URI if there's no version match.
Ricardo Wurmus [Thu, 16 Apr 2020 20:09:41 +0000 (22:09 +0200)]
import/print: Don't factorize URI if there's no version match.

* guix/import/print.scm (package->code): If FACTORIZE-URI returns just the
unmodified string use that as the URI.

4 years agoimport/utils: alist->package: Include arguments.
Ricardo Wurmus [Thu, 16 Apr 2020 19:44:21 +0000 (21:44 +0200)]
import/utils: alist->package: Include arguments.

* guix/import/utils.scm (alist->package): Process arguments field in input
data and include it in the generated package.

4 years agoimport/json: json->code: Handle files with more than one definition.
Ricardo Wurmus [Tue, 14 Apr 2020 22:43:39 +0000 (00:43 +0200)]
import/json: json->code: Handle files with more than one definition.

* guix/import/json.scm (json->code): Convert JSON arrays to lists of package
definitions.
(json->scheme-file): Write all expressions to the target file.

4 years agoimport/utils: alist->package: Ignore known inputs.
Ricardo Wurmus [Tue, 14 Apr 2020 22:41:03 +0000 (00:41 +0200)]
import/utils: alist->package: Ignore known inputs.

* guix/import/utils.scm (alist->package): Accept optional list of known
inputs, which are excluded from the specification lookup.
* guix/import/print.scm (package->code)[package-lists->code]: Handle inputs
which are just symbols.

4 years agoimport/print: package->code: Wrap S-expression in definition.
Ricardo Wurmus [Tue, 14 Apr 2020 22:39:45 +0000 (00:39 +0200)]
import/print: package->code: Wrap S-expression in definition.

* guix/import/print.scm (package->code): Return a definition, not just a
package expression.

4 years agoimport/json: Use json->code.
Ricardo Wurmus [Tue, 14 Apr 2020 22:38:15 +0000 (00:38 +0200)]
import/json: Use json->code.

* guix/import/json.scm (json->code): Export procedure.
* guix/scripts/import/json.scm (guix-import-json): Use json->code.

4 years agoscripts/package: Handle JSON files.
Ricardo Wurmus [Tue, 14 Apr 2020 16:02:26 +0000 (18:02 +0200)]
scripts/package: Handle JSON files.

* guix/scripts/package.scm (%options): Support loading from JSON files when
"install-from-file" is used.

4 years agoscripts/build: options->things-to-build: Handle .json files.
Ricardo Wurmus [Tue, 14 Apr 2020 16:01:49 +0000 (18:01 +0200)]
scripts/build: options->things-to-build: Handle .json files.

* guix/scripts/build.scm (options->things-to-build): Handle files that end on
.json.

4 years agoimport/json: Add json->scheme-file.
Ricardo Wurmus [Tue, 14 Apr 2020 16:01:11 +0000 (18:01 +0200)]
import/json: Add json->scheme-file.

* guix/import/json.scm (json->code, json->scheme-file): New procedures.

4 years agoimport/print: package->code: Wrap build system value in module reference.
Ricardo Wurmus [Tue, 14 Apr 2020 15:24:09 +0000 (17:24 +0200)]
import/print: package->code: Wrap build system value in module reference.

* guix/import/print.scm (package->code): Return build system value with
corresponding module.

4 years agoimport/print: Return license with prefix.
Ricardo Wurmus [Tue, 14 Apr 2020 15:23:33 +0000 (17:23 +0200)]
import/print: Return license with prefix.

* guix/import/print.scm (license->code): Prepend license: prefix.

4 years agognu: wireshark: Update to 3.2.3.
Nicolas Goaziou [Thu, 16 Apr 2020 19:59:50 +0000 (21:59 +0200)]
gnu: wireshark: Update to 3.2.3.

* gnu/packages/networking.scm (wireshark): Update to 3.2.3.

4 years agognu: python-hy: Update to 0.18.0.
Efraim Flashner [Thu, 16 Apr 2020 19:36:16 +0000 (22:36 +0300)]
gnu: python-hy: Update to 0.18.0.

* gnu/packages/python-xyz.scm (python-hy): Update to 0.18.0.
[arguments]: Make all phases return #t.
[propagated-inputs]: Remove python-clint, python-fastentrypoints. Add
python-colorama.
(python2-hy): Remove variable.

4 years agognu: python-icalendar: Update to 4.0.5.
Efraim Flashner [Thu, 16 Apr 2020 19:28:29 +0000 (22:28 +0300)]
gnu: python-icalendar: Update to 4.0.5.

* gnu/packages/python-xyz.scm (python-icalendar): Update to 4.0.5.

4 years agognu: toot: Update to 0.26.0.
Efraim Flashner [Thu, 16 Apr 2020 19:26:13 +0000 (22:26 +0300)]
gnu: toot: Update to 0.26.0.

* gnu/packages/mastodon.scm (toot): Update to 0.26.0.

4 years agognu: python-urwid: Update to 2.1.0.
Efraim Flashner [Thu, 16 Apr 2020 19:22:16 +0000 (22:22 +0300)]
gnu: python-urwid: Update to 2.1.0.

* gnu/packages/python-xyz.scm (python-urwid): Update to 2.1.0.

4 years agognu: python-vobject: Update to 0.9.6.1.
Efraim Flashner [Thu, 16 Apr 2020 19:19:07 +0000 (22:19 +0300)]
gnu: python-vobject: Update to 0.9.6.1.

* gnu/packages/python-xyz.scm (python-vobject): Update to 0.9.6.1.

4 years agognu: python-pyicu: Update to 2.4.3.
Efraim Flashner [Thu, 16 Apr 2020 19:14:15 +0000 (22:14 +0300)]
gnu: python-pyicu: Update to 2.4.3.

* gnu/packages/python-xyz.scm (python-pyicu): Update to 2.4.3.
[properties]: Remove field.
(python2-pyicu): Remove package customizations.

4 years agognu: khard: Update to 0.16.1.
Efraim Flashner [Thu, 16 Apr 2020 18:41:03 +0000 (21:41 +0300)]
gnu: khard: Update to 0.16.1.

* gnu/packages/mail.scm (khard): Update to 0.16.1.
[arguments]: Remove custom 'install-doc phase. Add 'install-completions
phase.

4 years agognu: xournalpp: Update to 1.0.18.
Nicolas Goaziou [Thu, 16 Apr 2020 19:38:55 +0000 (21:38 +0200)]
gnu: xournalpp: Update to 1.0.18.

* gnu/packages/pdf.scm (xournalpp): Update to 1.0.18.

4 years agoinstaller: Remove guile-newt definition.
Mathieu Othacehe [Thu, 16 Apr 2020 17:56:01 +0000 (19:56 +0200)]
installer: Remove guile-newt definition.

This is no longer necessary since 0.0.2 release of Guile-Newt.

* gnu/installer.scm (guile-newt): Remove variable.

4 years agognu: guile-newt: Update to 0.0.2.
Mathieu Othacehe [Thu, 16 Apr 2020 17:55:17 +0000 (19:55 +0200)]
gnu: guile-newt: Update to 0.0.2.

* gnu/packages/guile-xyz.scm (guile-newt): Update to 0.0.2,
[source]: remove Guile 3.0 snippet.

4 years agognu: xfce4-taskmanager: Update to 1.2.3.
Tobias Geerinckx-Rice [Thu, 16 Apr 2020 17:38:42 +0000 (19:38 +0200)]
gnu: xfce4-taskmanager: Update to 1.2.3.

* gnu/packages/xfce.scm (xfce4-taskmanager): Update to 1.2.3.
[source]: Hard-code NAME.

4 years agognu: xfwm4: Update to 4.14.1.
Tobias Geerinckx-Rice [Thu, 16 Apr 2020 17:34:46 +0000 (19:34 +0200)]
gnu: xfwm4: Update to 4.14.1.

* gnu/packages/xfce.scm (xfwm4): Update to 4.14.1.
[source]: Hard-code NAME.

4 years agognu: xfdesktop: Update to 4.14.2.
Tobias Geerinckx-Rice [Thu, 16 Apr 2020 17:30:21 +0000 (19:30 +0200)]
gnu: xfdesktop: Update to 4.14.2.

* gnu/packages/xfce.scm (xfdesktop): Update to 4.14.2.
[source]: Hard-code NAME.

4 years agognu: augeas: Use HTTPS home page.
Tobias Geerinckx-Rice [Thu, 16 Apr 2020 17:34:08 +0000 (19:34 +0200)]
gnu: augeas: Use HTTPS home page.

* gnu/packages/augeas.scm (augeas)[home-page]: Use HTTPS.

4 years agognu: augeas: Update to 1.12.0.
Tobias Geerinckx-Rice [Thu, 16 Apr 2020 17:33:57 +0000 (19:33 +0200)]
gnu: augeas: Update to 1.12.0.

* gnu/packages/augeas.scm (augeas): Update to 1.12.0.

4 years agognu: xterm: Update to 353.
Tobias Geerinckx-Rice [Thu, 16 Apr 2020 17:33:30 +0000 (19:33 +0200)]
gnu: xterm: Update to 353.

* gnu/packages/xorg.scm (xterm): Update to 353.

4 years agognu: Add the GNU MDK.
guy fleury iteriteka [Wed, 8 Apr 2020 09:56:40 +0000 (11:56 +0200)]
gnu: Add the GNU MDK.

* gnu/packages/education.scm (mdk): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
4 years agodoc: Add dicod-service-type in Dictionary Services.
R Veera Kumar [Thu, 16 Apr 2020 16:06:38 +0000 (21:36 +0530)]
doc: Add dicod-service-type in Dictionary Services.

* doc/guix.texi (Miscellaneous Services): Add dicod-service-type
in Dictionary Services.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agosyscalls: 'readdir*' chooses between the Linux and Hurd code at run time.
Ludovic Courtès [Thu, 16 Apr 2020 15:34:38 +0000 (17:34 +0200)]
syscalls: 'readdir*' chooses between the Linux and Hurd code at run time.

Partly fixes <https://bugs.gnu.org/40574>.
Reported by Jan Nieuwenhuizen <janneke@gnu.org>.

Previously, we'd choose at expansion time whether to use the Hurd or the
Linux variant, taking the cross-compilation target into account.  This
would lead to the wrong decision when (guix build syscalls) is evaluated
while we're cross-compiling to GNU/Hurd.

This is a followup to 1ab9e483391f8b62b873833ea71cb0074efa03e7.

* guix/build/syscalls.scm (define-generic-identifier)
(read-dirent-header, %struct-dirent-header, sizeof-dirent-header):
Remove.
(readdir*): Rename to...
(readdir-procedure): ... this, and add parameters.
(readdir*): Define as a call to 'readdir-procedure' as a function of
%HOST-TYPE.

4 years agodoc: Remove bogus index entry.
Ludovic Courtès [Thu, 16 Apr 2020 13:04:55 +0000 (15:04 +0200)]
doc: Remove bogus index entry.

* doc/guix.texi (Build Systems): Remove bogus and redundant entry for
'copy-build-system'.

4 years agognu: Add flwrap.
Guillaume Le Vaillant [Thu, 16 Apr 2020 13:08:53 +0000 (15:08 +0200)]
gnu: Add flwrap.

* gnu/packages/radio.scm (flwrap): New variable.

4 years agognu: Add flamp.
Guillaume Le Vaillant [Thu, 16 Apr 2020 12:53:50 +0000 (14:53 +0200)]
gnu: Add flamp.

* gnu/packages/radio.scm (flamp): New variable.

4 years agognu: r-destiny: Add missing input.
Ricardo Wurmus [Wed, 15 Apr 2020 21:14:11 +0000 (23:14 +0200)]
gnu: r-destiny: Add missing input.

* gnu/packages/bioconductor.scm (r-destiny)[native-inputs]: Add r-nbconvertr.

4 years agognu: r-bacon: Add missing input.
Ricardo Wurmus [Wed, 15 Apr 2020 21:13:54 +0000 (23:13 +0200)]
gnu: r-bacon: Add missing input.

* gnu/packages/bioconductor.scm (r-bacon)[native-inputs]: Add r-knitr.

4 years agognu: r-bioassayr: Add missing input.
Ricardo Wurmus [Wed, 15 Apr 2020 21:13:22 +0000 (23:13 +0200)]
gnu: r-bioassayr: Add missing input.

* gnu/packages/bioconductor.scm (r-bioassayr)[native-inputs]: Add r-knitr.

4 years agognu: Add r-nbconvertr.
Ricardo Wurmus [Wed, 15 Apr 2020 21:13:12 +0000 (23:13 +0200)]
gnu: Add r-nbconvertr.

* gnu/packages/cran.scm (r-nbconvertr): New variable.

4 years agognu: r-activepathways: Add missing input.
Ricardo Wurmus [Wed, 15 Apr 2020 19:16:49 +0000 (21:16 +0200)]
gnu: r-activepathways: Add missing input.

* gnu/packages/bioconductor.scm (r-activepathways)[native-inputs]:
Add r-knitr.

4 years agognu: r-dose: Add missing input.
Ricardo Wurmus [Wed, 15 Apr 2020 19:16:31 +0000 (21:16 +0200)]
gnu: r-dose: Add missing input.

* gnu/packages/bioconductor.scm (r-dose)[native-inputs]: Add r-knitr.

4 years agognu: r-ggextra: Add missing input.
Ricardo Wurmus [Wed, 15 Apr 2020 19:16:00 +0000 (21:16 +0200)]
gnu: r-ggextra: Add missing input.

* gnu/packages/cran.scm (r-ggextra)[native-inputs]: Add r-knitr.

4 years agognu: r-gdina: Add missing input.
Ricardo Wurmus [Wed, 15 Apr 2020 19:12:53 +0000 (21:12 +0200)]
gnu: r-gdina: Add missing input.

* gnu/packages/cran.scm (r-gdina)[native-inputs]: Add r-knitr.

4 years agognu: ISC DHCP: Update bundled BIND to 9.11.18 [security fixes].
Leo Famulari [Thu, 16 Apr 2020 01:40:46 +0000 (21:40 -0400)]
gnu: ISC DHCP: Update bundled BIND to 9.11.18 [security fixes].

* gnu/packages/admin.scm (isc-dhcp): Update bundled BIND to 9.11.18.

4 years agognu: Add flrig.
Guillaume Le Vaillant [Wed, 15 Apr 2020 17:44:41 +0000 (19:44 +0200)]
gnu: Add flrig.

* gnu/packages/radio.scm (flrig): New variable.

4 years agognu: Add fldigi.
Guillaume Le Vaillant [Wed, 15 Apr 2020 15:27:22 +0000 (17:27 +0200)]
gnu: Add fldigi.

* gnu/packages/radio.scm (fldigi): New variable.

4 years agognu: Add flowee.
TomZ [Sat, 11 Apr 2020 12:56:49 +0000 (14:56 +0200)]
gnu: Add flowee.

* gnu/packages/finance.scm (flowee): New variable.

4 years agognu: cuirass: Update to 0.0.1-29.27af1d3.
Ricardo Wurmus [Wed, 15 Apr 2020 18:01:06 +0000 (20:01 +0200)]
gnu: cuirass: Update to 0.0.1-29.27af1d3.

* gnu/packages/ci.scm (cuirass): Update to 0.0.1-29.27af1d3.
[version]: Use git-version.
[file-name]: Use git-file-name.

4 years agognu: bind: Update to 9.16.2 [security fixes].
Tobias Geerinckx-Rice [Wed, 15 Apr 2020 17:54:51 +0000 (19:54 +0200)]
gnu: bind: Update to 9.16.2 [security fixes].

* gnu/packages/dns.scm (isc-bind): Update to 9.16.2.

4 years agodoc: Fix typo.
Nicolas Goaziou [Wed, 15 Apr 2020 17:11:32 +0000 (19:11 +0200)]
doc: Fix typo.

* doc/guix.texi (Running Guix in a VM): Add missing reference to
`spice-vdagent-service' and misuse of @pxref.

4 years agoMerge branch 'version-1.1.0'
Ludovic Courtès [Wed, 15 Apr 2020 14:09:18 +0000 (16:09 +0200)]
Merge branch 'version-1.1.0'

4 years agognu: Add gtkd.
guy fleury iteriteka [Wed, 15 Apr 2020 13:07:29 +0000 (15:07 +0200)]
gnu: Add gtkd.

* gnu/packages/dlang.scm (gtkd): New variable.

4 years agognu: Add g-golf
Vitaliy Shatrov [Wed, 15 Apr 2020 07:15:59 +0000 (07:15 +0000)]
gnu: Add g-golf

* gnu/packages/guile-xyz.scm (g-golf): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
4 years agognu: Remove libvpx@1.7.
Marius Bakke [Wed, 15 Apr 2020 11:50:19 +0000 (13:50 +0200)]
gnu: Remove libvpx@1.7.

* gnu/packages/patches/libvpx-use-after-free-in-postproc.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/video.scm (libvpx-1.7): Remove variable.

4 years agognu: IceCat: Build with the latest libvpx.
Marius Bakke [Wed, 15 Apr 2020 11:48:54 +0000 (13:48 +0200)]
gnu: IceCat: Build with the latest libvpx.

* gnu/packages/gnuzilla.scm (icecat)[inputs]: Change from LIBVPX-1.7 to LIBVPX.

4 years agognu: python-jedi: Update to 0.17.0.
Marius Bakke [Wed, 15 Apr 2020 11:23:40 +0000 (13:23 +0200)]
gnu: python-jedi: Update to 0.17.0.

* gnu/packages/python-xyz.scm (python-jedi): Update to 0.17.0.
[source](patches): Remove.
* gnu/packages/patches/python-jedi-deleted-variables.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.

4 years agognu: emacsy-minimal: Update to v0.4.1-28.d459ca1.
Mike Rosset [Wed, 8 Apr 2020 18:17:13 +0000 (11:17 -0700)]
gnu: emacsy-minimal: Update to v0.4.1-28.d459ca1.

* gnu/packages/guile-xyz.scm (emacsy-minimal): Update to v0.4.1-28.d459ca1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
4 years agognu: gqrx: Add volk to inputs.
Guillaume Le Vaillant [Wed, 15 Apr 2020 08:14:45 +0000 (10:14 +0200)]
gnu: gqrx: Add volk to inputs.

* gnu/packages/radio.scm (gqrx)[inputs]: Add volk.

4 years agognu: gnuradio-iqbalance: Add volk to inputs.
Guillaume Le Vaillant [Wed, 15 Apr 2020 08:10:58 +0000 (10:10 +0200)]
gnu: gnuradio-iqbalance: Add volk to inputs.

* gnu/packages/radio.scm (gnuradio-iqbalance)[inputs]: Add volk.

4 years agognu: gnuradio-osmosdr: Add volk to inputs.
Guillaume Le Vaillant [Wed, 15 Apr 2020 08:07:52 +0000 (10:07 +0200)]
gnu: gnuradio-osmosdr: Add volk to inputs.

* gnu/packages/radio.scm (gnuradio-osmosdr)[inputs]: Add volk.

4 years agognu: gnuradio: Use shared volk instead of bundled one.
Guillaume Le Vaillant [Wed, 15 Apr 2020 08:02:13 +0000 (10:02 +0200)]
gnu: gnuradio: Use shared volk instead of bundled one.

* gnu/packages/radio.scm (gnuradio)[source]: Add snippet to delete bundled
  volk.
  [inputs]: Add volk.
  [arguments]: Add "-DENABLE_INTERNAL_VOLK=OFF" to configure-flags.

4 years agognu: hardware: Add copyright line.
Jan (janneke) Nieuwenhuizen [Wed, 15 Apr 2020 08:03:32 +0000 (10:03 +0200)]
gnu: hardware: Add copyright line.

Add missing copyright line for commit
22a98cda38784107a1d1c9cd7afc0c80944a9027

* gnu/packages/hardware.scm: Add copyright.

4 years agognu: guix: Update to 1.1.0.
Ludovic Courtès [Wed, 15 Apr 2020 07:58:26 +0000 (09:58 +0200)]
gnu: guix: Update to 1.1.0.

4 years agognu: u-boot: Update to 2020.04.
Vagrant Cascadian [Wed, 15 Apr 2020 06:14:01 +0000 (23:14 -0700)]
gnu: u-boot: Update to 2020.04.

* gnu/packages/bootloaders (u-boot): Update to 2020.04.

4 years agognu: guile-parted: Update to 0.0.4.
Mathieu Othacehe [Wed, 15 Apr 2020 06:56:20 +0000 (08:56 +0200)]
gnu: guile-parted: Update to 0.0.4.

* gnu/packages/guile-xyz.scm (guile-parted): Update to 0.0.4.

4 years agognu: cgit: Update Git source code to 2.25.3.
Leo Famulari [Wed, 15 Apr 2020 05:33:58 +0000 (01:33 -0400)]
gnu: cgit: Update Git source code to 2.25.3.

* gnu/packages/version-control.scm (cgit)[inputs]: Update git-source to 2.25.3.

4 years agognu: Git: Update to 2.26.1 [fixes CVE-2020-5260].
Leo Famulari [Wed, 15 Apr 2020 04:48:18 +0000 (00:48 -0400)]
gnu: Git: Update to 2.26.1 [fixes CVE-2020-5260].

* gnu/packages/version-control.scm (git): Update to 2.26.1.
[native-inputs]: Update git-manpages.

4 years agoUpdate NEWS.
Ludovic Courtès [Tue, 14 Apr 2020 20:29:48 +0000 (22:29 +0200)]
Update NEWS.

4 years agoservices: shepherd: Increase the PID file timeout to 30s.
Ludovic Courtès [Tue, 14 Apr 2020 21:58:55 +0000 (23:58 +0200)]
services: shepherd: Increase the PID file timeout to 30s.

When running the installation image off a DVD, early I/O operations are
extremely slow, to the point that something like dbus-daemon would need
~20s to start.  This change works around the issue.

Fixes <https://bugs.gnu.org/40572>.
Reported by Florian Pelz <pelzflorian@pelzflorian.de>.

* gnu/services/shepherd.scm (shepherd-configuration-file): Set
%pid-file-timeout to 30.

4 years agognu: emacs-helm-ag: Update to 0.59.
Michael Rohleder [Sun, 12 Apr 2020 18:27:39 +0000 (20:27 +0200)]
gnu: emacs-helm-ag: Update to 0.59.

* gnu/packages/emacs-xyz.scm (emacs-helm-ag): Update to 0.59.

4 years agognu: cook: Fix test failure.
Marius Bakke [Tue, 14 Apr 2020 16:05:57 +0000 (18:05 +0200)]
gnu: cook: Fix test failure.

* gnu/packages/cook.scm (cook)[arguments]: Override LC_ALL for one test.

4 years agognu: python-pyrsistent: Update to 0.16.0.
Marius Bakke [Tue, 14 Apr 2020 15:41:37 +0000 (17:41 +0200)]
gnu: python-pyrsistent: Update to 0.16.0.

* gnu/packages/python-xyz.scm (python-pyrsistent): Update to 0.16.0.

4 years agognu: python-gssapi: Update to 1.6.5.
Marius Bakke [Tue, 14 Apr 2020 14:14:37 +0000 (16:14 +0200)]
gnu: python-gssapi: Update to 1.6.5.

* gnu/packages/python-xyz.scm (python-gssapi): Update to 1.6.5.

4 years agognu: python-parso: Update to 0.7.0.
Marius Bakke [Tue, 14 Apr 2020 12:08:05 +0000 (14:08 +0200)]
gnu: python-parso: Update to 0.7.0.

* gnu/packages/python-xyz.scm (python-parso): Update to 0.7.0.

4 years agognu: mksh: Update to 58.
Tobias Geerinckx-Rice [Tue, 14 Apr 2020 18:22:27 +0000 (20:22 +0200)]
gnu: mksh: Update to 58.

* gnu/packages/shells.scm (mksh): Update to 58.