jackhill/guix/guix.git
5 years agognu: Add lucene++.
Julien Lepiller [Tue, 16 Apr 2019 19:05:56 +0000 (21:05 +0200)]
gnu: Add lucene++.

* gnu/packages/rdf.scm (lucene++): New variable.

5 years agognu: spice-gtk: Update to 0.36.
Marius Bakke [Tue, 16 Apr 2019 19:00:27 +0000 (21:00 +0200)]
gnu: spice-gtk: Update to 0.36.

* gnu/packages/spice.scm (spice-gtk): Update to 0.36.
[inputs]: Add JSON-GLIB.
[arguments]: Disable session test.

5 years agognu: spice-gtk: Propagate required inputs.
Marius Bakke [Tue, 16 Apr 2019 18:57:31 +0000 (20:57 +0200)]
gnu: spice-gtk: Propagate required inputs.

* gnu/packages/spice.scm (spice-gtk)[inputs]: Move GTK+, PIXMAN and OPENSSL ...
[propagated-inputs]: ... here.
(virt-viewer)[inputs]: Remove OPENSSL.

5 years agognu: http-parser: Update to 2.9.2.
Marius Bakke [Tue, 16 Apr 2019 18:08:48 +0000 (20:08 +0200)]
gnu: http-parser: Update to 2.9.2.

* gnu/packages/web.scm (http-parser): Update to 2.9.2.
[source](snippet): Remove.

5 years agognu: nginx: Update to 1.15.12.
Marius Bakke [Tue, 16 Apr 2019 18:08:27 +0000 (20:08 +0200)]
gnu: nginx: Update to 1.15.12.

* gnu/packages/web.scm (nginx): Update to 1.15.12.

5 years agognu: python-dask: Update to 1.2.0.
Marius Bakke [Tue, 16 Apr 2019 18:07:40 +0000 (20:07 +0200)]
gnu: python-dask: Update to 1.2.0.

* gnu/packages/python-xyz.scm (python-dask): Update to 1.2.0.

5 years agognu: libqmi: Update to 1.22.4.
Marius Bakke [Tue, 16 Apr 2019 18:07:18 +0000 (20:07 +0200)]
gnu: libqmi: Update to 1.22.4.

* gnu/packages/freedesktop.scm (libqmi): Update to 1.22.4.

5 years agognu: libmbim: Update to 1.18.2.
Marius Bakke [Tue, 16 Apr 2019 18:06:48 +0000 (20:06 +0200)]
gnu: libmbim: Update to 1.18.2.

* gnu/packages/freedesktop.scm (libmbim): Update to 1.18.2.

5 years agognu: bridge-utils: Update to 1.6.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 21:46:21 +0000 (23:46 +0200)]
gnu: bridge-utils: Update to 1.6.

* gnu/packages/linux.scm (bridge-utils): Update to 1.6.
[source]: Update project URL.

5 years agognu: apfs-fuse: Fix ’file system’ spelling.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 20:14:03 +0000 (22:14 +0200)]
gnu: apfs-fuse: Fix ’file system’ spelling.

* gnu/packages/file-systems.scm (apfs-fuse)[synopsis]: Fix spelling.

5 years agognu: lm-sensors: Update home page.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 17:42:58 +0000 (19:42 +0200)]
gnu: lm-sensors: Update home page.

* gnu/packages/linux.scm (lm-sensors)[home-page]: Update.

5 years agognu: Add sbcl-log4cl, cl-log4cl, and ecl-log4cl.
frozenpigs [Wed, 10 Apr 2019 19:01:21 +0000 (20:01 +0100)]
gnu: Add sbcl-log4cl, cl-log4cl, and ecl-log4cl.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: sbcl-bordeaux-threads: Update to 0.8.6-1.5dce49f.
frozenpigs [Wed, 10 Apr 2019 17:48:12 +0000 (18:48 +0100)]
gnu: sbcl-bordeaux-threads: Update to 0.8.6-1.5dce49f.

* gnu/packages/lisp.scm (sbcl-bordeaux-threads): Update to commit
5dce49f.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: Add emacs-ace-link.
mikadoZero [Mon, 25 Mar 2019 23:39:09 +0000 (19:39 -0400)]
gnu: Add emacs-ace-link.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: http-parser: Fix build on i686-linux.
Ludovic Courtès [Tue, 16 Apr 2019 15:48:46 +0000 (17:48 +0200)]
gnu: http-parser: Fix build on i686-linux.

