jackhill/guix/guix.git
7 years agognu: chicken: Update to 4.12.0.
Kei Kebreau [Tue, 21 Mar 2017 18:54:04 +0000 (14:54 -0400)]
gnu: chicken: Update to 4.12.0.

* gnu/packages/scheme.scm (chicken): Update to 4.12.0.

7 years agognu: dovecot: Update to 2.2.28.
Leo Famulari [Wed, 22 Mar 2017 17:04:07 +0000 (13:04 -0400)]
gnu: dovecot: Update to 2.2.28.

* gnu/packages/mail.scm (dovecot): Update to 2.2.28.

7 years agognu: rustc: Honor max line length.
Danny Milosavljevic [Wed, 22 Mar 2017 16:40:06 +0000 (17:40 +0100)]
gnu: rustc: Honor max line length.

* gnu/packages/rust.scm (rustc)[arguments]: patch-tests: Honor max line
length.

7 years agognu: guix: Update development snapshot.
Ludovic Courtès [Wed, 22 Mar 2017 15:03:23 +0000 (16:03 +0100)]
gnu: guix: Update development snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to 73a4645.

7 years agognu: binutils-vc4: Set source file-name.
Efraim Flashner [Wed, 22 Mar 2017 14:08:36 +0000 (16:08 +0200)]
gnu: binutils-vc4: Set source file-name.

* gnu/packages/embedded.scm (binutils-vc4)[source]: Add file-name field.

7 years agobuild: 'test-driver.scm' prints Scheme values with 'write'.
Ludovic Courtès [Wed, 22 Mar 2017 13:59:24 +0000 (14:59 +0100)]
build: 'test-driver.scm' prints Scheme values with 'write'.

Previously it would print them with 'display', which was inconvenient.

* build-aux/test-driver.scm (test-display): Use ~S for VALUE.
(test-runner-gnu): Use 'format' instead of 'test-display' for the test
name, location, and result kind.

7 years agotests: Skip 'guix pack' test when networking is unavailable.
Ludovic Courtès [Wed, 22 Mar 2017 13:43:56 +0000 (14:43 +0100)]
tests: Skip 'guix pack' test when networking is unavailable.

* tests/pack.scm ("self-contained-tarball"): Skip unless (network-reachable?).

7 years agotests: Fix 'cond-expand' clause for 2.2/2.0.
Ludovic Courtès [Wed, 22 Mar 2017 13:40:51 +0000 (14:40 +0100)]
tests: Fix 'cond-expand' clause for 2.2/2.0.

Fixes a mistake in a9a0227c0127e1813190a7664f7ad858e791480d.

* tests/store.scm ("current-build-output-port, UTF-8 + garbage"):
Inverse the 'cond-expand' clauses since the 'guile-2.0' feature doesn't
exist.

7 years agognu: autoconf-archive: Update to 2017.03.21.
Efraim Flashner [Wed, 22 Mar 2017 13:01:03 +0000 (15:01 +0200)]
gnu: autoconf-archive: Update to 2017.03.21.

* gnu/packages/autotools.scm (autoconf-archive): Update to 2017.03.21.

7 years agopublish: Add '--nar-path'.
Ludovic Courtès [Wed, 22 Mar 2017 13:00:06 +0000 (14:00 +0100)]
publish: Add '--nar-path'.

* guix/scripts/publish.scm (show-help, %options): Add '--nar-path'.
(%default-options): Add 'nar-path'.
(guix-publish): Honor it.

7 years agopublish: Make the nar URL prefix a parameter.
Ludovic Courtès [Wed, 22 Mar 2017 12:31:54 +0000 (13:31 +0100)]
publish: Make the nar URL prefix a parameter.

* guix/scripts/publish.scm (narinfo-string): Add #:nar-path and honor it.
(render-narinfo): Likewise.
(make-request-handler): Likewise.
(run-publish-server): Likewise.
* tests/publish.scm ("custom nar path"): New test.

7 years agopublish: Add '--public-key' and '--private-key'.
Ludovic Courtès [Wed, 22 Mar 2017 10:26:05 +0000 (11:26 +0100)]
publish: Add '--public-key' and '--private-key'.

* guix/scripts/publish.scm (show-help, %options): Add --public-key and
--private-key.
* doc/guix.texi (Invoking guix publish): Document it.

7 years agopublish: The public and private keys are now SRFI-39 parameters.
Ludovic Courtès [Wed, 22 Mar 2017 08:50:06 +0000 (09:50 +0100)]
publish: The public and private keys are now SRFI-39 parameters.

