jackhill/guix/guix.git
5 years agognu: emacs-ert-runner: Update to latest upstream commit.
Maxim Cournoyer [Tue, 22 Jan 2019 05:24:03 +0000 (05:24 +0000)]
gnu: emacs-ert-runner: Update to latest upstream commit.

The latest tag is many years old, and the latest upstream branch includes
important fixes such as displaying correctly the backtrace upon encountering
errors (see:
https://github.com/rejeep/ert-runner.el/commit/4b6e6cb81fb3cb9db60046f70256555a9ae97459).

* gnu/packages/emacs-xyz.scm (emacs-ert-runner): Update to the latest upstream
commit.
[origin]: Use GIT-FETCH instead of URL-FETCH to mitigate against GitHub's
dynamically generated tarballs.

5 years agodoc: Move "Package Modules" under "Programming Interface".
Ludovic Courtès [Mon, 21 Jan 2019 10:35:52 +0000 (11:35 +0100)]
doc: Move "Package Modules" under "Programming Interface".

* doc/guix.texi (Package Modules): Move to...
(Programming Interface): ... here.  Turn into a section.

5 years agodoc: Move "Packaging Guidelines" under "Contributing".
Ludovic Courtès [Mon, 21 Jan 2019 10:31:54 +0000 (11:31 +0100)]
doc: Move "Packaging Guidelines" under "Contributing".

* doc/guix.texi (Packaging Guidelines): Move to...
* doc/contributing.texi (Packaging Guidelines): ... here.  Turn into a
section.  Adjust references to "Contributing".

5 years agodoc: Move "System Installation" right after "Installation".
Ludovic Courtès [Mon, 21 Jan 2019 10:25:32 +0000 (11:25 +0100)]
doc: Move "System Installation" right after "Installation".

* doc/guix.texi (System Installation): Move right after "Installation".

5 years agodoc: Move sections under "GNU Distribution" one level higher.
Ludovic Courtès [Mon, 21 Jan 2019 10:16:39 +0000 (11:16 +0100)]
doc: Move sections under "GNU Distribution" one level higher.

* doc/guix.texi (Introduction): Add note about Guix System.
[Managing Software the Guix Way]: New section heading.
[GNU Distribution]: New subsection of "Introduction".  Mention "Guix
System" rather than "GuixSD" and update the list of supported systems.
(GNU Distribution): Remove as a chapter.
(System Installation, System Configuration, Documentation)
(Installing Debugging Files, Security Updates, Package Modules)
(Packaging Guidelines, Bootstrapping, Porting): Turn these sections
into chapters.

5 years agoself: System tests depend on CLI modules.
Ludovic Courtès [Tue, 22 Jan 2019 21:54:04 +0000 (22:54 +0100)]
self: System tests depend on CLI modules.

This is because (gnu tests docker) depends on (guix scripts pack).

* guix/self.scm (compiled-guix)[*system-test-modules*]: Add dependency
on *CLI-MODULES*.

5 years agooffload: 'status' reports the time difference.
Ludovic Courtès [Tue, 22 Jan 2019 16:37:59 +0000 (17:37 +0100)]
offload: 'status' reports the time difference.

* guix/scripts/offload.scm (check-machine-status): Report the time
difference for each MACHINE.

5 years agorecords: Detect duplicate field initializers.
Ludovic Courtès [Thu, 19 Apr 2018 16:33:25 +0000 (12:33 -0400)]
records: Detect duplicate field initializers.

* guix/records.scm (report-duplicate-field-specifier): New procedure.
(make-syntactic-constructor): Call it.
* tests/records.scm ("define-record-type* & duplicate initializers"):
New test.

Co-authored-by: Mark H Weaver <mhw@netris.org>
5 years agocompile: Let compiler warnings through during the load phase.
Ludovic Courtès [Tue, 22 Jan 2019 11:01:49 +0000 (12:01 +0100)]
compile: Let compiler warnings through during the load phase.

Previous warnings and errors such as those raised by (guix records)
would not be displayed during the load phase.

* guix/build/compile.scm (load-files): Remove 'parameterize' around
'resolve-interface' call.
(compile-files)[build]: Move 'with-fluids' for *CURRENT-WARNING-PREFIX*
to...
<top level>: ... here.

5 years agognu: Remove duplicate record fields.
Ludovic Courtès [Tue, 22 Jan 2019 10:08:43 +0000 (11:08 +0100)]
gnu: Remove duplicate record fields.

* gnu/packages/haskell.scm (ghc-case-insensitive): Remove duplicate
'inputs' field.
* gnu/packages/python-xyz.scm (python2-pysnptools): Remove duplicate
'native-inputs' field.
* gnu/tests/install.scm (%separate-home-os): Remove duplicate 'type'
field.

5 years agoself: Remove leftover export.
Ludovic Courtès [Tue, 22 Jan 2019 09:22:33 +0000 (10:22 +0100)]
self: Remove leftover export.

* guix/self.scm: Remove 'reload-guix' export.

5 years agovm: Remove unnecessary import.
Ludovic Courtès [Tue, 22 Jan 2019 09:22:06 +0000 (10:22 +0100)]
vm: Remove unnecessary import.

* gnu/system/vm.scm: Remove unnecessary (guix scripts pack) import.

5 years agognu: Add fakeroot.
Danny Milosavljevic [Tue, 22 Jan 2019 15:38:19 +0000 (16:38 +0100)]
gnu: Add fakeroot.

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

5 years agognu: Add genext2fs.
Danny Milosavljevic [Tue, 22 Jan 2019 15:12:08 +0000 (16:12 +0100)]
gnu: Add genext2fs.

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

5 years agognu: bitcoin-core: Update to 0.17.1.
Carl Dong [Mon, 21 Jan 2019 20:04:14 +0000 (15:04 -0500)]
gnu: bitcoin-core: Update to 0.17.1.

* gnu/packages/finances.scm (bitcoin-core): Update to 0.17.1.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: bitcoin-core: End phase in #t.
Danny Milosavljevic [Tue, 22 Jan 2019 11:59:55 +0000 (12:59 +0100)]
gnu: bitcoin-core: End phase in #t.

* gnu/packages/finance.scm (bitcoin-core)[arguments]<#:phases>[set-home]:
End phase in #t.

5 years agognu: bitcoin-core: Make bitcoin-qt deterministic.
Carl Dong [Mon, 21 Jan 2019 19:51:57 +0000 (14:51 -0500)]
gnu: bitcoin-core: Make bitcoin-qt deterministic.

* gnu/packages/finance.scm (bitcoin-core)[arguments]<#:phases>
[make-qt-deterministic]: New phase.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: Add glibc-locales variants for older versions of glibc.
Ricardo Wurmus [Thu, 17 Jan 2019 11:55:53 +0000 (12:55 +0100)]
gnu: Add glibc-locales variants for older versions of glibc.

* gnu/packages/base.scm (make-glibc-locales, make-glibc-utf8-locales): New
procedures.
(glibc-locales): Express in terms of make-glibc-locales.
(glibc-utf8-locales): Express in terms of make-glibc-utf8-locales.
(glibc-locales-2.27, glibc-utf8-locales-2.27): New variables.

5 years agognu: paps: Update to 0.7.0-1.37e6ca1.
Ricardo Wurmus [Tue, 22 Jan 2019 14:08:02 +0000 (15:08 +0100)]
gnu: paps: Update to 0.7.0-1.37e6ca1.

* gnu/packages/pdf.scm (paps): Update to 0.7.0-1.37e6ca1.
[source]: Fetch from git.
[arguments]: Add phase "do-not-run-configure-script-during-bootstrap".
[native-inputs]: Add autoconf, automake, gettext-minimal, glib:bin and
intltool.
[home-page]: Point to Github.

5 years agognu: python-websocket-client: Update to 0.54.0.
Efraim Flashner [Tue, 22 Jan 2019 10:16:39 +0000 (12:16 +0200)]
gnu: python-websocket-client: Update to 0.54.0.

* gnu/packages/python-web.scm (python-websocket-client): Update to 0.54.0.
[properties]: New field.
(python2-websocket-client)[native-inputs]: Add
python2-backport-ssl-match-hostname.

5 years agognu: python-isort: Update to 4.3.4.
Efraim Flashner [Tue, 22 Jan 2019 09:37:51 +0000 (11:37 +0200)]
gnu: python-isort: Update to 4.3.4.

* gnu/packages/python-xyz.scm (python-isort): Update to 4.3.4.
[source]: Use 'git-fetch'.
[properties]: New field.
(python2-isort)[native-inputs]: Add python2-futures.

5 years agognu: python-wrapt: Update to 1.11.1.
Efraim Flashner [Tue, 22 Jan 2019 09:23:45 +0000 (11:23 +0200)]
gnu: python-wrapt: Update to 1.11.1.

* gnu/packages/python-xyz.scm (python-wrapt): Update to 1.11.1.

5 years agognu: python-virtualenv: Update to 16.1.0.
Efraim Flashner [Tue, 22 Jan 2019 09:19:53 +0000 (11:19 +0200)]
gnu: python-virtualenv: Update to 16.1.0.

* gnu/packages/python-xyz.scm (python-virtualenv): Update to 16.1.0.
[arguments]: Move custom 'check phase to custom 'disable-failing-test
phase and re-instate standard 'check phase.

5 years agognu: guile-bytestructures: Update to 1.0.5.
Taylan Kammer [Tue, 22 Jan 2019 01:18:13 +0000 (02:18 +0100)]
gnu: guile-bytestructures: Update to 1.0.5.

* gnu/packages/guile.scm (guile-bytestructures): Update to 1.0.5.

5 years agognu: emacs-nix-mode: Move to emacs-xyz.scm.
Ludovic Courtès [Mon, 21 Jan 2019 22:07:33 +0000 (23:07 +0100)]
gnu: emacs-nix-mode: Move to emacs-xyz.scm.

This removes emacs-xyz.scm from the closure of (gnu packages base).

* gnu/packages/package-management.scm (emacs-nix-mode): Move back to...
* gnu/packages/emacs-xyz.scm (emacs-nix-mode): ... here.  New variable.

5 years agotests: Adjust for removal of 'device' field in <bootloader-configuration>.
Ludovic Courtès [Mon, 21 Jan 2019 21:17:17 +0000 (22:17 +0100)]
tests: Adjust for removal of 'device' field in <bootloader-configuration>.

This is a followup to commit 5f7467f046c3c1648cdf6eb81b3ec041bfc1f9bb.

* tests/guix-system.sh: For <bootloader-configuration> records, use
'target' rather than 'device'.

5 years agostore: Rename '&nix-error' to '&store-error'.
Ludovic Courtès [Mon, 21 Jan 2019 16:41:11 +0000 (17:41 +0100)]
store: Rename '&nix-error' to '&store-error'.

* guix/store.scm (&nix-error): Rename to...
(&store-error): ... this, and adjust users.
(&nix-connection-error): Rename to...
(&store-connection-error): ... this, and adjust users.
(&nix-protocol-error): Rename to...
(&store-protocol-error): ... this, adjust users.
(&nix-error, &nix-connection-error, &nix-protocol-error): Define these
condition types and their getters as deprecrated aliases.
* build-aux/run-system-tests.scm, guix/derivations.scm,
guix/grafts.scm, guix/scripts/challenge.scm,
guix/scripts/graph.scm, guix/scripts/lint.scm,
guix/scripts/offload.scm, guix/serialization.scm,
guix/ssh.scm, guix/tests.scm, guix/ui.scm,
tests/derivations.scm, tests/gexp.scm, tests/guix-daemon.sh,
tests/packages.scm, tests/store.scm, doc/guix.texi: Adjust to use the
new names.

5 years agostore: Rename <nix-server> to <store-connection>.
Ludovic Courtès [Mon, 21 Jan 2019 14:32:35 +0000 (15:32 +0100)]
store: Rename <nix-server> to <store-connection>.

* guix/store.scm (<nix-server>): Rename to...
(<store-connection>): ... this.  Adjust users accordingly.
(nix-server?, nix-server-major-version)
(nix-server-minor-version, nix-server-socket)
(nix-server-version): Define as deprecated aliases.
* guix/inferior.scm: Adjust accordingly.
* guix/ssh.scm: Likewise.

5 years agodeprecation: Send warnings to (current-error-port) by default.
Ludovic Courtès [Mon, 21 Jan 2019 14:30:31 +0000 (15:30 +0100)]
deprecation: Send warnings to (current-error-port) by default.

* guix/deprecation.scm (deprecation-warning-port): Default
to (current-error-port).

5 years agodeprecation: Add 'define-deprecated/alias'.
Ludovic Courtès [Mon, 21 Jan 2019 14:30:14 +0000 (15:30 +0100)]
deprecation: Add 'define-deprecated/alias'.

* guix/deprecation.scm (define-deprecated/alias): New macro.

5 years agognu: fortune-mod: Skip failing tests.
Pierre Neidhardt [Mon, 21 Jan 2019 22:06:19 +0000 (23:06 +0100)]
gnu: fortune-mod: Skip failing tests.

* gnu/packages/games.scm (fortune-mod)[arguments]: Skip failing tests.

5 years agognu: mediainfo: Update to 18.12.
Pierre Neidhardt [Mon, 21 Jan 2019 21:42:48 +0000 (22:42 +0100)]
gnu: mediainfo: Update to 18.12.

* gnu/packages/video.scm (mediainfo): Update to 18.12.
[arguments]: Remove manual autogen.sh.

5 years agognu: libzen: Fix sha256 and remove manual autogen.sh.
Pierre Neidhardt [Mon, 21 Jan 2019 21:40:25 +0000 (22:40 +0100)]
gnu: libzen: Fix sha256 and remove manual autogen.sh.

* gnu/packages/cpp.scm (libzen)[source]: Fix sha256.
[arguments]: Remove manual autogen.sh.

5 years agoimport: github: Improve readability.
Arun Isaac [Sun, 20 Jan 2019 20:13:09 +0000 (01:43 +0530)]
import: github: Improve readability.

* guix/import/github.scm (latest-released-version): Use any and cond instead
of a recursive loop and an if-else ladder respectively.

5 years agoimport: github: Use prereleases when package has no releases.
Arun Isaac [Wed, 16 Jan 2019 20:04:07 +0000 (01:34 +0530)]
import: github: Use prereleases when package has no releases.

* guix/import/github.scm (latest-released-version): Use preleases when package
has no releases.

5 years agognu: xen: Update comments.
Danny Milosavljevic [Mon, 21 Jan 2019 11:23:58 +0000 (12:23 +0100)]
gnu: xen: Update comments.

* gnu/packages/virtualization.scm (xen): Update comments.

5 years agognu: xen: Don't patch etherboot Makefile.
Danny Milosavljevic [Mon, 21 Jan 2019 11:09:32 +0000 (12:09 +0100)]
gnu: xen: Don't patch etherboot Makefile.

* gnu/packages/virtualization.scm (xen)[arguments]<#:phases>[patch]:
Don't patch etherboot's "Makefile".

5 years agognu: calibre: Fix PDF to EPUB conversion.
Mathieu Othacehe [Mon, 21 Jan 2019 09:52:10 +0000 (10:52 +0100)]
gnu: calibre: Fix PDF to EPUB conversion.

When trying to convert a PDF to EPUB, the following error occurs:

File "/gnu/store/kz6bgqw9z7akj11zh20wkx14cgq0s3n2-calibre-3.35.0/lib/calibre/calibre/ebooks/pdf/pdftohtml.py", line 76, in pdftohtml
    _('Could not find pdftohtml, check it is in your PATH'))