Fixes a regression introduced in
c11fcc6aa27db5f68aed807a6190143f4a156564, whereby 'http-parser' would
fail to build on i686.

* gnu/packages/web.scm (http-parser)[source](modules, snippet): New
fields.

5 years agotests: Gracefully skip zlib test when zlib is missing.
Ludovic Courtès [Tue, 16 Apr 2019 15:29:25 +0000 (17:29 +0200)]
tests: Gracefully skip zlib test when zlib is missing.

* tests/zlib.scm: Use 'test-skip' instead of (exit 77)
when (zlib-available?) returns false.

5 years agognu: slurm: Configure with a "standard" syslogdir.
Ludovic Courtès [Tue, 16 Apr 2019 15:27:18 +0000 (17:27 +0200)]
gnu: slurm: Configure with a "standard" syslogdir.

Until now, we were using syslogdir=$prefix/etc, which did not exist.
Thus, commands would always fail like this:

  $ guix environment --ad-hoc slurm --pure -- squeue -u $USER
  squeue: error: s_p_parse_file: unable to status file /gnu/store/…-slurm-17.11.3/etc/slurm.conf: No such file or directory, retrying in 1sec up to 60sec

* gnu/packages/parallel.scm (slurm)[arguments]: Pass --sysconfdir.

5 years agognu: Add libomp.
Ludovic Courtès [Tue, 16 Apr 2019 15:07:15 +0000 (17:07 +0200)]
gnu: Add libomp.

* gnu/packages/llvm.scm (libomp): New variable.

5 years agognu: guile-charting: Install .go files in the right place.
Ludovic Courtès [Tue, 16 Apr 2019 12:30:34 +0000 (14:30 +0200)]
gnu: guile-charting: Install .go files in the right place.

* gnu/packages/plotutils.scm (guile-charting)[source](modules, snippet):
New fields.

5 years agostore: Add "add-data-to-store-cache" profiling component.
Ludovic Courtès [Tue, 16 Apr 2019 09:46:17 +0000 (11:46 +0200)]
store: Add "add-data-to-store-cache" profiling component.

* guix/store.scm (add-data-to-store): Define 'lookup' and use it instead
of 'hash-ref'.

5 years agoderivations: Reduce 'valid-path?' RPCs in 'derivation-prerequisites-to-build'.
Ludovic Courtès [Tue, 16 Apr 2019 09:42:18 +0000 (11:42 +0200)]
derivations: Reduce 'valid-path?' RPCs in 'derivation-prerequisites-to-build'.

On a profile with 280 packages, this reduces the number of
'valid-paths?' RPCs made by 'guix package -nu' from 6K to 500.

* guix/derivations.scm (derivation-prerequisites-to-build)[built?]:
Memoize 'valid-path?' calls.

5 years agostore: Memoize 'built-in-builders' call directly in <store-connection>.
Ludovic Courtès [Tue, 16 Apr 2019 08:26:46 +0000 (10:26 +0200)]
store: Memoize 'built-in-builders' call directly in <store-connection>.

The caching strategy introduced in
40cc850aebb497faed0a11d867d8fcee729023df was ineffective since we
regularly start from an empty object cache.  For example, "guix build
inkscape -n" would make 241 'built-in-builders' RPCs.

* guix/store.scm (<store-connection>)[built-in-builders]: New field.
(open-connection): Adjust '%make-store-connection' call accordingly.
(port->connection): Likewise.
(built-in-builders): Rename to...
(%built-in-builders):  ... this.
(built-in-builders): New procedure.
* guix/download.scm (built-in-builders*): Remove 'mcached' call.

5 years agognu: lm-sensors: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 10:22:25 +0000 (12:22 +0200)]
gnu: lm-sensors: Don't use unstable tarball.

* gnu/packages/linux.scm (lm-sensors)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: lm-sensors: Update to 3.5.0.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 10:12:24 +0000 (12:12 +0200)]
gnu: lm-sensors: Update to 3.5.0.

* gnu/packages/linux.scm (lm-sensors): Update to 3.5.0.