* guix/scripts/publish.scm (%default-options): Add 'public-key-file' and
'private-key-file'.
(lazy-read-file-sexp): Remove.
(%private-key, %public-key): Turn into SRFI-39 parameters.
(signed-string, render-narinfo): Adjust accordingly.
(guix-publish): Honor 'public-key-file' and 'private-key-file' from
OPTS.  Use 'parameterize'.
* guix/pk-crypto.scm (read-file-sexp): New procedure.
* tests/publish.scm: Initialize '%public-key' and '%private-key'.

7 years agognu: guile: Add 'guile-next' as a deprecated alias.
Ludovic Courtès [Wed, 22 Mar 2017 08:47:42 +0000 (09:47 +0100)]
gnu: guile: Add 'guile-next' as a deprecated alias.

This is a followup to f6396d862f9f8ce0c0e6894ce30599773167af0c.

* gnu/packages/guile.scm (guile-next): New variable.

7 years agognu: rustc: End resultless phases in #t.
Danny Milosavljevic [Wed, 22 Mar 2017 11:45:48 +0000 (12:45 +0100)]
gnu: rustc: End resultless phases in #t.

* gnu/packages/rust.scm (rustc): End resultless phases in #t.

7 years agognu: python-pysam: Run tests in parallel.
Ricardo Wurmus [Wed, 22 Mar 2017 11:20:18 +0000 (12:20 +0100)]
gnu: python-pysam: Run tests in parallel.

* gnu/packages/bioinformatics.scm (python-pysam)[arguments]: Run nose tests in
parallel.

7 years agognu: python-pysam: Run tests before installation.
Ricardo Wurmus [Wed, 22 Mar 2017 11:18:59 +0000 (12:18 +0100)]
gnu: python-pysam: Run tests before installation.

* gnu/packages/bioinformatics.scm (python-pysam)[arguments]: Adjust check
phase to be run before installation.

7 years agognu: python-pysam: Update to 0.10.0.
Ricardo Wurmus [Wed, 22 Mar 2017 11:18:23 +0000 (12:18 +0100)]
gnu: python-pysam: Update to 0.10.0.

* gnu/packages/bioinformatics.scm (python-pysam): Update to 0.10.0.

7 years agognu: perl-mojolicious: Update to 7.29.
Efraim Flashner [Wed, 22 Mar 2017 10:56:23 +0000 (12:56 +0200)]
gnu: perl-mojolicious: Update to 7.29.

* gnu/packages/perl-web.scm (perl-mojolicious): Update to 7.29.

7 years agognu: perl-io-compress: Update to 2.074.
Efraim Flashner [Wed, 22 Mar 2017 10:50:36 +0000 (12:50 +0200)]
gnu: perl-io-compress: Update to 2.074.

* gnu/packages/compression.scm (perl-io-compress): Update to 2.074.
[propagated-inputs]: Update minimum versions to 2.074.

7 years agognu: perl-compress-raw-bzip2: Update to 2.074.
Efraim Flashner [Wed, 22 Mar 2017 10:45:55 +0000 (12:45 +0200)]
gnu: perl-compress-raw-bzip2: Update to 2.074.

* gnu/packages/compression.scm (perl-compress-raw-bzip2): Update to 2.074.

7 years agognu: perl-compress-raw-zlib: Update to 2.074.
Efraim Flashner [Wed, 22 Mar 2017 10:40:05 +0000 (12:40 +0200)]
gnu: perl-compress-raw-zlib: Update to 2.074.

* gnu/packages/compression.scm (perl-compress-raw-zlib): Update to 2.074.

7 years agognu: openssh: Update to 7.5p1.
Leo Famulari [Wed, 22 Mar 2017 06:00:17 +0000 (02:00 -0400)]
gnu: openssh: Update to 7.5p1.

* gnu/packages/ssh.scm (openssh): Update to 7.5p1.

7 years agognu: ntp: Update to 4.2.8p10 [security fixes].
Leo Famulari [Wed, 22 Mar 2017 05:33:13 +0000 (01:33 -0400)]
gnu: ntp: Update to 4.2.8p10 [security fixes].

Fixes CVE-2016-9042 and CVE-2017-{6451,6452,6455,6458,6459,6460,6462,6463,6464}
and others. See 'NEWS' in the source code for more information.

* gnu/packages/ntp.scm (ntp): Update to 4.2.8p10.

7 years agognu: python-psycopg2: Update to 2.6.2.
Tobias Geerinckx-Rice [Tue, 31 Jan 2017 10:19:11 +0000 (11:19 +0100)]
gnu: python-psycopg2: Update to 2.6.2.

* gnu/packages/python.scm (python-psycopg2): Update to 2.6.2.