Hardcode pdftohtml binary path by patching pdftohtml.py.

* gnu/packages/ebook.scm (calibre)[arguments]: Patch pdftohtml.py in
'configure phase to set hardcode pdftohtml binary path.

5 years agognu: moreutils: Update to 0.63.
Efraim Flashner [Mon, 21 Jan 2019 09:30:59 +0000 (11:30 +0200)]
gnu: moreutils: Update to 0.63.

* gnu/packages/moreutils.scm (moreutils): Update to 0.63.
[arguments]: All phases return #t.

5 years agognu: perl-module-scandeps: Update to 1.27.
Efraim Flashner [Mon, 21 Jan 2019 09:18:21 +0000 (11:18 +0200)]
gnu: perl-module-scandeps: Update to 1.27.

* gnu/packages/perl.scm (perl-module-scandeps): Update to 1.27.

5 years agognu: perl-json: Update to 4.01.
Efraim Flashner [Mon, 21 Jan 2019 09:17:10 +0000 (11:17 +0200)]
gnu: perl-json: Update to 4.01.

* gnu/packages/perl.scm (perl-json): Update to 4.01.
[source]: Update source uri.

5 years agognu: perl-json-xs: Update to 4.0.
Efraim Flashner [Mon, 21 Jan 2019 09:12:24 +0000 (11:12 +0200)]
gnu: perl-json-xs: Update to 4.0.

