jackhill/guix/guix.git
5 years agognu: emacs-zotxt: Name checkout.
Tobias Geerinckx-Rice [Tue, 30 Apr 2019 15:21:27 +0000 (17:21 +0200)]
gnu: emacs-zotxt: Name checkout.

* gnu/packages/emacs-xyz.scm (emacs-zotxt)[source]: Add FILE-NAME.

5 years agognu: u-boot-tools: Only run full test suite on x86_64.
Vagrant Cascadian [Mon, 29 Apr 2019 03:55:39 +0000 (20:55 -0700)]
gnu: u-boot-tools: Only run full test suite on x86_64.

* gnu/packages/bootloaders (u-boot-tools)[arguments]<#:phases>[check]:
Modify phase.
[check-x86]: New phase.
[patch]: New phase.

5 years agognu: gexiv2: Skip failing test on 32-bit platforms.
Ludovic Courtès [Tue, 30 Apr 2019 16:29:10 +0000 (18:29 +0200)]
gnu: gexiv2: Skip failing test on 32-bit platforms.

* gnu/packages/gnome.scm (gexiv2)[arguments]: New field.

5 years agobuild: 'guix-manual.*.po' no longer depends on 'guix-manual.pot'.
Ludovic Courtès [Tue, 30 Apr 2019 15:32:52 +0000 (17:32 +0200)]
build: 'guix-manual.*.po' no longer depends on 'guix-manual.pot'.

That dependency was causing a failure when building from a fresh
checkout since commit d60225d5caabfb6409e3277c0512cd4c0fa63d72 because
'guix-manual.pot' was no longer around and there's no rule to make it.

This commit replaces the 'guix-manual.%.po' target by a phony target,
'doc-po-update-%', without any dependency.

* po/doc/local.mk ($(srcdir)/po/doc/guix-manual.%.po): Rename to...
(doc-po-update-%): ... this.  Remove dependencies.
Change how 'lang' is computed; compute $output and $input, and replace
occurrences of $@ and $< with those.
(doc-po-update): Adjust accordingly.

5 years agognu: python-nose-timer: Update to 0.7.5.
Tobias Geerinckx-Rice [Tue, 30 Apr 2019 15:11:52 +0000 (17:11 +0200)]
gnu: python-nose-timer: Update to 0.7.5.

* gnu/packages/check.scm (python-nose-timer): Update to 0.7.5.

5 years agognu: sbcl-cl+ssl: Name checkout.
Tobias Geerinckx-Rice [Tue, 30 Apr 2019 15:06:18 +0000 (17:06 +0200)]
gnu: sbcl-cl+ssl: Name checkout.

* gnu/packages/lisp.scm (sbcl-cl+ssl)[source]: Add FILE-NAME.

5 years agognu: ghc-esqueleto: Name checkout.
Tobias Geerinckx-Rice [Tue, 30 Apr 2019 15:05:22 +0000 (17:05 +0200)]
gnu: ghc-esqueleto: Name checkout.

* gnu/packages/haskell.scm (ghc-esqueleto)[source]: Add FILE-NAME.

5 years agognu: ocaml-ppx-tools: Name checkout.
Tobias Geerinckx-Rice [Tue, 30 Apr 2019 15:03:59 +0000 (17:03 +0200)]
gnu: ocaml-ppx-tools: Name checkout.

* gnu/packages/ocaml.scm (ocaml-ppx-tools)[source]: Add FILE-NAME.

5 years agognu: sbcl-cl-base64: Name checkout.
Tobias Geerinckx-Rice [Tue, 30 Apr 2019 15:03:08 +0000 (17:03 +0200)]
gnu: sbcl-cl-base64: Name checkout.

* gnu/packages/lisp.scm (sbcl-cl-base64)[source]: Add FILE-NAME.

5 years agognu: eid-mw: Name checkout.
Tobias Geerinckx-Rice [Tue, 30 Apr 2019 14:34:34 +0000 (16:34 +0200)]
gnu: eid-mw: Name checkout.

* gnu/packages/security-token.scm (eid-mw)[source]:
Add FILE-NAME.

5 years agognu: libplist: Run tests sequentially.
Ludovic Courtès [Tue, 30 Apr 2019 14:44:12 +0000 (16:44 +0200)]
gnu: libplist: Run tests sequentially.

Fixes <https://bugs.gnu.org/35501>.
Reported by Brendan Tildesley <mail@brendan.scot>.

* gnu/packages/libusb.scm (libplist)[arguments]: New field.

5 years agognu: Add i3lock.
Marius Bakke [Sat, 27 Apr 2019 11:37:00 +0000 (13:37 +0200)]
gnu: Add i3lock.

* gnu/packages/wm.scm (i3lock): New public variable.

(cherry picked from commit b6afc350514ae5016adc6ca70f7be72aa3ecb2d2)

5 years agognu: youtube-dl: Update to 2019.04.30.
Tobias Geerinckx-Rice [Tue, 30 Apr 2019 12:30:18 +0000 (14:30 +0200)]
gnu: youtube-dl: Update to 2019.04.30.