7 years agognu: python-zope-component: Update to 4.3.0.
Tobias Geerinckx-Rice [Tue, 31 Jan 2017 10:17:47 +0000 (11:17 +0100)]
gnu: python-zope-component: Update to 4.3.0.

* gnu/packages/python.scm (python-zope-component): Update to 4.3.0.
[source]: Use pypi-uri.

7 years agognu: python-atomicwrites: Update to 1.1.5.
Tobias Geerinckx-Rice [Tue, 31 Jan 2017 10:13:29 +0000 (11:13 +0100)]
gnu: python-atomicwrites: Update to 1.1.5.

* gnu/packages/python.scm (python-atomicwrites): Update to 1.1.5.

7 years agognu: python-texttable: Update to 0.8.7.
Tobias Geerinckx-Rice [Tue, 31 Jan 2017 10:12:30 +0000 (11:12 +0100)]
gnu: python-texttable: Update to 0.8.7.

* gnu/packages/python.scm (python-texttable): Update to 0.8.7.

7 years agognu: python-feedgenerator: Update to 1.9.
Tobias Geerinckx-Rice [Tue, 31 Jan 2017 10:11:14 +0000 (11:11 +0100)]
gnu: python-feedgenerator: Update to 1.9.

* gnu/packages/python.scm (python-feedgenerator): Update to 1.9.

7 years agognu: python-wrapt: Update to 1.10.8.
Tobias Geerinckx-Rice [Tue, 31 Jan 2017 10:05:55 +0000 (11:05 +0100)]
gnu: python-wrapt: Update to 1.10.8.

* gnu/packages/python.scm (python-wrapt): Update to 1.10.8.
[source]: Use pypi-uri.

7 years agognu: python-py: Update to 1.4.32.
Tobias Geerinckx-Rice [Tue, 31 Jan 2017 10:04:31 +0000 (11:04 +0100)]
gnu: python-py: Update to 1.4.32.

* gnu/packages/python.scm (python-py): Update to 1.4.32.

7 years agognu: python-sphinx-cloud-sptheme: Update to 1.8.0.
Tobias Geerinckx-Rice [Tue, 31 Jan 2017 00:38:06 +0000 (01:38 +0100)]
gnu: python-sphinx-cloud-sptheme: Update to 1.8.0.

* gnu/packages/python.scm (python-sphinx-cloud-sptheme): Update to 1.8.0.

7 years agognu: python-wcwidth: Update to 0.1.7.
Tobias Geerinckx-Rice [Tue, 31 Jan 2017 00:34:35 +0000 (01:34 +0100)]
gnu: python-wcwidth: Update to 0.1.7.

* gnu/packages/python.scm (python-wcwidth): Update to 0.1.7.
[source]: Use pypi-uri.

7 years agognu: python-markdown: Update to 2.6.8.
Tobias Geerinckx-Rice [Tue, 31 Jan 2017 00:32:49 +0000 (01:32 +0100)]
gnu: python-markdown: Update to 2.6.8.

* gnu/packages/python.scm (python-markdown): Update to 2.6.8.

7 years agognu: dns: Return #t instead of something undefined.
Tobias Geerinckx-Rice [Tue, 21 Mar 2017 06:55:49 +0000 (07:55 +0100)]
gnu: dns: Return #t instead of something undefined.

* gnu/packages/dns.scm (yadifa, knot)[arguments]: Return #t after calling
‘substitute*’.
(knot)[source]: Return #t after calling ‘delete-file-recursively’.

7 years agofile-systems: Add missing docstring.
Ludovic Courtès [Tue, 21 Mar 2017 21:07:08 +0000 (22:07 +0100)]
file-systems: Add missing docstring.

* gnu/system/file-systems.scm (file-system-type-predicate): Add
docstring.

7 years agofile-systems: Do not use (gnu packages …).
Ludovic Courtès [Tue, 21 Mar 2017 20:55:20 +0000 (21:55 +0100)]
file-systems: Do not use (gnu packages …).

Fixes a regression introduced in
7208995426714c9fc3ad59cadc3cc0f52df0f018 whereby (gnu system
file-systems) would pull in (gnu packages …) module, which in turn
breaks when importing things like (gnu build shepherd).

* gnu/system/file-systems.scm (file-system-type-predicate): Export.
(file-system-packages): Move to...
* gnu/system/linux-initrd.scm (file-system-packages): ... here.  Add
docstring.
* gnu/services/base.scm: Use it.
* tests/file-systems.scm ("does not pull (gnu packages …)"): New test.

7 years agognu: vapoursynth: Update to 37.
Efraim Flashner [Tue, 21 Mar 2017 20:36:33 +0000 (22:36 +0200)]
gnu: vapoursynth: Update to 37.