* gnu/packages/perl.scm (perl-json-xs): Update to 4.0.
[native-inputs]: Add perl-canary-stability.

5 years agognu: perl-file-remove: Update to 1.58.
Efraim Flashner [Mon, 21 Jan 2019 09:09:36 +0000 (11:09 +0200)]
gnu: perl-file-remove: Update to 1.58.

* gnu/packages/perl.scm (perl-file-remove): Update to 1.58.
[description]: Texify the description.

5 years agognu: perl-file-homedir: Update to 1.004.
Efraim Flashner [Mon, 21 Jan 2019 09:05:44 +0000 (11:05 +0200)]
gnu: perl-file-homedir: Update to 1.004.

* gnu/packages/perl.scm (perl-file-homedir): Update to 1.004.

5 years agognu: perl-file-which: Update to 1.23.
Efraim Flashner [Mon, 21 Jan 2019 09:04:03 +0000 (11:04 +0200)]
gnu: perl-file-which: Update to 1.23.

* gnu/packages/perl.scm (perl-file-which): Update to 1.23.
[source]: Update source uri.
[home-page]: Update to new home-page.

5 years agognu: perl-file-slurp: Update to 9999.25.
Efraim Flashner [Mon, 21 Jan 2019 08:54:42 +0000 (10:54 +0200)]
gnu: perl-file-slurp: Update to 9999.25.