5 years agognu: wireshark: Update to 3.0.1.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 09:51:27 +0000 (11:51 +0200)]
gnu: wireshark: Update to 3.0.1.

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

5 years agognu: openmpi: Update to .
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 09:30:48 +0000 (11:30 +0200)]
gnu: openmpi: Update to .

* gnu/packages/mpi.scm (openmpi): Update to .
mpi
openmpi

5 years agognu: http-parser: Update to 2.9.1.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 05:04:57 +0000 (07:04 +0200)]
gnu: http-parser: Update to 2.9.1.

* gnu/packages/web.scm (http-parser): Update to 2.9.1.

5 years agognu: mate: Include mate-power-manager.
guy fleury iteriteka [Mon, 15 Apr 2019 21:04:10 +0000 (23:04 +0200)]
gnu: mate: Include mate-power-manager.

* gnu/packages/mate.scm (mate)[inputs]: Add mate-power-manager.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: mate: Add mate-power-manager.
guy fleury iteriteka [Mon, 15 Apr 2019 20:30:06 +0000 (22:30 +0200)]
gnu: mate: Add mate-power-manager.

* gnu/packages/mate.scm (mate-power-manager): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agonls: Update 'fr' translation.
Julien Lepiller [Mon, 15 Apr 2019 19:52:19 +0000 (21:52 +0200)]
nls: Update 'fr' translation.

5 years agognu: Add emacs-ace-jump-mode
Tim Gesthuizen [Sat, 13 Apr 2019 11:46:05 +0000 (13:46 +0200)]
gnu: Add emacs-ace-jump-mode

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agodoc: Replace misuses of @var by @code.
Ludovic Courtès [Mon, 15 Apr 2019 15:03:33 +0000 (17:03 +0200)]
doc: Replace misuses of @var by @code.

* doc/guix.texi (Hardware Considerations, Service Types and Services)
(Service Reference, Shepherd Services, Security Updates): Use @code
instead of @var for things that are not meta-syntactic variables.

5 years agoguix build: Fix relative file name canonicalization for '--root'.
Ludovic Courtès [Mon, 15 Apr 2019 14:57:12 +0000 (16:57 +0200)]
guix build: Fix relative file name canonicalization for '--root'.

Fixes <https://bugs.gnu.org/35271>.
Reported by rendaw <7e9wc56emjakcm@s.rendaw.me>.

* guix/scripts/build.scm (register-root): When ROOT is a relative file
name, append the basename of ROOT, not ROOT itself.
* tests/guix-build.sh: Add test.

5 years agodoc: Document 'this-package' and 'this-operating-system'.
Ludovic Courtès [Mon, 15 Apr 2019 10:23:30 +0000 (12:23 +0200)]
doc: Document 'this-package' and 'this-operating-system'.

* doc/guix.texi (package Reference): Document 'this-package'.
(operating-system Reference): Document 'this-operating-system'.

5 years agoinstall: Provide a meaningful label.
Ludovic Courtès [Mon, 15 Apr 2019 09:34:28 +0000 (11:34 +0200)]
install: Provide a meaningful label.

* gnu/system/install.scm (installation-os)[label]: New field.

5 years agosystem: Add 'label' field to <operating-system>.
Ludovic Courtès [Mon, 15 Apr 2019 09:30:50 +0000 (11:30 +0200)]
system: Add 'label' field to <operating-system>.

* gnu/system.scm (<operating-system>)[label]: New field.
(operating-system-default-label): New procedure.
(operating-system-boot-parameters): Use it instead of
'kernel->boot-label'.
* doc/guix.texi (operating-system Reference): Document it.

5 years agognu: kmscon: Provide source file name.
Ludovic Courtès [Mon, 15 Apr 2019 09:27:15 +0000 (11:27 +0200)]
gnu: kmscon: Provide source file name.

* gnu/packages/terminals.scm (kmscon)[source]: Add 'file-name'.

5 years agognu: kmscon: Remove dependency on MESA.
Ludovic Courtès [Mon, 15 Apr 2019 09:26:44 +0000 (11:26 +0200)]
gnu: kmscon: Remove dependency on MESA.

* gnu/packages/terminals.scm (kmscon)[inputs]: Remove MESA.
[arguments]: Add #:disallowed-references.