* gnu/packages/video.scm (vapoursynth): Update to 37.

7 years agognu: zimg: Update to 2.5.
Efraim Flashner [Tue, 21 Mar 2017 20:35:32 +0000 (22:35 +0200)]
gnu: zimg: Update to 2.5.

* gnu/packages/image.scm (zimg): Update to 2.5.

7 years agotests: ssh: Add a test for SFTP.
Clément Lassieur [Sun, 19 Mar 2017 12:20:11 +0000 (13:20 +0100)]
tests: ssh: Add a test for SFTP.

* gnu/tests/ssh.scm (run-ssh-test): Introduce "SFTP file writing and reading".
Make 'sftp?' a keyword parameter.
(%test-openssh): Pass #:sftp? #t to 'run-ssh-test'.

7 years agotests: ssh: Abstract session connection and authentication.
Clément Lassieur [Sun, 19 Mar 2017 12:18:37 +0000 (13:18 +0100)]
tests: ssh: Abstract session connection and authentication.

* gnu/tests/ssh.scm (run-ssh-test): Introduce make-session-for-test,
call-with-connected-session and call-with-connected-session/auth.
(run-ssh-test)["connect"]: Rename to "shell command".  Abstract its session
connection and authentication work into the above three functions.

7 years agoservices: openssh: Add 'subsystems' option.
Clément Lassieur [Mon, 20 Feb 2017 23:53:55 +0000 (00:53 +0100)]
services: openssh: Add 'subsystems' option.

* gnu/services/ssh.scm (openssh-config-file): Add it.
(<openssh-configuration>)[subsystems]: Add it.
* doc/guix.texi (Networking Services): Document it.

7 years agoservices: openssh: Cosmetic changes.
Clément Lassieur [Sat, 18 Mar 2017 10:17:57 +0000 (11:17 +0100)]
services: openssh: Cosmetic changes.

* gnu/services/ssh.scm (<openssh-configuration>): Reformat to fit in 80
columns.

7 years agognu: Add lmms.
Rodger Fox [Tue, 21 Mar 2017 19:23:49 +0000 (15:23 -0400)]
gnu: Add lmms.

* gnu/packages/music.scm (lmms): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
7 years agognu: Add megaglest.
Arun Isaac [Mon, 20 Mar 2017 19:16:37 +0000 (00:46 +0530)]
gnu: Add megaglest.

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

Signed-off-by: Leo Famulari <leo@famulari.name>
7 years agognu: Add megaglest-data.
Arun Isaac [Mon, 20 Mar 2017 19:16:36 +0000 (00:46 +0530)]
gnu: Add megaglest-data.

* gnu/packages/games.scm (megaglest-data): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
7 years agognu: ots: Use 'modify-phases' syntax.
Efraim Flashner [Tue, 21 Mar 2017 18:57:08 +0000 (20:57 +0200)]
gnu: ots: Use 'modify-phases' syntax.

* gnu/packages/ots.scm (ots)[arguments]: Use 'modify-phases' syntax.

7 years agognu: ots: Add download mirror.
Efraim Flashner [Tue, 21 Mar 2017 18:52:32 +0000 (20:52 +0200)]
gnu: ots: Add download mirror.

* gnu/packages/ots.scm (ots)[source]: Add Debian mirror.

7 years agognu: Adjust asciidoc-related build options.
Kei Kebreau [Sat, 18 Mar 2017 19:40:15 +0000 (15:40 -0400)]
gnu: Adjust asciidoc-related build options.

Commits 9099a45792306fade2d9ca55138e49ef4f01f1ea and
3078821d1380c26c738be6b5d430c595327d401f make many package inputs and
build configurations related to asciidoc obsolete.

* gnu/packages/compton.scm (compton)[inputs]: Remove docbook-xml,
libxml2 and libxslt.
* gnu/packages/mail.scm (offlinemap)[native-inputs]: Remove libxslt.
* gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Remove docbook-xml.
(perf)[inputs]: Remove docbook-xml and libxslt.
* gnu/packages/text-editors.scm (kakoune)[native-inputs]: Remove libxslt.
* gnu/packages/version-control.scm (cgit)[native-inputs]: Remove
docbook-xml, docbook-xsl, libxml2 and libxslt.
(cvs-fast-export)[native-inputs]: Remove docbook-xml, docbook-xsl,
libxml2 and libxslt.
* gnu/packages/web.scm (qutebrowser)[native-inputs]: Remove docbook-xml,
docbook-xsl, libxml2, and libxslt.
(tinyproxy)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and
libxslt.
* gnu/packages/wm.scm (awesome)[make-flags]: Remove XML_CATALOG_FILES flag.
(i3-wm)[inputs]: Remove docbook-xml.
[native-inputs]: Add libxml2.