* gnu/packages/video.scm (youtube-dl): Update to 2019.04.30.

5 years agoguix: Fix another typo in another docstring.
Tobias Geerinckx-Rice [Tue, 30 Apr 2019 12:13:41 +0000 (14:13 +0200)]
guix: Fix another typo in another docstring.

* guix/build/clojure-utils.scm (include-list\exclude-list)<docstring>:
Fix typo.

5 years agoguix: Fix typo in docstring.
Tobias Geerinckx-Rice [Tue, 30 Apr 2019 11:56:29 +0000 (13:56 +0200)]
guix: Fix typo in docstring.

* guix/build/syscalls.scm (device-in-use?)<docstring>: Fix typo.

5 years agognu: ruby-rest-client: Fix lost ,s.
Tobias Geerinckx-Rice [Sun, 28 Apr 2019 20:16:20 +0000 (22:16 +0200)]
gnu: ruby-rest-client: Fix lost ,s.

* gnu/packages/ruby.scm (ruby-rest-client)[native-inputs]:
Move unquotes to their operands.

5 years agognu: maven: Update to 3.6.1.
Julien Lepiller [Tue, 30 Apr 2019 10:37:17 +0000 (12:37 +0200)]
gnu: maven: Update to 3.6.1.

* gnu/packages/maven.scm (maven-artifact): Update to 3.6.1.

5 years agognu: java-plexus-archiver: Update to 4.1.0.
Julien Lepiller [Tue, 30 Apr 2019 10:36:49 +0000 (12:36 +0200)]
gnu: java-plexus-archiver: Update to 4.1.0.

* gnu/packages/java.scm (java-plexus-archiver): Update to 4.1.0.

5 years agognu: java-plexus-utils: Update to 3.2.0.
Julien Lepiller [Tue, 30 Apr 2019 10:22:56 +0000 (12:22 +0200)]
gnu: java-plexus-utils: Update to 3.2.0.

* gnu/packages/java.scm (java-plexus-utils): Update to 3.2.0.

5 years agoservices: colord: Make public and searchable.
Ludovic Courtès [Tue, 30 Apr 2019 10:02:29 +0000 (12:02 +0200)]
services: colord: Make public and searchable.

* gnu/services/desktop.scm (colord-service-type): Make public.
[description]: New field.

5 years agoservices: bluetooth: Make public and searchable.
Ludovic Courtès [Tue, 30 Apr 2019 09:59:47 +0000 (11:59 +0200)]
services: bluetooth: Make public and searchable.

Until now 'guix system search bluetooth' would turn up nothing.

* gnu/services/desktop.scm (bluetooth-service-type)
(bluetooth-configuration): Make public.
(bluetooth-service-type)[description]: New field.

5 years agoRevert "maint: 'release' clears gettext-induced changes in doc/."
Ludovic Courtès [Tue, 30 Apr 2019 08:50:30 +0000 (10:50 +0200)]
Revert "maint: 'release' clears gettext-induced changes in doc/."

This reverts commit 24963c13075b07db0c4e6005df9cde3bb51b2e32.

This change had become unnecessary since
9ca5ff882e2ac4eaab02eb0fde545bd784af478b.

5 years agonls: Remove 'guix-manual.pot'.
Ludovic Courtès [Tue, 30 Apr 2019 08:43:51 +0000 (10:43 +0200)]
nls: Remove 'guix-manual.pot'.

This file was inadvertently committed in commit
39764ef893b7b65a8ce55e13746fed8fd0bad6e0.

* po/doc/guix-manual.pot: Remove.

5 years agognu: Rename some games to match upstream project name.
Nicolas Goaziou [Tue, 30 Apr 2019 00:02:39 +0000 (02:02 +0200)]
gnu: Rename some games to match upstream project name.

* gnu/packages/games.scm (armagetronad):
(cataclysm-dda):
(abbaye):
(wesnoth):
(wesnoth-server):
(starfighter):
(kiki):
(fillets-ng):
(crawl):
(crawl-tiles):
(tome4):
(btanks):
(battle-tanks):
(edgar): Use these as the package definition.
(armagetron-advanced):
(cataclysm-dark-days-ahead):
(l-abbaye-des-morts):
(the-battle-for-wesnoth):
(the-battle-for-wesnoth-server):
(project-starfighter):
(kiki-the-nano-bot):
(fish-fillets-ng):
(dungeon-crawl-stone-soup):
(dungeon-crawl-stone-soup-tiles):
(tales-of-maj-eyal):
(the-legend-of-edgar): Turn these into obsolete aliases.