* gnu/packages/perl.scm (perl-file-slurp): Update to 9999.25.
[source]: Update source uri.

5 years agognu: perl-text-template: Update to 1.54.
Efraim Flashner [Mon, 21 Jan 2019 08:46:00 +0000 (10:46 +0200)]
gnu: perl-text-template: Update to 1.54.

* gnu/packages/perl.scm (perl-text-template): Update to 1.54.
[native-inputs]: Add perl-test-more-utf8, perl-test-warnings.

5 years agognu: Add perl-test-more-utf8.
Efraim Flashner [Mon, 21 Jan 2019 08:45:17 +0000 (10:45 +0200)]
gnu: Add perl-test-more-utf8.

* gnu/packages/perl-check.scm (perl-test-more-utf8): New variable.

5 years agobuild-self: Execute trampoline in a clean environment.
Ludovic Courtès [Mon, 21 Jan 2019 09:05:00 +0000 (10:05 +0100)]
build-self: Execute trampoline in a clean environment.

Previously execution of the trampoline would be somewhat sensitive to
GUILE_LOAD_PATH & co., for example.

* build-aux/build-self.scm (build-program): Remove 'unsetenv' call and
%LOAD-COMPILED-PATH hack.
(call-with-clean-environment): New procedure.
(with-clean-environment): New macro.
(build): Wrap 'open-pipe*' call in 'with-clean-environment'.