5 years agognu: perl-net-dns: Update to 1.20.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 08:47:03 +0000 (10:47 +0200)]
gnu: perl-net-dns: Update to 1.20.

* gnu/packages/networking.scm (perl-net-dns): Update to 1.20.

5 years agognu: fswatch: Update to 1.14.0.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 08:29:51 +0000 (10:29 +0200)]
gnu: fswatch: Update to 1.14.0.

* gnu/packages/monitoring.scm (fswatch): Update to 1.14.0.

5 years agognu: fswatch: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 08:29:42 +0000 (10:29 +0200)]
gnu: fswatch: Don't use NAME in source URI.

* gnu/packages/monitoring.scm (fswatch)[source]: Hard-code NAME.

5 years agognu: aj-snapshot: Update to 0.9.9.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 08:16:14 +0000 (10:16 +0200)]
gnu: aj-snapshot: Update to 0.9.9.

* gnu/packages/music.scm (aj-snapshot): Update to 0.9.9.

5 years agognu: musl: Update to 1.1.22.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 08:15:55 +0000 (10:15 +0200)]
gnu: musl: Update to 1.1.22.

* gnu/packages/musl.scm (musl): Update to 1.1.22.

5 years agognu: socat: Update to 1.7.3.3.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 08:15:28 +0000 (10:15 +0200)]
gnu: socat: Update to 1.7.3.3.

* gnu/packages/networking.scm (socat): Update to 1.7.3.3.

5 years agognu: toxic: Update to 0.8.3.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 08:06:38 +0000 (10:06 +0200)]
gnu: toxic: Update to 0.8.3.

* gnu/packages/messaging.scm (toxic): Update to 0.8.3.

5 years agognu: toxic: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 08:04:50 +0000 (10:04 +0200)]
gnu: toxic: Don't use unstable tarball.

* gnu/packages/messaging.scm (toxic)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: eyed3: Update to 0.8.10.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 06:25:15 +0000 (08:25 +0200)]
gnu: eyed3: Update to 0.8.10.

* gnu/packages/mp3.scm (eyed3): Update to 0.8.10.

5 years agognu: ncmpc: Update to 0.34.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 06:03:33 +0000 (08:03 +0200)]
gnu: ncmpc: Update to 0.34.

* gnu/packages/mpd.scm (ncmpc): Update to 0.34.

5 years agognu: quilt: Update to 0.66.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 05:48:41 +0000 (07:48 +0200)]
gnu: quilt: Update to 0.66.

* gnu/packages/patchutils.scm (quilt): Update to 0.66.
[source]: Remove all patches.
* gnu/packages/patches/quilt-test-fix-regex.patch,
gnu/packages/patches/quilt-getopt-nondigit-param.patch,
gnu/packages/patches/quilt-getopt-second-separator.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.

5 years agognu: quilt: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 05:37:01 +0000 (07:37 +0200)]
gnu: quilt: Don't use NAME in source URI.

* gnu/packages/patchutils.scm (quilt)[source]: Hard-code NAME.

5 years agognu: meld: Update to 3.20.1.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 05:34:18 +0000 (07:34 +0200)]
gnu: meld: Update to 3.20.1.

* gnu/packages/patchutils.scm (meld): Update to 3.20.1.

5 years agognu: highlight: Update to 3.50.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 05:26:26 +0000 (07:26 +0200)]
gnu: highlight: Update to 3.50.

* gnu/packages/pretty-print.scm (highlight): Update to 3.50.

5 years agognu: darktable: Update to 2.6.2.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 05:15:29 +0000 (07:15 +0200)]
gnu: darktable: Update to 2.6.2.

* gnu/packages/photo.scm (darktable): Update to 2.6.2.

5 years agognu: yubikey-personalization: Update to 1.19.3.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 04:45:07 +0000 (06:45 +0200)]
gnu: yubikey-personalization: Update to 1.19.3.

* gnu/packages/security-token.scm (yubikey-personalization): Update to 1.19.3.

5 years agognu: python-acme, certbot: Update to 0.33.1.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 04:43:35 +0000 (06:43 +0200)]
gnu: python-acme, certbot: Update to 0.33.1.

* gnu/packages/tls.scm (python-acme, certbot): Update to 0.33.1.