This reverts renames made by the following commits:
f95e33a7ad9afe3f5087b4d8c80731d731b08839
b1aee9fce2d4177dc0eb41c8509d50a131a19655
f6a21d61deecc37f8c900f2d2acf01475b917d10
24a67aef2ae0f40f1b4af235f5fc054881dc4db1
36a0b5b48c8f14e2ac5707dd6dfea99ee2304873
8b6e2bc15f0cbbe325f45fff9a7b5d3df143ca53
6639295f2f24ca8334d6b4d9d9cb63bd13388537
184f5c8db199adbc91b4b108c1bf89e3727f0bce
ecdb1348ad9992f7d98ea5b1b5b6bc0bafc9b79c
375cb94130b222535ad7c7e0fa0d212483407351
c91ed484d0b66d5639ba01f9ba301ff762d9170d
973bd8a62c13bc5b2ca08585c367589d8c7197fe
df42e0f9c9e6a85803d2709d195a8eb29ec7ee5f

5 years agobuild: 'assert-no-store-file-names' no longer depends on ChangeLog.
Ludovic Courtès [Mon, 29 Apr 2019 20:34:52 +0000 (22:34 +0200)]
build: 'assert-no-store-file-names' no longer depends on ChangeLog.

This reverts commit dfd248648f59af374bf2c74403f0e561464f6afe,
which effectively disabled 'ChangeLog' generation.

* Makefile.am (dist-hook): Depend on 'gen-ChangeLog', not
'$(distdir)/ChangeLog'.
(gen-ChangeLog): Remove dependency.  Use "ChangeLog.tmp" as the
temporary file name.
(assert-no-store-file-names): Remove dependency.  Exclude ChangeLog*.

5 years agognu: ocaml-camomile: Install data in the store.
Julien Lepiller [Tue, 30 Apr 2019 08:23:02 +0000 (10:23 +0200)]
gnu: ocaml-camomile: Install data in the store.

* gnu/packages/ocaml.scm (ocaml-camomile)[arguments]: Fix configuration
to look for and install data in the store.

5 years agognu: i3-wm: Use absolute paths in session files.
Timothy Sample [Tue, 30 Apr 2019 02:36:27 +0000 (22:36 -0400)]
gnu: i3-wm: Use absolute paths in session files.

* gnu/packages/wm.scm (i3-wm)[arguments]: Add a phase to patch the
session '.desktop' files to use the absolute paths of the 'i3' and
'i3-with-shmlog' binaries.

5 years agognu: awesome: Use absolute paths in session file.
Timothy Sample [Tue, 30 Apr 2019 00:51:37 +0000 (20:51 -0400)]
gnu: awesome: Use absolute paths in session file.

* gnu/packages/wm.scm (awesome)[arguments]: Add a phase to patch the
session '.desktop' file to use the absolute path of the 'awesome'
binary.

5 years agognu: gdm: Avoid selecting the placeholder session.
Timothy Sample [Mon, 29 Apr 2019 18:49:42 +0000 (14:49 -0400)]
gnu: gdm: Avoid selecting the placeholder session.

This fixes <https://bugs.gnu.org/35484>.

* gnu/packages/gnome.scm (gdm)[arguments]: Modify the pre-configure phase to
patch GDM to only select the placeholder session if there are no others.

5 years agognu: i3-wm: Use absolute paths in session files.
Timothy Sample [Tue, 30 Apr 2019 02:36:27 +0000 (22:36 -0400)]
gnu: i3-wm: Use absolute paths in session files.

* gnu/packages/wm.scm (i3-wm)[arguments]: Add a phase to patch the
session '.desktop' files to use the absolute paths of the 'i3' and
'i3-with-shmlog' binaries.

5 years agognu: awesome: Use absolute paths in session file.
Timothy Sample [Tue, 30 Apr 2019 00:51:37 +0000 (20:51 -0400)]
gnu: awesome: Use absolute paths in session file.

* gnu/packages/wm.scm (awesome)[arguments]: Add a phase to patch the
session '.desktop' file to use the absolute path of the 'awesome'
binary.

5 years agognu: gdm: Avoid selecting the placeholder session.
Timothy Sample [Mon, 29 Apr 2019 18:49:42 +0000 (14:49 -0400)]
gnu: gdm: Avoid selecting the placeholder session.

This fixes <https://bugs.gnu.org/35484>.

* gnu/packages/gnome.scm (gdm)[arguments]: Modify the pre-configure phase to
patch GDM to only select the placeholder session if there are no others.

5 years agognu: Rename some games to match upstream project name.
Nicolas Goaziou [Tue, 30 Apr 2019 00:02:39 +0000 (02:02 +0200)]
gnu: Rename some games to match upstream project name.

* gnu/packages/games.scm (armagetronad):
(cataclysm-dda):
(abbaye):
(wesnoth):
(wesnoth-server):
(starfighter):
(kiki):
(fillets-ng):
(crawl):
(crawl-tiles):
(tome4):
(btanks):
(battle-tanks):
(edgar): Use these as the package definition.
(armagetron-advanced):
(cataclysm-dark-days-ahead):
(l-abbaye-des-morts):
(the-battle-for-wesnoth):
(the-battle-for-wesnoth-server):
(project-starfighter):
(kiki-the-nano-bot):
(fish-fillets-ng):
(dungeon-crawl-stone-soup):
(dungeon-crawl-stone-soup-tiles):
(tales-of-maj-eyal):
(the-legend-of-edgar): Turn these into obsolete aliases.