7 years agognu: Add swaks.
Arun Isaac [Tue, 21 Mar 2017 13:54:23 +0000 (19:24 +0530)]
gnu: Add swaks.

* gnu/packages/mail.scm (swaks): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: git: Update to 2.12.1.
Marius Bakke [Tue, 21 Mar 2017 12:45:57 +0000 (13:45 +0100)]
gnu: git: Update to 2.12.1.

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

7 years agognu: Add perl-ole-storage-lite.
humanitiesNerd [Mon, 20 Mar 2017 20:10:58 +0000 (21:10 +0100)]
gnu: Add perl-ole-storage-lite.

* gnu/packages/perl.scm (perl-ole-storage-lite): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: Add perl-crypt-rc4.
humanitiesNerd [Mon, 20 Mar 2017 08:41:03 +0000 (09:41 +0100)]
gnu: Add perl-crypt-rc4.

* gnu/pakages/perl.scm (perl-crypt-rc4): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: kodi: Wrap executable so it finds libcurl.
Marius Bakke [Tue, 21 Mar 2017 06:02:36 +0000 (07:02 +0100)]
gnu: kodi: Wrap executable so it finds libcurl.

* gnu/packages/kodi.scm (kodi)[arguments]: Add 'wrap' phase.

7 years agodownload: Handle username and password properties for FTP URIs.
Roel Janssen [Tue, 21 Mar 2017 11:15:14 +0000 (12:15 +0100)]
download: Handle username and password properties for FTP URIs.

* guix/build/download.scm (ftp-fetch): Process username and password from a URI.

7 years agoftp-client: Allow custom username and password for FTP servers.
Roel Janssen [Tue, 21 Mar 2017 11:14:05 +0000 (12:14 +0100)]
ftp-client: Allow custom username and password for FTP servers.

* guix/ftp-client.scm (ftp-open): Add username and password arguments.

7 years agognu: dtc: Update to 1.4.4.
Marius Bakke [Tue, 21 Mar 2017 00:06:41 +0000 (01:06 +0100)]
gnu: dtc: Update to 1.4.4.

* gnu/packages/bootloaders.scm (dtc): Update to 1.4.4.
[source]: Use mirror://kernel.org.

7 years agognu: greenisland: Update to 0.9.0.1.
Marius Bakke [Mon, 20 Mar 2017 23:32:54 +0000 (00:32 +0100)]
gnu: greenisland: Update to 0.9.0.1.

* gnu/packages/display-managers.scm (greenisland): Update to 0.9.0.1.

7 years agognu: vim: Update to 8.0.0494.
Marius Bakke [Mon, 20 Mar 2017 05:57:09 +0000 (06:57 +0100)]
gnu: vim: Update to 8.0.0494.

* gnu/packages/patches/vim-CVE-2017-5953.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0494.
[source]: Remove patch.
(vim-full)[arguments]: Add two phases to drop tests and start xorg.
[native-inputs]: Add XORG-SERVER.

7 years agognu: kodi: Update to 18.0_alpha-0-b35147e.
Marius Bakke [Fri, 3 Mar 2017 01:19:14 +0000 (02:19 +0100)]
gnu: kodi: Update to 18.0_alpha-0-b35147e.

* gnu/packages/kodi.scm (libdvdnav/kodi, libdvdread/kodi, libdvdcss/kodi): New
variables.
(kodi): Update to 18.0_alpha-0-b35147e.
[source]: Download from git. Unbundle more stuff.
[build-system]: Change to CMAKE-BUILD-SYSTEM.
[arguments]: Add #:configure-flag to disable nonfree components. Rework phases
to patch bundled software and bootstrap more libraries.
[native-inputs]: Remove CMAKE, DOXYGEN, GAWK and WHICH. Add LIBDVDCSS/KODI,
LIBDVDNAV/KODI and LIBDVDREAD/KODI.
[inputs]: Remove BOOST, BZIP2, ENCA, GPERF, JASPER, LIBMODPLUG, LIBSAMPLERATE,
LIBXMU, LIBXT, MESA-UTILS, SDL2 and UNZIP. Add FMT, GIFLIB, LCMS and LIBDRM.
[license]: Update for remaining software bundles.

7 years agognu: Add fmt.
Marius Bakke [Fri, 12 Aug 2016 09:54:37 +0000 (10:54 +0100)]
gnu: Add fmt.

* gnu/packages/pretty-print.scm (fmt): New variable.

7 years agobuild: Install .go files to $libdir/guile/X.Y.
Ludovic Courtès [Mon, 20 Mar 2017 21:13:27 +0000 (22:13 +0100)]
build: Install .go files to $libdir/guile/X.Y.