5 years agoci: Skip system tests on armhf-linux.
Ludovic Courtès [Mon, 21 Jan 2019 08:59:36 +0000 (09:59 +0100)]
ci: Skip system tests on armhf-linux.

* gnu/ci.scm (system-test-jobs): Return the empty list when SYSTEM is
"armhf-linux".

5 years agognu: xen: Update comment.
Danny Milosavljevic [Mon, 21 Jan 2019 09:15:53 +0000 (10:15 +0100)]
gnu: xen: Update comment.

Follow-up to 35e8900da092d027528a467d9e1b98c6fab22335.

* gnu/packages/virtualization.scm (xen): Update comment.

5 years agognu: Add xen.
Danny Milosavljevic [Mon, 21 Jan 2019 09:13:38 +0000 (10:13 +0100)]
gnu: Add xen.

* gnu/packages/virtualization.scm (xen): New variable.

5 years agoUpdate .mailmap.
Mathieu Othacehe [Mon, 21 Jan 2019 09:10:43 +0000 (10:10 +0100)]
Update .mailmap.

* .mailmap: Add my email.

5 years agoUpdate 'TODO'
Mathieu Othacehe [Mon, 21 Jan 2019 08:58:56 +0000 (09:58 +0100)]
Update 'TODO'

* TODO (Installer): Add Pierre Neidhardt suggestions described here:
  https://lists.gnu.org/archive/html/guix-devel/2019-01/msg00305.html

5 years agognu: gajim: Update to 1.1.2.
Clément Lassieur [Mon, 21 Jan 2019 08:19:32 +0000 (09:19 +0100)]
gnu: gajim: Update to 1.1.2.

* gnu/packages/messaging.scm (gajim): Update to 1.1.2.

5 years agognu: python-nbxmpp: Update to 0.6.9.
Clément Lassieur [Mon, 21 Jan 2019 08:21:16 +0000 (09:21 +0100)]
gnu: python-nbxmpp: Update to 0.6.9.

* gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.9.

5 years agognu: xcursorgen: Update to 1.0.7.
Tobias Geerinckx-Rice [Sun, 20 Jan 2019 16:02:43 +0000 (17:02 +0100)]
gnu: xcursorgen: Update to 1.0.7.

* gnu/packages/xorg.scm (xcursorgen): Update to 1.0.7.

5 years agognu: umoci: Update to 0.4.3.
Tobias Geerinckx-Rice [Sun, 20 Jan 2019 15:58:03 +0000 (16:58 +0100)]
gnu: umoci: Update to 0.4.3.

* gnu/packages/virtualization.scm (umoci): Update to 0.4.3.

5 years agognu: vlc: Update to 3.0.6.
Tobias Geerinckx-Rice [Sun, 20 Jan 2019 16:00:17 +0000 (17:00 +0100)]
gnu: vlc: Update to 3.0.6.

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

5 years agognu: perl-xml-compile: Update to 1.61.
Tobias Geerinckx-Rice [Sun, 20 Jan 2019 16:47:47 +0000 (17:47 +0100)]
gnu: perl-xml-compile: Update to 1.61.

* gnu/packages/xml.scm (perl-xml-compile): Update to 1.61.

5 years agopull: Add missing import.
Ludovic Courtès [Sun, 20 Jan 2019 22:53:26 +0000 (23:53 +0100)]
pull: Add missing import.

Fixes <https://bugs.gnu.org/34136>.
Reported by Pierre Neidhardt <mail@ambrevar.xyz>.

Fixes wrong-type-arg crash of "guix pull -p /does-not-exist -l".

* guix/scripts/pull.scm: Use (srfi srfi-34).

5 years agoself: Build the (gnu tests …) modules.
Ludovic Courtès [Sun, 20 Jan 2019 21:59:28 +0000 (22:59 +0100)]
self: Build the (gnu tests …) modules.