This reverts renames made by the following commits:
f95e33a7ad9afe3f5087b4d8c80731d731b08839
b1aee9fce2d4177dc0eb41c8509d50a131a19655
f6a21d61deecc37f8c900f2d2acf01475b917d10
24a67aef2ae0f40f1b4af235f5fc054881dc4db1
36a0b5b48c8f14e2ac5707dd6dfea99ee2304873
8b6e2bc15f0cbbe325f45fff9a7b5d3df143ca53
6639295f2f24ca8334d6b4d9d9cb63bd13388537
184f5c8db199adbc91b4b108c1bf89e3727f0bce
ecdb1348ad9992f7d98ea5b1b5b6bc0bafc9b79c
375cb94130b222535ad7c7e0fa0d212483407351
c91ed484d0b66d5639ba01f9ba301ff762d9170d
973bd8a62c13bc5b2ca08585c367589d8c7197fe
df42e0f9c9e6a85803d2709d195a8eb29ec7ee5f

5 years agognu: r-rcpparmadillo: Update to 0.9.400.2.0.
Ricardo Wurmus [Mon, 29 Apr 2019 22:33:34 +0000 (00:33 +0200)]
gnu: r-rcpparmadillo: Update to 0.9.400.2.0.

* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.9.400.2.0.

5 years agognu: r-repr: Update to 1.0.0.
Ricardo Wurmus [Mon, 29 Apr 2019 22:33:13 +0000 (00:33 +0200)]
gnu: r-repr: Update to 1.0.0.

* gnu/packages/cran.scm (r-repr): Update to 1.0.0.
[propagated-inputs]: Add r-pillar.

5 years agognu: r-ipred: Update to 0.9-9.
Ricardo Wurmus [Mon, 29 Apr 2019 22:32:58 +0000 (00:32 +0200)]
gnu: r-ipred: Update to 0.9-9.

* gnu/packages/cran.scm (r-ipred): Update to 0.9-9.

5 years agomaint: Mark 'doc-pot-update' and 'doc-po-update' as phony.
Ludovic Courtès [Mon, 29 Apr 2019 20:20:34 +0000 (22:20 +0200)]
maint: Mark 'doc-pot-update' and 'doc-po-update' as phony.

* po/doc/local.mk (doc-pot-update, doc-pot-update): Mark as phony.

5 years agovm: Pass -smp to QEMU to allow use of multiple cores.
Christopher Baines [Sat, 27 Apr 2019 20:43:25 +0000 (21:43 +0100)]
vm: Pass -smp to QEMU to allow use of multiple cores.

* gnu/build/vm.scm (load-in-linux-vm): Pass (parallel-job-count) to QEMU with
-smp to allow using multiple cores.

5 years agotests: Adjust wildcard when testing OS examples.
Ludovic Courtès [Mon, 29 Apr 2019 19:57:52 +0000 (21:57 +0200)]
tests: Adjust wildcard when testing OS examples.

* tests/guix-system.sh: Use *.tmpl instead of *, to avoid catching
backup files, etc.

5 years agoprocesses: Gracefully handle daemons without clients.
Ludovic Courtès [Mon, 29 Apr 2019 19:42:04 +0000 (21:42 +0200)]
processes: Gracefully handle daemons without clients.

Fixes <https://bugs.gnu.org/34716>.
Reported by Mark H Weaver <mhw@netris.org>.

The problem could be reproduced by running, on one hand:

  sh -c 'exec -a guix-daemon sleep 777'

and on the other hand:

  guix processes

If there is no process with PID 777, 'guix processes' would barf as it
stumbles upon a <daemon-session> record whose client is #f.

* guix/scripts/processes.scm (daemon-sessions)[child-process->session]:
New procedure, with lambda formerly passed to 'map'.  Handle #f returns
from 'lookup-process'.
Call 'child-process->session' within 'filter-map', not just 'map'.

5 years agoprocesses: 'process-open-files' ignores disappeared /proc/PID/fd entries.
Ludovic Courtès [Mon, 29 Apr 2019 19:39:38 +0000 (21:39 +0200)]
processes: 'process-open-files' ignores disappeared /proc/PID/fd entries.

Previously, 'process-open-files' would throw ENOENT if an entry had
vanished after the 'scandir' call and before the 'readlink' call.

* guix/scripts/processes.scm (process-open-files): Catch ENOENT errors
from 'readlink'.

5 years agognu: Add i3lock.
Marius Bakke [Sat, 27 Apr 2019 11:37:00 +0000 (13:37 +0200)]
gnu: Add i3lock.

* gnu/packages/wm.scm (i3lock): New public variable.

5 years agognu: kodi: Update to 18.2.
Marius Bakke [Fri, 26 Apr 2019 13:51:44 +0000 (15:51 +0200)]
gnu: kodi: Update to 18.2.

* gnu/packages/kodi.scm (kodi): Update to 18.2.
* gnu/packages/patches/kodi-set-libcurl-ssl-parameters.patch: Adjust for
upstream changes.