5 years agognu: libwacom: Update to 0.33.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 04:29:29 +0000 (06:29 +0200)]
gnu: libwacom: Update to 0.33.

* gnu/packages/xdisorg.scm (libwacom): Update to 0.33.

5 years agognu: ncdc: Update to 1.21.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 04:27:17 +0000 (06:27 +0200)]
gnu: ncdc: Update to 1.21.

* gnu/packages/dc.scm (ncdc): Update to 1.21.

5 years agognu: connman: Update to 1.37.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 04:26:13 +0000 (06:26 +0200)]
gnu: connman: Update to 1.37.

* gnu/packages/connman.scm (connman): Update to 1.37.
[arguments]: Remove unconventional comment (it's implicit in the name).

5 years agognu: connman: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 04:20:45 +0000 (06:20 +0200)]
gnu: connman: Don't use NAME in source URI.

* gnu/packages/connman.scm (connman)[source]: Hard-code NAME.

5 years agognu: conky: Update to 1.11.3.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 04:16:16 +0000 (06:16 +0200)]
gnu: conky: Update to 1.11.3.

* gnu/packages/conky.scm (conky): Update to 1.11.3.

5 years agognu: conky: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 04:12:38 +0000 (06:12 +0200)]
gnu: conky: Use GIT-FILE-NAME.

* gnu/packages/conky.scm (conky)[source]: Use GIT-FILE-NAME instead of
bogus ’[…].tar.gz’ for a directory.

5 years agognu: knot: Update to 2.8.1.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 04:08:22 +0000 (06:08 +0200)]
gnu: knot: Update to 2.8.1.

* gnu/packages/dns.scm (knot): Update to 2.8.1.
[source]: Remove patch.
* gnu/packages/patches/knot-include-system-lmdb-header.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

5 years agognu: laby: Fix build.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 03:09:45 +0000 (05:09 +0200)]
gnu: laby: Fix build.

* gnu/packages/games.scm (laby)[inputs]: Add ocamlbuild.
[arguments]: Add new ’allow-unsafe-strings’ phase.
Rename ’setenv’ phase to the more meaningful ’set-library-path’.

5 years agognu: sbcl-hunchentoot: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 02:42:09 +0000 (04:42 +0200)]
gnu: sbcl-hunchentoot: Don't use unstable tarball.

* gnu/packages/lisp.scm (sbcl-hunchentoot)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: sbcl-cffi-bootstrap: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:21:04 +0000 (00:21 +0200)]
gnu: sbcl-cffi-bootstrap: Don't use unstable tarball.

* gnu/packages/lisp.scm (sbcl-cffi-bootstrap)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: hypre: Update to 2.15.1.
Tobias Geerinckx-Rice [Mon, 15 Apr 2019 01:27:03 +0000 (03:27 +0200)]
gnu: hypre: Update to 2.15.1.

* gnu/packages/maths.scm (hypre): Update to 2.15.1.

5 years agognu: hypre: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:18:17 +0000 (00:18 +0200)]
gnu: hypre: Don't use unstable tarball.

* gnu/packages/maths.scm (hypre)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: openspecfun: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:17:55 +0000 (00:17 +0200)]
gnu: openspecfun: Don't use unstable tarball.

* gnu/packages/maths.scm (openspecfun)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: muparser: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:17:35 +0000 (00:17 +0200)]
gnu: muparser: Don't use unstable tarball.

* gnu/packages/maths.scm (muparser)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: emacs-tuareg: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:10:06 +0000 (00:10 +0200)]
gnu: emacs-tuareg: Don't use unstable tarball.

* gnu/packages/ocaml.scm (emacs-tuareg)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[arguments]: Add ‘make-git-checkout-writable’ phase.

5 years agognu: camlp5: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:09:54 +0000 (00:09 +0200)]
gnu: camlp5: Don't use unstable tarball.

* gnu/packages/ocaml.scm (camlp5)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: camlp4@4.07+1: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:09:37 +0000 (00:09 +0200)]
gnu: camlp4@4.07+1: Don't use unstable tarball.

* gnu/packages/ocaml.scm (camlp4-4.07)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: ocaml4.02-ezjsonm: Fix tag.
Tobias Geerinckx-Rice [Sun, 14 Apr 2019 22:07:28 +0000 (00:07 +0200)]
gnu: ocaml4.02-ezjsonm: Fix tag.