* configure.ac: Define and substitute 'guileobjectdir'.
* Makefile.am (nobase_nodist_guilemodule_DATA): Remove $(GOBJECTS).
(nobase_nodist_guileobject_DATA): New variable.
(guix_install_go_files): Adjust accordingly.
(install-data-hook): Likewise.
* scripts/guix.in (config-lookup): Add 'exec_prefix' and
'guileobjectdir'.  Add '_' in VAR-REF-REGEXP.
(maybe-augment-load-paths!): Distinguish OBJECT-DIR from MODULE-DIR.

7 years agognu: ngircd: Use HTTPS.
Tobias Geerinckx-Rice [Mon, 20 Mar 2017 21:37:34 +0000 (22:37 +0100)]
gnu: ngircd: Use HTTPS.

* gnu/packages/messaging.scm (ngircd)[source, home-page]: Use HTTPS.

7 years agognu: ngircd: Use the phrase ‘IRC’ in its description.
Tobias Geerinckx-Rice [Mon, 20 Mar 2017 21:33:20 +0000 (22:33 +0100)]
gnu: ngircd: Use the phrase ‘IRC’ in its description.

* gnu/packages/messaging.scm (ngircd)[description]: Use ‘IRC’ with @dfn.

7 years agognu: ngircd: Use ‘modify-phases’ syntax.
Tobias Geerinckx-Rice [Mon, 20 Mar 2017 21:32:58 +0000 (22:32 +0100)]
gnu: ngircd: Use ‘modify-phases’ syntax.

* gnu/packages/messaging.scm (ngircd)[arguments]: Use ‘modify-phases’.

7 years agognu: ngircd: Update to 24.
Tobias Geerinckx-Rice [Mon, 20 Mar 2017 21:26:51 +0000 (22:26 +0100)]
gnu: ngircd: Update to 24.

* gnu/packages/messaging.scm (ngircd): Update to 24.
[source]: Remove upstreamed DNS lookup patch.
* gnu/packages/patches/ngircd-no-dns-in-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

7 years agognu: znc: Run test suite.
Tobias Geerinckx-Rice [Fri, 17 Mar 2017 01:05:00 +0000 (02:05 +0100)]
gnu: znc: Run test suite.

* gnu/packages/messaging.scm (znc)[arguments]: Enable tests.  Add an
‘unpack-googletest’ phase and add ‘--with-gtest=’ to #:configure-flags.
[native-inputs]: Add googletest source.

7 years agognu: simple-scan: Update to 3.24.0.
Tobias Geerinckx-Rice [Mon, 20 Mar 2017 12:39:30 +0000 (13:39 +0100)]
gnu: simple-scan: Update to 3.24.0.

* gnu/packages/gnome.scm (simple-scan): Update to 3.24.0.

7 years agognu: Add r-cairo.
Ricardo Wurmus [Fri, 17 Mar 2017 14:23:16 +0000 (15:23 +0100)]
gnu: Add r-cairo.

* gnu/packages/statistics.scm (r-cairo): New variable.

7 years agognu: Add comments on why setting QT_QPA_PLATFORM for tests.
Hartmut Goebel [Sun, 19 Mar 2017 20:41:22 +0000 (21:41 +0100)]
gnu: Add comments on why setting QT_QPA_PLATFORM for tests.

* gnu/packages/astronomy.scm (stellarium): Add comment.
* gnu/packages/display-managers.scm (greenisland): dito.
* gnu/packages/kde-frameworks.scm (kguiaddons, kwidgetsaddons,
  kcompletion, baloo, kbookmarks, kconfigwidgtes, kdesignerplugin,
  kemoticons, kglobalaccel, kiconthemes, kio, knewstuff, kparts,
  kpeople, krunner, kservice, ktexteditor, ktextwidgets, kxmlgui,
  plasma-framework): dito.
* gnu/packages/qt.scm (qtsvg): dito.

7 years agognu: Add freedoom.
Kei Kebreau [Mon, 20 Mar 2017 03:06:50 +0000 (23:06 -0400)]
gnu: Add freedoom.

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

7 years agognu: Remove wxwidgets@2.8.
Efraim Flashner [Mon, 20 Mar 2017 16:33:30 +0000 (18:33 +0200)]
gnu: Remove wxwidgets@2.8.

* gnu/packages/wxwidgets.scm (wxwidgets@2.8): Remove variable.

7 years agognu: audacity: Use gtk+@3.
Efraim Flashner [Mon, 20 Mar 2017 16:04:01 +0000 (18:04 +0200)]
gnu: audacity: Use gtk+@3.