5 years agognu: msmtp: Update to 1.8.4.
Marius Bakke [Fri, 26 Apr 2019 13:47:07 +0000 (15:47 +0200)]
gnu: msmtp: Update to 1.8.4.

* gnu/packages/mail.scm (msmtp): Update to 1.8.4.

5 years agognu: elogind: Update to 241.3.
Marius Bakke [Fri, 26 Apr 2019 13:31:48 +0000 (15:31 +0200)]
gnu: elogind: Update to 241.3.

* gnu/packages/freedesktop.scm (elogind): Update to 241.3.

5 years agognu: ftgl: Don't build libftgl.a.
Marius Bakke [Thu, 25 Apr 2019 13:48:43 +0000 (15:48 +0200)]
gnu: ftgl: Don't build libftgl.a.

* gnu/packages/gl.scm (ftgl)[arguments]: Add "--disable-static" to #:configure-flags.

5 years agognu: qemu: Build verbosely.
Marius Bakke [Wed, 24 Apr 2019 15:14:59 +0000 (17:14 +0200)]
gnu: qemu: Build verbosely.

* gnu/packages/virtualization.scm (qemu)[arguments]: Remove phase
'make-gtester-verbose' in favor of #:make-flags.

5 years agognu: Remove scmutils.
Ricardo Wurmus [Mon, 29 Apr 2019 15:19:07 +0000 (17:19 +0200)]
gnu: Remove scmutils.

Fixes <https://bugs.gnu.org/34203>.

* gnu/packages/scheme.scm (scmutils): Remove variable.

5 years agognu: ocaml-yojson: Update to 1.7.0.
Julien Lepiller [Mon, 29 Apr 2019 13:41:00 +0000 (15:41 +0200)]
gnu: ocaml-yojson: Update to 1.7.0.

* gnu/packages/ocaml.scm (ocaml-yojson): Update to 1.7.0.
(ocaml-merlin): Use jbuild to prevent a build failure due to a
deprecation warning.

5 years agognu: Add missing module in games.scm.
Nicolas Goaziou [Mon, 29 Apr 2019 13:08:59 +0000 (15:08 +0200)]
gnu: Add missing module in games.scm.

5 years agognu: Add missing modules in games.scm.
Nicolas Goaziou [Mon, 29 Apr 2019 12:56:32 +0000 (14:56 +0200)]
gnu: Add missing modules in games.scm.

5 years agognu: Add hedgewars.
Nicolas Goaziou [Wed, 24 Apr 2019 07:52:52 +0000 (09:52 +0200)]
gnu: Add hedgewars.

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

5 years agognu: Add jumpnbump.
Nicolas Goaziou [Tue, 23 Apr 2019 12:25:52 +0000 (14:25 +0200)]
gnu: Add jumpnbump.

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

5 years agognu: Add sdl2-net.
Nicolas Goaziou [Tue, 23 Apr 2019 12:24:12 +0000 (14:24 +0200)]
gnu: Add sdl2-net.

* gnu/packages/sdl.scm (sdl2-net): New variable.

5 years agognu: u-boot: Update to 2019.04.
Vagrant Cascadian [Tue, 16 Apr 2019 04:46:57 +0000 (21:46 -0700)]
gnu: u-boot: Update to 2019.04.

* gnu/packages/bootloaders.scm (u-boot): Update to 2019.04.
[source]: Add patch.
(u-boot-novena): Update dynamic patch to handle config key rename.
(u-boot-am335x-evm): New variable.
(u-boot-am335x-boneblack): Build with modified am335x-evm config.
(u-boot-novena): Fix typo in description.
* gnu/bootloader/u-boot.scm (u-boot-beaglebone-black-bootloader): Use
u-boot-am335x-boneblack.
* gnu/packages/patches/u-boot-fix-mkimage-header-verification.patch: New file.
* gnu/local.mk (dist_patch_DATA): Update accordingly.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agoguix package: Add 'guix search' alias.
Ludovic Courtès [Mon, 29 Apr 2019 08:41:11 +0000 (10:41 +0200)]
guix package: Add 'guix search' alias.

* guix/scripts/search.scm: New file.
* Makefile.am (MODULES): Add it.
* po/guix/POTFILES.in: Add it.
* tests/guix-package-aliases.sh: Add test.
* doc/guix.texi (Invoking guix package): Document it and use it in a
couple of examples.

5 years agofile-systems: Support the 'no-atime' flag.
rendaw [Mon, 29 Apr 2019 10:08:51 +0000 (12:08 +0200)]
file-systems: Support the 'no-atime' flag.

* guix/build/syscalls.scm (MS_NOATIME): New variable.
* gnu/build/file-systems.scm (mount-flags->bit-mask): Support it.
* doc/guix.texi (File Systems): Document it and add cross-references to
the relevant documentation.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
5 years agoUpdate NEWS.
Ludovic Courtès [Mon, 29 Apr 2019 09:31:23 +0000 (11:31 +0200)]
Update NEWS.