* gnu/packages/ocaml.scm (ocaml4.02-ezjsonm)[source]: Drop unnecessary
"v"" from git tag.

5 years agognu: ocamlbuild: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:08:42 +0000 (00:08 +0200)]
gnu: ocamlbuild: Don't use unstable tarball.

* gnu/packages/ocaml.scm (ocamlbuild)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agovm: Remove Xorriso "-padding" option.
Ludovic Courtès [Sun, 14 Apr 2019 21:31:28 +0000 (23:31 +0200)]
vm: Remove Xorriso "-padding" option.

This is a followup to 66ec389580d4f1e4b81e1c72afe2749a547a0e7c.
This reverts 178be030c0e4fdeac5e1c968b5c99d84bb4691db, which is no
longer needed.

* gnu/build/vm.scm (make-iso9660-image): Remove "-padding" option.

5 years agosystem: Remove "beta" from GRUB menu entries.
Ludovic Courtès [Sun, 14 Apr 2019 21:30:52 +0000 (23:30 +0200)]
system: Remove "beta" from GRUB menu entries.

* gnu/system.scm (kernel->boot-label): Remove "(beta)".

5 years agoinstaller: Force user to choose exactly one network management method.
Ludovic Courtès [Sun, 14 Apr 2019 21:19:35 +0000 (23:19 +0200)]
installer: Force user to choose exactly one network management method.

Previously, for non-desktop configs, users could choose any number of
network management methods, including 0, 2, or more.

* gnu/installer/newt/services.scm (run-networking-cbt-page): Remove
'network-management?' parameter and select only 'networking services.
(run-network-management-page): New procedure.
(run-services-page): Call it when DESKTOP is the empty list.

5 years agoinstaller: Fix snippet for the DHCP client.
Ludovic Courtès [Sun, 14 Apr 2019 21:17:24 +0000 (23:17 +0200)]
installer: Fix snippet for the DHCP client.

* gnu/installer/services.scm (%system-services): Fix typo in DHCP client
snippet.

5 years agoui: Highlight heading of generation lists.
Ludovic Courtès [Sun, 14 Apr 2019 17:49:38 +0000 (19:49 +0200)]
ui: Highlight heading of generation lists.

* guix/ui.scm (display-generation): Highlight the "Generation" heading.

5 years agocolors: Add 'highlight'.
Ludovic Courtès [Sun, 14 Apr 2019 17:48:19 +0000 (19:48 +0200)]
colors: Add 'highlight'.

* guix/colors.scm (%highlight-color): New variable.
(highlight): New procedure.
* guix/ui.scm (%highlight-argument)[highlight]: Remove.
(%highlight-color): Remove.

5 years agognu: rust: Update to 1.34.0.
Ivan Petkov [Sun, 14 Apr 2019 16:54:58 +0000 (09:54 -0700)]
gnu: rust: Update to 1.34.0.

* gnu/packages/rust.scm (rust): Update to 1.34.0.

5 years agognu: libgit2: Don't use unstable tarball.
Tobias Geerinckx-Rice [Sat, 30 Mar 2019 14:46:58 +0000 (15:46 +0100)]
gnu: libgit2: Don't use unstable tarball.

* gnu/packages/version-control.scm (libgit2)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[arguments]: Add ‘make-git-checkout-writable’ phase.

5 years agognu: python-pygit2: Update to 0.28.0.
Tobias Geerinckx-Rice [Sun, 14 Apr 2019 15:53:42 +0000 (17:53 +0200)]
gnu: python-pygit2: Update to 0.28.0.

* gnu/packages/python-xyz.scm (python-pygit2): Update to 0.28.0.
[arguments]: Remove ‘fix-dependency-versioning’ phase.

5 years agognu: synfig, synfigstudio: Update to 1.2.2.
Tobias Geerinckx-Rice [Sat, 13 Apr 2019 02:12:04 +0000 (04:12 +0200)]
gnu: synfig, synfigstudio: Update to 1.2.2.

* gnu/packages/animation.scm (synfig-version): New variable.
(etl)[version]: Use it.
(synfig)[version]: Likewise.
[source]: Update to 1.2.2.
[native-inputs]: Add intltool.
(synfigstudio)[version]: Use SYNFIG-VERSION.
[source]: Update to 1.2.2.  Remove obsolete patch.
* gnu/packages/patches/synfigstudio-fix-ui-with-gtk3.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