* guix/self.scm (compiled-guix)[*system-modules*]: Remove gnu/tests/*
from #:extra-files.
[*system-test-modules*]: New variable.
[build-modules]: Add them.

5 years agopython-cysignals: Update to 1.9.0.
Andreas Enge [Sun, 20 Jan 2019 22:32:18 +0000 (23:32 +0100)]
python-cysignals: Update to 1.9.0.

* gnu/packages/python-xyz.scm (python-cysignals, python2-cysignals):
Update to 1.9.0.

5 years agognu: freedink-data: Update to 1.08.20190120.
Efraim Flashner [Sun, 20 Jan 2019 18:11:12 +0000 (20:11 +0200)]
gnu: freedink-data: Update to 1.08.20190120.

* gnu/packages/games.scm (freedink-data): Update to 1.08.20190120.

5 years agognu: freedink-dfarc: Add upstream refresh information.
Efraim Flashner [Sun, 20 Jan 2019 18:03:50 +0000 (20:03 +0200)]
gnu: freedink-dfarc: Add upstream refresh information.

* gnu/packages/games.scm (freedink-dfarc)[properties]: New field.

5 years agognu: fredink-data: Add upstream refresh information.
Efraim Flashner [Sun, 20 Jan 2019 18:03:14 +0000 (20:03 +0200)]
gnu: fredink-data: Add upstream refresh information.

* gnu/packages/games.scm (freedink-data)[properties]: New field.

5 years agognu: freedink-engine: Add upstream refresh information.
Efraim Flashner [Sun, 20 Jan 2019 18:02:33 +0000 (20:02 +0200)]
gnu: freedink-engine: Add upstream refresh information.

* gnu/packages/games.scm (freedink-engine)[properties]: New field.

5 years agoimport: github: Check if git URIs are GitHub URIs.
Arun Isaac [Sun, 20 Jan 2019 16:48:32 +0000 (22:18 +0530)]
import: github: Check if git URIs are GitHub URIs.

This fixes a regression introduced in 9a5091d0c181453d0f31ce97f96a4e577a25e796
whereby packages with git origin URIs not hosted on GitHub would be wrongly
detected as being covered under the github updater.
Reported by Efraim Flashner <efraim@flashner.co.il>.

* guix/import/github.scm (updated-github-url): Check if git URIs are GitHub
URIs.

5 years agognu: Add pencil2d.
Pkill -9 [Wed, 16 Jan 2019 15:14:45 +0000 (15:14 +0000)]
gnu: Add pencil2d.

* gnu/packages/animation.scm (pencil2d): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: qjackctl: Disable xunique.
Pierre Langlois [Fri, 11 Jan 2019 20:55:42 +0000 (20:55 +0000)]
gnu: qjackctl: Disable xunique.

* gnu/packages/audio.scm (qjackctl)[arguments]: Pass "--disable-xunique" to
configure-flags.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agochannels: Use 'fold2'.
Ludovic Courtès [Sun, 20 Jan 2019 17:45:40 +0000 (18:45 +0100)]
channels: Use 'fold2'.

* guix/channels.scm (latest-channel-instances): Use 'fold2' instead of
'fold'.

5 years agochannels: Gracefully report the lack of a 'guix' channel.
Ludovic Courtès [Sun, 20 Jan 2019 17:11:11 +0000 (18:11 +0100)]
channels: Gracefully report the lack of a 'guix' channel.

* guix/channels.scm (channel-instance-derivations): Raise an '&message'
condition when CORE-INSTANCE is #f.

5 years agochannels: Build channel modules in an inferior.
Ludovic Courtès [Fri, 18 Jan 2019 09:15:35 +0000 (10:15 +0100)]
channels: Build channel modules in an inferior.

This ensures that channel modules are compiled with the right Guile,
that they get to see the right modules, and so on.  IOW, it avoids bugs
such as those addressed by commits
3c0e16391ed9a3e3e4611b940fb393c5f2ecea63 and
cb341c121919877ae6267a6460c0c17536d06eff.

* guix/channels.scm (standard-module-derivation): Add 'core'
parameter.  Rewrite in terms of 'gexp->derivation-in-inferior'.
(build-from-source): Add #:core parameter and pass it to
'standard-module-derivation'.
(build-channel-instance): Add 'core' parameter and pass it on.
(channel-instance-derivations)[dependencies]: Remove.
Adjust 'build-channel-instance' call.

5 years agoinferior: 'gexp->derivation-in-inferior' honors EXP's load path.
Ludovic Courtès [Fri, 18 Jan 2019 09:01:37 +0000 (10:01 +0100)]
inferior: 'gexp->derivation-in-inferior' honors EXP's load path.

Previously the imported modules and extensions of EXP would be missing
from the load path of 'guix repl'.

* guix/inferior.scm (gexp->derivation-in-inferior)[script]: New
variable.
[trampoline]: Write (primitive-load #$script) to PIPE.  Add #$output.
* tests/channels.scm ("channel-instances->manifest")[depends?]: Check
for requisites rather than direct references.
Adjust callers accordingly.

5 years agochannels: Don't pull from the same channel more than once.
Ludovic Courtès [Thu, 17 Jan 2019 15:57:53 +0000 (16:57 +0100)]
channels: Don't pull from the same channel more than once.

Previous 'channel-instance->manifest' would call
'latest-channel-derivation', which could trigger another round of
'latest-repository-commit' for no good reason.

* guix/channels.scm (resolve-dependencies): New procedure.
(channel-instance-derivations)[edges]: New variable.
[instance->derivation]: New procedure.
* tests/channels.scm (make-instance): Use 'checkout->channel-instance'
instead of 'channel-instance'.
("channel-instances->manifest"): New test.

5 years agognu: ocrad: Update to 0.27.
Tobias Geerinckx-Rice [Sun, 20 Jan 2019 15:27:04 +0000 (16:27 +0100)]
gnu: ocrad: Update to 0.27.

* gnu/packages/ocr.scm (ocrad): Update to 0.27.

5 years agognu: links: Update to 2.18.
Tobias Geerinckx-Rice [Sun, 20 Jan 2019 15:32:46 +0000 (16:32 +0100)]
gnu: links: Update to 2.18.

* gnu/packages/web-browsers.scm (links): Update to 2.18.

5 years agognu: csound: Update to 6.12.0.
Tobias Geerinckx-Rice [Sun, 20 Jan 2019 13:02:13 +0000 (14:02 +0100)]
gnu: csound: Update to 6.12.0.

* gnu/packages/audio.scm (csound): Update to 6.12.0.

5 years agognu: %desktop-services: Use polkit-service-type.
Efraim Flashner [Sun, 20 Jan 2019 13:27:52 +0000 (15:27 +0200)]
gnu: %desktop-services: Use polkit-service-type.

* gnu/services/desktop.scm (%desktop-services): Replace polkit-service
with polkit-service-type.

5 years agognu: %base-services: Use *getty-service-type.
Efraim Flashner [Sun, 20 Jan 2019 13:25:45 +0000 (15:25 +0200)]
gnu: %base-services: Use *getty-service-type.

* gnu/services/base.scm (%base-services): Replace agetty-service with
agetty-service-type, mingetty-service with mingetty-service-type.

5 years agognu: %base-services: Use login-service-type.
Efraim Flashner [Sun, 20 Jan 2019 13:24:22 +0000 (15:24 +0200)]
gnu: %base-services: Use login-service-type.

* gnu/services/base.scm (login-service-type)[default-value]: New field.
(%base-services): Replace login-service with login-service-type.

5 years agoservices: %base-services: Use udev-service-type.
Efraim Flashner [Sun, 20 Jan 2019 13:18:36 +0000 (15:18 +0200)]
services: %base-services: Use udev-service-type.

* gnu/services/base.scm (udev-configuration): Fix typo.
(udev-service-type)[default-value]: New field.
(%base-services): Replace udev-service with udev-service-type.

5 years agoservices: %base-services: Use nscd-service-type.
Efraim Flashner [Sun, 20 Jan 2019 13:16:44 +0000 (15:16 +0200)]
services: %base-services: Use nscd-service-type.

* gnu/services/base.scm (nscd-service-type)[default-value]: New field.
(%base-services): Replace nscd-service with nscd-service-type.

5 years agoservices: Use guix-service-type.
Efraim Flashner [Sun, 20 Jan 2019 13:10:58 +0000 (15:10 +0200)]
services: Use guix-service-type.

* gnu/services/base.scm (%base-services): Replace guix-service with
guix-service-type.
* gnu/system/examples/docker-image.tmpl (services): Same.

5 years agotests: More adjustments to python.scm split.
Efraim Flashner [Sun, 20 Jan 2019 09:49:10 +0000 (11:49 +0200)]
tests: More adjustments to python.scm split.

This is a followup to 44d10b1f722856ab8e9b942804aa7ef33e2ef739.

* tests/lint.scm: Update imports.

5 years agolint: check-source-unstable-tarball: Don't assume uri length.
Efraim Flashner [Sun, 20 Jan 2019 09:43:16 +0000 (11:43 +0200)]
lint: check-source-unstable-tarball: Don't assume uri length.

* guix/scripts/lint.scm (check-source-unstable-tarball): Replace third
with code to make sure there are enough elements to check.

5 years agognu: vboot-utils: Install development keys.
Kei Kebreau [Sun, 20 Jan 2019 06:51:39 +0000 (01:51 -0500)]
gnu: vboot-utils: Install development keys.

* gnu/packages/bootloaders.scm (vboot-utils)[arguments]: Add 'install-devkeys'
phase.

5 years agognu: subversion: Mention "svn" in the description.
Ludovic Courtès [Sun, 20 Jan 2019 00:40:18 +0000 (01:40 +0100)]
gnu: subversion: Mention "svn" in the description.

* gnu/packages/version-control.scm (subversion)[description]: Mention
"svn".

5 years agoci: Use a valid 'current-guix'.
Ludovic Courtès [Sat, 19 Jan 2019 23:20:34 +0000 (00:20 +0100)]
ci: Use a valid 'current-guix'.

This fixes a regression introduced in
b5f8c2c88543158e8aca76aa98f9009f6b9e743a whereby 'current-guix' (needed
by some of the system tests) would fail to build.
Reported by Ricardo Wurmus <rekado@elephly.net>.

It also speeds up compilation of 'current-guix' since the channel
instance is already compiled or can be built quickly compared to the
default 'current-guix'.

* gnu/packages/package-management.scm (current-guix-package): New
variable.
(current-guix): Honor it.
* gnu/ci.scm (channel-build-system): New variable.
(channel-instances->derivation): New procedure.
(system-test-jobs): Add #:source and #:commit parameters.
Define 'instance' and parameterize CURRENT-GUIX-PACKAGE.
(hydra-jobs)[checkout, commit, source]: New variables.
Pass #:source and #:commit to 'system-test-jobs'.

5 years agoprofiles: Allow a profile to be added as an entry of another profile.
Ludovic Courtès [Sun, 20 Jan 2019 00:33:25 +0000 (01:33 +0100)]
profiles: Allow a profile to be added as an entry of another profile.

* guix/build/profiles.scm (build-etc/profile): When 'OUTPUT/etc/profile'
already exists, delete it first.
(build-profile): Likewise for 'OUTPUT/manifest'.
* tests/profiles.scm ("profile in profile"): New test.

5 years agotests: Adjust to python.scm split.
Ludovic Courtès [Sun, 20 Jan 2019 00:39:36 +0000 (01:39 +0100)]
tests: Adjust to python.scm split.

This is a followup to 44d10b1f722856ab8e9b942804aa7ef33e2ef739.

* tests/profiles.scm ("package->manifest-entry, search paths"): Adjust
module name for PYTHON2-MATPLOTLIB.

5 years agognu: emacs-matrix-client: Update to a0623667.
Nicolas Goaziou [Sat, 19 Jan 2019 21:32:57 +0000 (22:32 +0100)]
gnu: emacs-matrix-client: Update to a0623667.

* gnu/packages/emacs-xyz.scm (emacs-matrix-client): Update to a0623667.

5 years agognu: texlive-texmf: Fix build.
Ricardo Wurmus [Sat, 19 Jan 2019 18:54:54 +0000 (19:54 +0100)]
gnu: texlive-texmf: Fix build.

This is a follow-up to commit a1b4d62cda12d0d54663700a3f384f8a8ad5b13d.

* gnu/packages/tex.scm (texlive-texmf)[arguments]: Unset texlive-bin search
path.

5 years agognu: Add endless-sky.
Efraim Flashner [Sun, 13 Jan 2019 09:31:57 +0000 (11:31 +0200)]
gnu: Add endless-sky.

* gnu/packages/games.scm (endless-sky): New variable.

5 years agognu: wine-staging: Update to 4.0-rc7.
Rutger Helling [Sat, 19 Jan 2019 10:14:31 +0000 (11:14 +0100)]
gnu: wine-staging: Update to 4.0-rc7.

* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.0-rc7.
* gnu/packages/wine.scm (wine-staging): Update to 4.0-rc7.

5 years agoself: Add gnu/tests/* to the installed files.
Ludovic Courtès [Fri, 18 Jan 2019 22:16:19 +0000 (23:16 +0100)]
self: Add gnu/tests/* to the installed files.

* guix/self.scm (compiled-guix)[*system-modules*]: Add gnu/tests/*.

5 years agognu: spacefm: Fix build against glibc 2.28.
Ludovic Courtès [Fri, 18 Jan 2019 21:48:04 +0000 (22:48 +0100)]
gnu: spacefm: Fix build against glibc 2.28.

* gnu/packages/lxde.scm (spacefm)[source](modules, snippet): New fields.

5 years agognu: youtube-dl: Update to 2019.01.17.
Ludovic Courtès [Fri, 18 Jan 2019 21:47:00 +0000 (22:47 +0100)]
gnu: youtube-dl: Update to 2019.01.17.

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

5 years agomaint: Add gnu/ci.scm to the distribution.
Ludovic Courtès [Fri, 18 Jan 2019 21:46:25 +0000 (22:46 +0100)]
maint: Add gnu/ci.scm to the distribution.

* gnu/local.mk (GNU_SYSTEM_MODULES): Add %D%/ci.scm.

5 years agognu: Inkscape: Update to 0.92.4.
Leo Famulari [Fri, 18 Jan 2019 23:44:59 +0000 (18:44 -0500)]
gnu: Inkscape: Update to 0.92.4.

* gnu/packages/inkscape.scm (inkscape): Update to 0.92.4.
[source]: Remove obsolete patches.