* gnu/packages/audacity.scm (audacity)[inputs]: Remove wxwidgets-gtk2,
gtk+@2, add wxwidgets and gtk+.

7 years agognu: wxwidgets: Build with webkitgtk.
Efraim Flashner [Mon, 20 Mar 2017 16:02:41 +0000 (18:02 +0200)]
gnu: wxwidgets: Build with webkitgtk.

* gnu/packages/wxwidgets.scm (wxwidgets)[inputs]: Remove webkitgtk@2.4,
add webkitgtk.

7 years agognu: snakemake: Add runtime dependencies.
Ricardo Wurmus [Mon, 20 Mar 2017 14:09:02 +0000 (15:09 +0100)]
gnu: snakemake: Add runtime dependencies.

* gnu/packages/python.scm (snakemake)[propagated-inputs]: Add python-wrapt and
python-requests.

7 years agognu: mpd: Update to 0.20.6.
Leo Famulari [Mon, 20 Mar 2017 01:54:37 +0000 (21:54 -0400)]
gnu: mpd: Update to 0.20.6.

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

7 years agognu: Add deutex.
Kei Kebreau [Sat, 18 Mar 2017 20:21:31 +0000 (16:21 -0400)]
gnu: Add deutex.

gnu/packages/game-development.scm (deutex): New variable.

7 years agodownload: Remove non-existent kernel mirror.
Mark H Weaver [Mon, 20 Mar 2017 01:18:46 +0000 (21:18 -0400)]
download: Remove non-existent kernel mirror.

* guix/download.scm (%mirrors) <kernel.org>: Remove www.all.kernel.org.

7 years agognu: obnam: Enable tests.
Arun Isaac [Sat, 18 Mar 2017 18:52:56 +0000 (00:22 +0530)]
gnu: obnam: Enable tests.

* gnu/packages/backup.scm (obnam)[arguments]: Replace 'check' phase with
  custom function.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: Add python-pylint.
Arun Isaac [Sat, 18 Mar 2017 18:52:55 +0000 (00:22 +0530)]
gnu: Add python-pylint.

* gnu/packages/python.scm (python-pylint, python2-pylint): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: Add python2-coverage-test-runner.
Arun Isaac [Sat, 18 Mar 2017 18:52:54 +0000 (00:22 +0530)]
gnu: Add python2-coverage-test-runner.

* gnu/packages/python.scm (python2-coverage-test-runner): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: Add python-configparser.
Arun Isaac [Sat, 18 Mar 2017 18:52:53 +0000 (00:22 +0530)]
gnu: Add python-configparser.

* gnu/packages/python.scm (python-configparser, python2-configparser): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: Add python2-backports-functools-lru-cache.
Arun Isaac [Sat, 18 Mar 2017 18:52:52 +0000 (00:22 +0530)]
gnu: Add python2-backports-functools-lru-cache.

* gnu/packages/python.scm (python2-backports-functools-lru-cache): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: Add python-isort.
Arun Isaac [Sat, 18 Mar 2017 18:52:51 +0000 (00:22 +0530)]
gnu: Add python-isort.

* gnu/packages/python.scm (python-isort, python2-isort): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: Add python-astroid.
Arun Isaac [Sat, 18 Mar 2017 18:52:50 +0000 (00:22 +0530)]
gnu: Add python-astroid.

* gnu/packages/python.scm (python-astroid, python2-astroid): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: Add libircclient.
Arun Isaac [Sat, 18 Mar 2017 16:07:37 +0000 (21:37 +0530)]
gnu: Add libircclient.

* gnu/packages/messaging.scm (libircclient): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
7 years agognu: Add pdfgrep.
rennes [Sun, 19 Mar 2017 21:02:00 +0000 (15:02 -0600)]
gnu: Add pdfgrep.

* guix/gnu/packages/pdf.scm (pdfgrep): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
7 years agognu: linux-libre: Update to 4.10.4.
Mark H Weaver [Sun, 19 Mar 2017 21:18:15 +0000 (17:18 -0400)]
gnu: linux-libre: Update to 4.10.4.

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

7 years agognu: linux-libre@4.9: Update to 4.9.16.
Mark H Weaver [Sun, 19 Mar 2017 21:16:38 +0000 (17:16 -0400)]
gnu: linux-libre@4.9: Update to 4.9.16.

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

7 years agognu: linux-libre@4.4: Update to 4.4.55.
Mark H Weaver [Sun, 19 Mar 2017 21:14:56 +0000 (17:14 -0400)]
gnu: linux-libre@4.4: Update to 4.4.55.

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