5 years agognu: etl: Update to 1.2.2.
Tobias Geerinckx-Rice [Sat, 13 Apr 2019 01:58:59 +0000 (03:58 +0200)]
gnu: etl: Update to 1.2.2.

* gnu/packages/animation.scm (etl): Update to 1.2.2.

5 years agognu: linux-libre: Set DEVPTS_MULTIPLE_INSTANCES only where needed.
Tobias Geerinckx-Rice [Wed, 10 Apr 2019 21:41:24 +0000 (23:41 +0200)]
gnu: linux-libre: Set DEVPTS_MULTIPLE_INSTANCES only where needed.

* gnu/packages/linux.scm (%default-extra-linux-options): Move obsolete
CONFIG_DEVPTS_MULTIPLE_INSTANCES option…
(linux-libre-4.4): …here.

5 years agognu: khal: Use HTTPS home page.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 11:39:59 +0000 (13:39 +0200)]
gnu: khal: Use HTTPS home page.

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

5 years agognu: khal: Update to 0.10.1.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 11:38:16 +0000 (13:38 +0200)]
gnu: khal: Update to 0.10.1.

* gnu/packages/calendar.scm (khal): Update to 0.10.1.

5 years agognu: burp: Update to 2.3.4.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 10:50:31 +0000 (12:50 +0200)]
gnu: burp: Update to 2.3.4.

* gnu/packages/backup.scm (burp): Update to 2.3.4.

5 years agognu: emacs-evil-org: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Wed, 10 Apr 2019 18:44:27 +0000 (20:44 +0200)]
gnu: emacs-evil-org: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-evil-org)[source]: Use GIT-FILE-NAME.

5 years agognu: emacs-evil-multiedit: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Wed, 10 Apr 2019 18:44:27 +0000 (20:44 +0200)]
gnu: emacs-evil-multiedit: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-evil-multiedit)[source]: Use GIT-FILE-NAME.

5 years agognu: emacs-evil-magit: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Wed, 10 Apr 2019 18:44:26 +0000 (20:44 +0200)]
gnu: emacs-evil-magit: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-evil-magit)[source]: Use GIT-FILE-NAME.

5 years agognu: emacs-desktop-environment: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Wed, 10 Apr 2019 18:44:26 +0000 (20:44 +0200)]
gnu: emacs-desktop-environment: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-desktop-environment)[source]: Use GIT-FILE-NAME.

5 years agognu: emacs-esh-autosuggest: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Wed, 10 Apr 2019 18:44:26 +0000 (20:44 +0200)]
gnu: emacs-esh-autosuggest: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-esh-autosuggest)[source]: Use GIT-FILE-NAME.

5 years agognu: emacs-daemons: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Wed, 10 Apr 2019 18:44:25 +0000 (20:44 +0200)]
gnu: emacs-daemons: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-daemons)[source]: Use GIT-FILE-NAME.

5 years agognu: emacs-dts-mode: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Wed, 10 Apr 2019 18:44:25 +0000 (20:44 +0200)]
gnu: emacs-dts-mode: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-dts-mode)[source]: Use GIT-FILE-NAME.

5 years agognu: emacs-noflet: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Wed, 10 Apr 2019 18:44:25 +0000 (20:44 +0200)]
gnu: emacs-noflet: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-noflet)[source]: Use GIT-FILE-NAME.

5 years agognu: emacs-stickyfunc-enhance: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Wed, 10 Apr 2019 18:44:25 +0000 (20:44 +0200)]
gnu: emacs-stickyfunc-enhance: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-stickyfunc-enhance)[source]: Use GIT-FILE-NAME.

5 years agognu: emacs-eros: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Wed, 10 Apr 2019 18:44:24 +0000 (20:44 +0200)]
gnu: emacs-eros: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-eros)[source]: Use GIT-FILE-NAME.

5 years agognu: emacs-highlight-escape-sequences: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Wed, 10 Apr 2019 18:44:24 +0000 (20:44 +0200)]
gnu: emacs-highlight-escape-sequences: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-highlight-escape-sequences)[source]: Use GIT-FILE-NAME.