5 years agodoc: Remove traces of "Guix System Distribution".
Ludovic Courtès [Mon, 29 Apr 2019 09:17:39 +0000 (11:17 +0200)]
doc: Remove traces of "Guix System Distribution".

* doc/guix.texi (Invoking guix package)
(Official Substitute Server, System Configuration): Replace "the Guix
System Distribution" by "Guix System".

5 years agodoc: Add 'SUBSTITUTE-URL' variable.
Ludovic Courtès [Mon, 29 Apr 2019 08:54:43 +0000 (10:54 +0200)]
doc: Add 'SUBSTITUTE-URL' variable.

* doc/guix.texi (SUBSTITUTE-SERVER): New variable.
(Invoking guix weather): Use it.

5 years agoguix package: Add 'install', 'remove', and 'upgrade' aliases.
Ludovic Courtès [Sat, 27 Apr 2019 16:04:00 +0000 (18:04 +0200)]
guix package: Add 'install', 'remove', and 'upgrade' aliases.

* guix/scripts/install.scm, guix/scripts/remove.scm,
guix/scripts/upgrade.scm, tests/guix-package-aliases.sh: New files.
* Makefile.am (MODULES, SH_TESTS): Add them.
* po/guix/POTFILES.in: Add them.
* guix/scripts/package.scm (guix-package): Split with...
(guix-package*): ... this.  New procedure.
* doc/guix.texi (Invoking guix package): Document them.
(Binary Installation, Application Setup, Package Management)
(Packages with Multiple Outputs, Package Modules)
(X.509 Certificates, Installing Debugging Files): Use 'guix install' in
simple examples.
* etc/completion/bash/guix (_guix_complete): Handle "install", "remove",
and "upgrade".

5 years agognu: font-public-sans: Adjust synopsis and description.
Ludovic Courtès [Mon, 29 Apr 2019 07:53:06 +0000 (09:53 +0200)]
gnu: font-public-sans: Adjust synopsis and description.

* gnu/packages/fonts.scm (font-public-sans)[synopsis, description]:
Adjust.

5 years agognu: Add font-public-sans.
Jens M [Tue, 23 Apr 2019 17:06:38 +0000 (05:06 +1200)]
gnu: Add font-public-sans.

* gnu/packages/fonts.scm (font-public-sans): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agoinstaller: Fix typo in docstring.
Meiyo Peng [Sat, 27 Apr 2019 07:40:51 +0000 (15:40 +0800)]
installer: Fix typo in docstring.

* gnu/installer/newt/wifi.scm (draw-scanning-page): Fix typo in docstring.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: diffoscope: Update to 114.
Vagrant Cascadian [Sun, 28 Apr 2019 19:43:03 +0000 (12:43 -0700)]
gnu: diffoscope: Update to 114.

* gnu/packages/package-management (diffoscope): Update to 114.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agoservices: slim: Honor the value of slim from slim-configuration.
Diego Nicola Barbato [Sat, 27 Apr 2019 17:45:47 +0000 (19:45 +0200)]
services: slim: Honor the value of slim from slim-configuration.

Previously setting the slim field in slim-configuration would have no effect.

* gnu/services/xorg.scm (slim-shepherd-service): Remove unused let binding for
  slim.  Use (slim-configuration-slim config) instead of the default slim.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: Fix missing bison package in (gnu packages algebra).
Christopher Baines [Sun, 28 Apr 2019 22:57:26 +0000 (23:57 +0100)]
gnu: Fix missing bison package in (gnu packages algebra).

This fixes a regression introduced in
6d3896b9fc115b03046860a9aa12966926bccf53.

* gnu/packages/algebra.scm: Use the (gnu packages bison) module.

5 years agognu: direnv: Change to the go-build-system.
Christopher Baines [Mon, 22 Apr 2019 23:57:19 +0000 (00:57 +0100)]
gnu: direnv: Change to the go-build-system.

The go-build-system is slightly more appropriate, and switching resolves an
issue with combining the 'unpack phase from the gnu-build-system, and the
'setup-go-environment from the go-build-system. With both of those phases
creating a directory, the first-subdirectory call at the end of the 'unpack
phase can return different values depending on the filesystem ordering.

* gnu/packages/shellutils.scm (direnv)[source]: Use the git repository, as
this works better with the go-build-system.
[build-system]: Change to the go-build-system.
[arguments]: Adjust for the go-build-system.
[native-inputs]: Remove go.

5 years agoinstaller: Tell the user where the config file is.
Ludovic Courtès [Sun, 28 Apr 2019 20:55:01 +0000 (22:55 +0200)]
installer: Tell the user where the config file is.

* gnu/installer/newt/final.scm (strip-prefix): New procedure.
(run-config-display-page): Add a sentence showing where the config file
is stored.

5 years agoinstaller: Fix handling of user password mismatches.
Ludovic Courtès [Sun, 28 Apr 2019 20:42:21 +0000 (22:42 +0200)]
installer: Fix handling of user password mismatches.

Previously, if we had a password mismatch, the 'password' field would
end up containing a <user> record instead of the actual password.