7 years agoservices: Remove Tab character from source code whitespace.
Danny Milosavljevic [Sun, 19 Mar 2017 20:36:55 +0000 (21:36 +0100)]
services: Remove Tab character from source code whitespace.

* gnu/services/base.scm (file-system-shepherd-service): Remove Tab character
from source code whitespace.

7 years agognu: u-boot: Update to 2017.03.
Danny Milosavljevic [Sun, 19 Mar 2017 19:49:26 +0000 (20:49 +0100)]
gnu: u-boot: Update to 2017.03.

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

7 years agognu: icecat: Add selected fixes from upstream mozilla-esr45.
Mark H Weaver [Sat, 18 Mar 2017 06:40:42 +0000 (02:40 -0400)]
gnu: icecat: Add selected fixes from upstream mozilla-esr45.

* gnu/packages/gnuzilla.scm (icecat)[source][patches]: Add selected fixes from
the upstream mozilla-esr45 repository.

7 years agognu: libevent@2.0: Add fix from upstream.
Mark H Weaver [Sat, 18 Mar 2017 06:29:12 +0000 (02:29 -0400)]
gnu: libevent@2.0: Add fix from upstream.

This fix was cherry-picked by Mozilla from upstream libevent-2.1 to its
bundled copy of libevent-2.0.21 in mozilla-esr45.

* gnu/packages/patches/libevent-2.0-evbuffer-add-use-last-with-datap.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/libevent.scm (libevent-2.0)[source][patches]: Add it.

7 years agoservices: file-system-shepherd-service: Make it find the fsck programs.
Danny Milosavljevic [Sat, 18 Mar 2017 14:06:32 +0000 (15:06 +0100)]
services: file-system-shepherd-service: Make it find the fsck programs.

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

* gnu/services/base.scm (file-system-shepherd-service): Use
file-system-packages.

7 years agognu: guile-commonmark: Default to Guile 2.2.
Ludovic Courtès [Sun, 19 Mar 2017 17:07:36 +0000 (18:07 +0100)]
gnu: guile-commonmark: Default to Guile 2.2.

* gnu/packages/guile.scm (guile-commonmark)[inputs]: Replace GUILE-2.0
with GUILE-2.2.
(guile2.0-commonmark): New variable.
(guile2.2-commonmark): Mark as deprecated.
(haunt)[propagated-inputs]: Use GUILE-COMMONMARK.

7 years agognu: guile-reader: Default to Guile 2.2.
Ludovic Courtès [Sun, 19 Mar 2017 17:04:37 +0000 (18:04 +0100)]
gnu: guile-reader: Default to Guile 2.2.

* gnu/packages/guile.scm (guile-reader)[inputs]: Change GUILE-2.0 to
GUILE-2.2.
(guile2.0-reader): New variable.
(guile2.2-reader): Mark as deprecated.
(haunt)[propagated-inputs]: Use GUILE-READER instead of
GUILE2.2-READER.

7 years agognu: haunt: Default to Guile 2.2.
Ludovic Courtès [Sun, 19 Mar 2017 17:00:43 +0000 (18:00 +0100)]
gnu: haunt: Default to Guile 2.2.

* gnu/packages/guile.scm (haunt)[inputs]: Replace GUILE-2.0 with
GUILE-2.2.
[propagated-inputs]: Replace GUILE-READER and GUILE-COMMONMARK with
their 2.2 variant.
(guile2.0-haunt): New variable.
(guile2.2-haunt): Mark as deprecated.

7 years agognu: Add 'package-for-guile-2.0'.
Ludovic Courtès [Sun, 19 Mar 2017 16:37:49 +0000 (17:37 +0100)]
gnu: Add 'package-for-guile-2.0'.

* gnu/packages/guile.scm (guile-2.2-package-name): Rename to...
(guile-variant-package-name): ... this.  Change to return a lambda.
(package-for-guile-2.2): Adjust accordingly.
(package-for-guile-2.0): New procedure.

7 years agognu: Rename "guile-next" to "guile".
Ludovic Courtès [Sun, 19 Mar 2017 16:30:44 +0000 (17:30 +0100)]
gnu: Rename "guile-next" to "guile".

* gnu/packages/guile.scm (guile-next): Rename to...
(guile-2.2): ... this.  Update users.
[name]: Change to "guile".
[synopsis]: Remove.
[properties]: Remove 'upstream-name', 'ftp-server', and
'ftp-directory'.
* gnu/packages/bioinformatics.scm (rcas-web): Update accordingly.
* gnu/packages/tls.scm (gnutls/guile-2.2): Likewise.
* tests/guix-build.sh: Use 'guile@2.2' instead of 'guile-next'.
* doc/guix.texi (Package Transformation Options): Update examples that
referred to "guile-next".