* gnu/installer/newt/user.scm (confirm-password): Make TRY-AGAIN
optional and adjust docstring.
(run-user-add-page): Move 'confirm-password' call one level higher.

5 years agoinstaller: User accounts can now have a "real name."
Ludovic Courtès [Sun, 28 Apr 2019 20:28:51 +0000 (22:28 +0200)]
installer: User accounts can now have a "real name."

* gnu/installer/newt/user.scm (run-user-add-page): Add #:real-name.  Add
a label and entry for the real name and initialize the 'real-name' field
of the <user> record.
* gnu/installer/final.scm (create-user-database): Set the 'comment'
field of the <user-account> record.

5 years agoinstaller: User can have a "real name".
Ludovic Courtès [Sun, 28 Apr 2019 20:28:00 +0000 (22:28 +0200)]
installer: User can have a "real name".

* gnu/installer/user.scm (<user>)[real-name]: New field.
(users->configuration)[use->sexp]: Turn it into a 'comment' field.

5 years agoinstaller: Improve layout of the partitioning page.
Ludovic Courtès [Sun, 28 Apr 2019 19:48:50 +0000 (21:48 +0200)]
installer: Improve layout of the partitioning page.

Previously the "listbox" would be unnecessarily high, leaving too little
space for the German translation of the text above.

* gnu/installer/newt/partition.scm (run-disk-page): Increase
 #:info-textbox-width and pass #:listbox-height.

5 years agoinstaller: Add 'nss-certs' to the networking services.
Ludovic Courtès [Sun, 28 Apr 2019 19:46:44 +0000 (21:46 +0200)]
installer: Add 'nss-certs' to the networking services.

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

* gnu/installer/services.scm (%system-services): Add service for
'nss-certs', with 'recommended?' set to #t.

5 years agoinstaller: Recommended services are pre-selected.
Ludovic Courtès [Sun, 28 Apr 2019 19:45:16 +0000 (21:45 +0200)]
installer: Recommended services are pre-selected.

* gnu/installer/services.scm (<system-service>)[recommended?]: New
field.
* gnu/installer/newt/services.scm (run-desktop-environments-cbt-page):
Pass #:selection to 'run-checkbox-tree-page', computed from the
'recommended?' field of each service.
(run-networking-cbt-page): Likewise.

5 years agoinstaller: Add #:selection parameter to 'run-checkbox-tree-page'.
Ludovic Courtès [Sun, 28 Apr 2019 19:43:35 +0000 (21:43 +0200)]
installer: Add #:selection parameter to 'run-checkbox-tree-page'.

* gnu/installer/newt/page.scm (%none-selected): New variable.
(run-checkbox-tree-page): Add #:selection.
[fill-checkbox-tree]: Honor it.

5 years agodoc: Duplicate recommendation about 'guix-install.sh'.
Ludovic Courtès [Sun, 28 Apr 2019 16:25:05 +0000 (18:25 +0200)]
doc: Duplicate recommendation about 'guix-install.sh'.

Since our web site points to "Binary Installation", it's best to have
that note there.

* doc/guix.texi (Binary Installation): Add note about guix-install.sh.

5 years agoUpdate NEWS.
Ludovic Courtès [Sun, 28 Apr 2019 15:37:01 +0000 (17:37 +0200)]
Update NEWS.

5 years agovm-image: Add 'nss-certs' to the global package set.
Ludovic Courtès [Sun, 28 Apr 2019 13:12:50 +0000 (15:12 +0200)]
vm-image: Add 'nss-certs' to the global package set.

* gnu/system/examples/vm-image.tmpl (packages): Add NSS-CERTS.

5 years agodescribe: Provide a hint when origin detection fails.
Ludovic Courtès [Sun, 28 Apr 2019 13:05:41 +0000 (15:05 +0200)]
describe: Provide a hint when origin detection fails.

* guix/scripts/describe.scm (display-checkout-info): Add call to
'display-hint' in the error case.

5 years agognu: Fix typo.
Nicolas Goaziou [Sun, 28 Apr 2019 20:16:03 +0000 (22:16 +0200)]
gnu: Fix typo.

* gnu/packages/algebra.scm (giac-xcas): Fix typo.

5 years agognu: giac-xcas: Rename to "giac" to match upstream name.
Nicolas Goaziou [Sun, 28 Apr 2019 19:39:34 +0000 (21:39 +0200)]
gnu: giac-xcas: Rename to "giac" to match upstream name.

* gnu/packages/algebra.scm (giac): New variable.
(giac-xcas): Deprecate.

5 years agognu: giac-xcas: Add inputs.
Nicolas Goaziou [Sun, 28 Apr 2019 19:35:07 +0000 (21:35 +0200)]
gnu: giac-xcas: Add inputs.

* gnu/packages/algebra.scm (giac-xcas)[inputs]: Add glpk, libsamplerate, bison
  and flex.

5 years agognu: giac-xcas: Fix documentation.
Nicolas Goaziou [Sun, 28 Apr 2019 19:31:08 +0000 (21:31 +0200)]
gnu: giac-xcas: Fix documentation.

* gnu/packages/algebra.scm (giac-xcas): Use a single output.  Fix licensing
  issues in documentation.

Xcas expects documentation to be located at a fixed location, not compatible
with a "doc" output.

5 years agognu: linux-libre: Update to 5.0.10.
Mark H Weaver [Sun, 28 Apr 2019 17:35:43 +0000 (13:35 -0400)]
gnu: linux-libre: Update to 5.0.10.

* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.10.
(%linux-libre-hash): Update hash.

5 years agognu: linux-libre@4.19: Update to 4.19.37.
Mark H Weaver [Sun, 28 Apr 2019 17:34:57 +0000 (13:34 -0400)]
gnu: linux-libre@4.19: Update to 4.19.37.

* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.37.
(%linux-libre-4.19-hash): Update hash.

5 years agognu: linux-libre@4.14: Update to 4.14.114.
Mark H Weaver [Sun, 28 Apr 2019 17:34:06 +0000 (13:34 -0400)]
gnu: linux-libre@4.14: Update to 4.14.114.

* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.114.
(%linux-libre-4.14-hash): Update hash.

5 years agognu: linux-libre@4.9: Update to 4.9.171.
Mark H Weaver [Sun, 28 Apr 2019 17:33:36 +0000 (13:33 -0400)]
gnu: linux-libre@4.9: Update to 4.9.171.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.171.

5 years agognu: linux-libre@4.4: Update to 4.4.179.
Mark H Weaver [Sun, 28 Apr 2019 17:32:54 +0000 (13:32 -0400)]
gnu: linux-libre@4.4: Update to 4.4.179.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.179.

5 years agognu: Add cloud-utils.
Christopher Baines [Sat, 20 Apr 2019 21:47:38 +0000 (22:47 +0100)]
gnu: Add cloud-utils.

* gnu/packages/admin.scm (cloud-utils): New variable.

5 years agognu: Remove unused module reference.
Ricardo Wurmus [Sun, 28 Apr 2019 09:49:56 +0000 (11:49 +0200)]
gnu: Remove unused module reference.

* gnu/services/web.scm: Remove reference to (gnu packages guile).

5 years agognu: hypre: Unconditionally return #T from build phases.
Ricardo Wurmus [Sun, 28 Apr 2019 09:43:36 +0000 (11:43 +0200)]
gnu: hypre: Unconditionally return #T from build phases.

* gnu/packages/maths.scm (hypre)[arguments]: Use INVOKE and unconditionally
return #T from build phases.

5 years agognu: jacal: Unconditionally return #T from configure phase.
Ricardo Wurmus [Sun, 28 Apr 2019 09:38:56 +0000 (11:38 +0200)]
gnu: jacal: Unconditionally return #T from configure phase.

* gnu/packages/maths.scm (jacal)[arguments]: Use INVOKE in configure phase.

5 years agognu: z3: Unconditionally return #T from build phases.
Ricardo Wurmus [Sun, 28 Apr 2019 09:37:30 +0000 (11:37 +0200)]
gnu: z3: Unconditionally return #T from build phases.

* gnu/packages/maths.scm (z3)[arguments]: Use INVOKE in build phases.

5 years agognu: atlas: Always return #T from build phases.
Ricardo Wurmus [Sun, 28 Apr 2019 08:44:34 +0000 (10:44 +0200)]
gnu: atlas: Always return #T from build phases.

* gnu/packages/maths.scm (atlas)[arguments]: Always return #T from build
phases; use INVOKE.

5 years agognu: make-blis: Always return #T from configure phase.
Ricardo Wurmus [Sun, 28 Apr 2019 07:45:44 +0000 (09:45 +0200)]
gnu: make-blis: Always return #T from configure phase.

* gnu/packages/maths.scm (make-blis)[arguments]: Use INVOKE.

5 years agognu: kdevplatform: Use INVOKE.
Ricardo Wurmus [Sat, 27 Apr 2019 21:42:54 +0000 (23:42 +0200)]
gnu: kdevplatform: Use INVOKE.

* gnu/packages/kde.scm (kdevplatform)[arguments]: Use INVOKE and return #T
unconditionally.

5 years agoMerge branch 'staging'
Ludovic Courtès [Sun, 28 Apr 2019 12:45:35 +0000 (14:45 +0200)]
Merge branch 'staging'

5 years agognu: gnome-shell: Add gdk-pixbuf+svg to inputs.
Ricardo Wurmus [Thu, 25 Apr 2019 13:17:05 +0000 (15:17 +0200)]
gnu: gnome-shell: Add gdk-pixbuf+svg to inputs.

* gnu/packages/gnome.scm (gnome-shell)[inputs]: Add gdk-pixbuf+svg.

5 years agognu: r-rhtslib: Fix build.
Ricardo Wurmus [Sat, 27 Apr 2019 20:45:02 +0000 (22:45 +0200)]
gnu: r-rhtslib: Fix build.

* gnu/packages/bioinformatics.scm (r-rhtslib)[arguments]: Add
"--no-staged-install" to configure flags.