jackhill/guix/guix.git
8 years agoAdd 'guix-daemon.conf' job for Upstart.
Mario Daniel Ruiz Saavedra [Thu, 26 Nov 2015 16:07:51 +0000 (11:07 -0500)]
Add 'guix-daemon.conf' job for Upstart.

* etc/guix-daemon.conf.in: New file.
* daemon.am (CLEANFILES): Add etc/guix-daemon.conf.
  (upstartjobdir, nodist_upstartjob_DATA): New variables.
  (EXTRA_DIST): Add etc/guix-daemon.conf.in.
* doc/guix.texi (Binary Installation, Build Environment Setup): Mention
  'guix-daemon.conf'.

Signed-off-by: Mario Daniel Ruiz Saavedra <desiderantes@rocketmail.com>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8 years agolint: Add "cve" checker.
Ludovic Courtès [Thu, 26 Nov 2015 21:59:06 +0000 (22:59 +0100)]
lint: Add "cve" checker.

Fixes <http://bugs.gnu.org/21289>.

* guix/scripts/lint.scm (package-name->cpe-name, package-vulnerabilities)
(check-vulnerabilities): New procedures.
* guix/scripts/lint.scm (%checkers): Add "cve" checker.
* tests/lint.scm ("cve", "cve: one vulnerability"): New tests.
* doc/guix.texi (Invoking guix lint): Mention it.

8 years agoAdd (guix cve).
Ludovic Courtès [Thu, 26 Nov 2015 20:52:25 +0000 (21:52 +0100)]
Add (guix cve).

* guix/cve.scm, tests/cve-sample.xml, tests/cve.scm: New files.
* Makefile.am (MODULES): Add guix/cve.scm.
(SCM_TESTS): Add tests/cve.scm.
(EXTRA_DIST): Add tests/cve-sample.scm.

8 years agohttp-client: 'http-fetch' and 'http-fetch/cached' support HTTPS.
Ludovic Courtès [Wed, 25 Nov 2015 22:20:44 +0000 (23:20 +0100)]
http-client: 'http-fetch' and 'http-fetch/cached' support HTTPS.

* guix/http-client.scm (http-fetch): Use 'open-connection-for-uri', to
support HTTPS.

8 years agoimport: hackage: Assume current 'ghc' package version.
Federico Beffa [Wed, 25 Nov 2015 13:47:16 +0000 (14:47 +0100)]
import: hackage: Assume current 'ghc' package version.

* guix/scripts/import/hackage.scm (%default-options): Do it.
  (ghc-default-version): New variable.

8 years agoimport: hackage: Add new tests.
Federico Beffa [Wed, 25 Nov 2015 12:58:06 +0000 (13:58 +0100)]
import: hackage: Add new tests.

* tests/hackage.scm (eval-test-with-cabal): Add optional argument.
  (test-cabal-3): New variable and test.
  (test-read-cabal-1): Exercise more parsing variants.

8 years agoimport: hackage: Handle CRLF end of line style.
Federico Beffa [Sat, 14 Nov 2015 14:15:00 +0000 (15:15 +0100)]
import: hackage: Handle CRLF end of line style.

* guix/import/hackage.scm (hackage-fetch, hackage->guix-package): Use
  'canonical-newline-port'.

8 years agoutils: Add 'canonical-newline-port'.
Federico Beffa [Sat, 14 Nov 2015 14:00:36 +0000 (15:00 +0100)]
utils: Add 'canonical-newline-port'.

* guix/utils.scm (canonical-newline-port): New procedure.
* tests/utils.scm ("canonical-newline-port"): New test.

8 years agoimport: hackage: Make parsing of tests and fields more flexible.
Federico Beffa [Wed, 11 Nov 2015 15:20:45 +0000 (16:20 +0100)]
import: hackage: Make parsing of tests and fields more flexible.

* guix/import/cabal.scm (is-test): Allow spaces between keyword and
  parentheses.
  (is-id): Add argument 'port'.  Allow spaces between keyword and column.
  (lex-word): Adjust call to 'is-id'.

8 years agoimport: hackage: Make it resilient to missing final newline.
Federico Beffa [Wed, 11 Nov 2015 14:31:46 +0000 (15:31 +0100)]
import: hackage: Make it resilient to missing final newline.

* guix/import/cabal.scm (peek-next-line-indent): Check for missing final
  newline.

8 years agoimport: hackage: Imporve parsing of tests.
Federico Beffa [Wed, 11 Nov 2015 10:22:42 +0000 (11:22 +0100)]
import: hackage: Imporve parsing of tests.

* guix/import/cabal.scm (lex-word): Add support for tests with no spaces.
  (impl): Rewrite.

8 years agoimport: hackage: Add recognition of 'true' and 'false' symbols.
Federico Beffa [Wed, 11 Nov 2015 09:39:38 +0000 (10:39 +0100)]
import: hackage: Add recognition of 'true' and 'false' symbols.

* guix/import/cabal.scm (is-true, is-false, lex-true, lex-false): New procedures.
  (lex-word): Use them.
  (make-cabal-parser): Add TRUE and FALSE tokens.
  (eval): Add entries for 'true and 'false symbols.

8 years agognu: python-pickleshare: Add python-setuptools to native-inputs.
Efraim Flashner [Thu, 26 Nov 2015 13:28:31 +0000 (15:28 +0200)]
gnu: python-pickleshare: Add python-setuptools to native-inputs.

* gnu/packages/python.scm (python-pickleshare)[native-inputs]: Add
python-setuptools.

8 years agognu: python-pathpy: Add python-setuptools to native-inputs.
Efraim Flashner [Thu, 26 Nov 2015 13:26:18 +0000 (15:26 +0200)]
gnu: python-pathpy: Add python-setuptools to native-inputs.

* gnu/packages/python.scm (python-pathpy)[native-inputs]: Add
python-setuptools.

8 years agognu: python2-oauthlib: Override python2-cryptography in inputs.
Efraim Flashner [Thu, 26 Nov 2015 10:03:45 +0000 (12:03 +0200)]
gnu: python2-oauthlib: Override python2-cryptography in inputs.

* gnu/packages/python.scm (python2-oauthlib)[inputs]: Override inherited
"python2-cryptography" in inputs.

8 years agoservices: Add network-manager-service.
宋文武 [Mon, 16 Nov 2015 05:56:24 +0000 (13:56 +0800)]
services: Add network-manager-service.

* gnu/services/networking.scm (network-manager-service): New procedure.
(network-manager-service-type, %network-manager-activation): New variables.
(network-manager-dmd-service): New procedure.

8 years agognu: python-oauthlib: Update to 1.0.3.
Efraim Flashner [Tue, 24 Nov 2015 08:43:02 +0000 (10:43 +0200)]
gnu: python-oauthlib: Update to 1.0.3.

* gnu/packages/python.scm (python-oauthlib): Update to 1.0.3.
[native-inputs]: Move python-setuptools, python-nose, python mock here.
Add python-coverage.
[inputs]: Add python-blinker, python-cryptography, python-pyjwt.

8 years agognu: python2-unittest2: Use python2-setuptools.
Efraim Flashner [Wed, 25 Nov 2015 14:34:25 +0000 (16:34 +0200)]
gnu: python2-unittest2: Use python2-setuptools.

* gnu/packages/python.scm (python2-unittest2)[inputs]: Switch from
python-setuptools to python2-setuptools.

8 years agoservices: xorg: Export additional symbols.
David Thompson [Wed, 25 Nov 2015 17:47:58 +0000 (12:47 -0500)]
services: xorg: Export additional symbols.

'slim-configuration' and 'slim-service-type' are needed if one wishes to
use 'modify-services' on a service list that includes the slim service.

* gnu/services/xorg.scm: Export 'slim-configuration' and
  'slim-service-type'.

8 years agognu: Add kodi.
David Thompson [Tue, 17 Nov 2015 03:31:26 +0000 (22:31 -0500)]
gnu: Add kodi.

* gnu/packages/kodi.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

8 years agognu: Add jasper.
David Thompson [Tue, 24 Nov 2015 18:37:34 +0000 (13:37 -0500)]
gnu: Add jasper.

* gnu/packages/image.scm (jasper): New variable.

8 years agognu: Add tinyxml.
David Thompson [Tue, 24 Nov 2015 18:35:44 +0000 (13:35 -0500)]
gnu: Add tinyxml.

* gnu/packages/xml.scm (tinyxml): New variable.
* gnu/packages/patches/tinyxml-use-stl.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.

8 years agobuild: Reject ARMv6 systems.
Ludovic Courtès [Wed, 25 Nov 2015 15:58:59 +0000 (16:58 +0100)]
build: Reject ARMv6 systems.

Fixes <http://bugs.gnu.org/21987>.
Reported by Martin Vahi <martin.vahi@softf1.com>.

* m4/guix.m4 (GUIX_SYSTEM_TYPE): Restrict ARM systems to arm|armv[7-9].

8 years agognu: Add eyeD3.
Leo Famulari [Wed, 25 Nov 2015 04:58:54 +0000 (23:58 -0500)]
gnu: Add eyeD3.

* gnu/packages/mp3.scm (eyed3): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8 years agognu: Add Ragel.
Ricardo Wurmus [Tue, 24 Nov 2015 15:41:59 +0000 (16:41 +0100)]
gnu: Add Ragel.

* gnu/packages/ragel.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

8 years agoservices: dmd: Spawn a REPL upon failure to load a service definition.
Ludovic Courtès [Wed, 25 Nov 2015 10:57:56 +0000 (11:57 +0100)]
services: dmd: Spawn a REPL upon failure to load a service definition.

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

* gnu/services/dmd.scm (dmd-configuration-file)[config]: Wrap
'primitive-load' calls in 'call-with-error-handling'.

8 years agodoc: Remove mention of monadic services.
Ludovic Courtès [Wed, 25 Nov 2015 10:07:48 +0000 (11:07 +0100)]
doc: Remove mention of monadic services.

* doc/guix.texi (Base Services): Remove mention of a list of monadic
services.

8 years agoservices: dmd: Strip the default list of modules.
Ludovic Courtès [Wed, 25 Nov 2015 09:59:58 +0000 (10:59 +0100)]
services: dmd: Strip the default list of modules.

* gnu/services/dmd.scm (%default-imported-modules): Remove (gnu build
file-systems).
(%default-modules): Likewise, and remove (ice-9 ftw).
* gnu/services/base.scm (file-system-service-type): Add 'modules' and
'imported-modules' fields.

8 years agoservices: dmd: Add 'modules' and 'imported-modules' fields.
Ludovic Courtès [Wed, 25 Nov 2015 09:46:02 +0000 (10:46 +0100)]
services: dmd: Add 'modules' and 'imported-modules' fields.

* gnu/services/dmd.scm (%default-imported-modules, %default-modules):
New variables.
* gnu/services/dmd.scm (<dmd-service>)[modules, imported-modules]: New
field.
* gnu/services/dmd.scm (dmd-service-file-name, dmd-service-file): New
procedures.
(dmd-configuration-file)[modules]: Compute based on the
'imported-modules' field of SERVICES.
(dmd-configuration-file): Remove 'use-modules' form.  Use
'dmd-service-file', and call 'primitive-load' on each file.
* doc/guix.texi (dmd Services): Document the new fields.

8 years agogexp: Build text derivations locally.
Ludovic Courtès [Wed, 25 Nov 2015 09:48:55 +0000 (10:48 +0100)]
gexp: Build text derivations locally.

* guix/gexp.scm (gexp->file): Pass #:substitutable? #f.
(text-file*): Likewise, and #:local-build? #t.

8 years agognu: dico: Sort entries in .a files deterministically.
Ludovic Courtès [Wed, 25 Nov 2015 08:46:40 +0000 (09:46 +0100)]
gnu: dico: Sort entries in .a files deterministically.

* gnu/packages/patches/dico-libtool-deterministic.patch: New file.
* gnu/packages/dico.scm (dico)[source]: Use it.
[arguments]: Add #:make-flags.
* gnu-system.am (dist_patch_DATA): Add the patch.

8 years agognu: libreoffice: Update to 5.0.3.2 [fixes CVE-2015-5214].
Leo Famulari [Tue, 24 Nov 2015 06:03:41 +0000 (01:03 -0500)]
gnu: libreoffice: Update to 5.0.3.2 [fixes CVE-2015-5214].

* gnu/packages/libreoffice.scm (libreoffice): Update to 5.0.3.2

8 years agognu: Add GNU Dico.
Ludovic Courtès [Tue, 24 Nov 2015 22:52:09 +0000 (23:52 +0100)]
gnu: Add GNU Dico.

* gnu/packages/dico.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

8 years agoservices: dmd: Error out upon unmet dmd requirements.
Ludovic Courtès [Tue, 24 Nov 2015 21:29:47 +0000 (22:29 +0100)]
services: dmd: Error out upon unmet dmd requirements.

* gnu/services/dmd.scm (assert-no-duplicates): Rename to...
(assert-valid-graph): ... this.
[provisions]: New variable.
[assert-satisfied-requirements]: New procedure.
Use it.
* tests/guix-system.sh: Add test with unmet dmd requirements.

8 years agognu: python-pyjwt: Update to 1.4.0.
Efraim Flashner [Tue, 24 Nov 2015 11:18:06 +0000 (13:18 +0200)]
gnu: python-pyjwt: Update to 1.4.0.

* gnu/packages/python.scm (python-pyjwt): Update to 1.4.0.
[native-inputs]: Move python-setuptools here, add python-pytest-runner.

8 years agognu: python-pytest-runner: Add python-setuptools as native-input.
Efraim Flashner [Tue, 24 Nov 2015 19:42:19 +0000 (21:42 +0200)]
gnu: python-pytest-runner: Add python-setuptools as native-input.

* gnu/packages/python.scm (python-pytest-runner)[native-input]: Add
  python-setuptools.

8 years agognu: python-setuptools-scm: Update to 1.9.0.
Efraim Flashner [Tue, 24 Nov 2015 15:20:42 +0000 (17:20 +0200)]
gnu: python-setuptools-scm: Update to 1.9.0.

* gnu/packages/python.scm (python-setuptools-scm): Update to 1.9.0.
[native-inputs]: Add python-setuptools.

8 years agognu: gnuplot: Update to 5.0.1.
Eric Bavier [Mon, 23 Nov 2015 20:58:00 +0000 (14:58 -0600)]
gnu: gnuplot: Update to 5.0.1.

* gnu/packages/maths.scm (gnuplot): Update to 5.0.1.
  (native-inputs): 'texlive' -> 'texlive-bin'.

8 years agoguix package: Reduce startup time by ~50%.
Ludovic Courtès [Tue, 24 Nov 2015 17:12:03 +0000 (18:12 +0100)]
guix package: Reduce startup time by ~50%.

As measured with:

  time sh -c 'for i in `seq 1 10` ; do guix package --search-paths ; done'

On my machine, when running:

  strace -o ,,s guix package --search-paths

the number returned by:

  grep -E '^(open|l?stat).*\.go' ,,s | wc -l

drops from 1610 to 837.

* guix/scripts/package.scm: Remove two unnecessary #:use-module forms.
Autoload (gnu packages ...) modules.

8 years agognu: ruby-simplecov-html: Fix hash and disable tests.
Ricardo Wurmus [Tue, 24 Nov 2015 15:33:12 +0000 (16:33 +0100)]
gnu: ruby-simplecov-html: Fix hash and disable tests.

* gnu/packages/ruby.scm (ruby-simplecov-html)[source]: Replace incorrect
  hash.
[arguments]: Disable tests.

8 years agobuild: Add rsem patch to the distribution.
Ludovic Courtès [Tue, 24 Nov 2015 12:15:38 +0000 (13:15 +0100)]
build: Add rsem patch to the distribution.

This file was added in commit 66e3eff1.

* gnu-system.am (dist_patch_DATA): Add rsem-makefile.patch.

8 years agograph: Add '%bag-with-origins-node-type'.
Ludovic Courtès [Mon, 23 Nov 2015 22:31:53 +0000 (23:31 +0100)]
graph: Add '%bag-with-origins-node-type'.

* guix/scripts/graph.scm (bag-node-edges): Remove 'filter' call.  Add
case for 'origin'.
(%bag-node-type)[edges]: Add filtering here.
(%bag-with-origins-node-type): New variable.
(%node-types): Add it.
* tests/graph.scm ("bag DAG, including origins"): New test.
* tests/guix-graph.sh: Add 'bag-with-origins'.
* doc/guix.texi (Invoking guix graph): Document it.

8 years agodoc: Mention the 'NIX_REMOTE' variable for 'guix import nix'.
Ludovic Courtès [Mon, 23 Nov 2015 22:20:41 +0000 (23:20 +0100)]
doc: Mention the 'NIX_REMOTE' variable for 'guix import nix'.

Suggested by rgrau on #guix.

* doc/guix.texi (Invoking guix import): Document 'NIX_REMOTE'.

8 years agorefresh: Add '--expression'.
Ludovic Courtès [Mon, 23 Nov 2015 16:47:22 +0000 (17:47 +0100)]
refresh: Add '--expression'.

* guix/scripts/refresh.scm (%options, show-help): Add --expression.
(guix-refresh): Honor it.
* doc/guix.texi (Invoking guix refresh): Document it.

8 years agoThank Jan.
Ludovic Courtès [Mon, 23 Nov 2015 16:38:36 +0000 (17:38 +0100)]
Thank Jan.

8 years agoguix download: Fail when more than one URL is passed.
Ludovic Courtès [Mon, 23 Nov 2015 16:37:29 +0000 (17:37 +0100)]
guix download: Fail when more than one URL is passed.

* guix/scripts/download.scm (guix-download)[parse-option]: Call 'leave'
when passed an extra argument.
* tests/guix-download.sh: Add test.

8 years agoguix download: Gracefully handle missing arguments.
Ludovic Courtès [Mon, 23 Nov 2015 16:32:02 +0000 (17:32 +0100)]
guix download: Gracefully handle missing arguments.

Fixes <http://bugs.gnu.org/21991>.
Reported by Jan Synáček <jan.synacek@gmail.com>.

* guix/scripts/download.scm (guix-download): Call 'leave' when OPTS does
not contain an 'argument' key.

8 years agognu: enca: Add file-name field to source.
Taylan Ulrich Bayırlı/Kammer [Mon, 23 Nov 2015 12:46:31 +0000 (13:46 +0100)]
gnu: enca: Add file-name field to source.

* gnu/packages/textutils.scm (enca): Add file-name field to source.

8 years agognu: recode: Add file-name field to source.
Taylan Ulrich Bayırlı/Kammer [Mon, 23 Nov 2015 11:03:17 +0000 (12:03 +0100)]
gnu: recode: Add file-name field to source.

* gnu/packages/textutils.scm (recode): Add file-name field to source.

8 years agognu: Fix a few 'source-file-name' lint warnings.
Ludovic Courtès [Mon, 23 Nov 2015 09:50:55 +0000 (10:50 +0100)]
gnu: Fix a few 'source-file-name' lint warnings.

* gnu/packages/firmware.scm (ath9k-htc-firmware)[source](file-name): New
field.
* gnu/packages/gnunet.scm (guile-gnunet)[source](file-name): New field.
* gnu/packages/guile.scm (guile-next)[source](file-name): New field.
(guile-minikanren)[source](file-name): New field
(guile-gdbm-ffi)[source](file-name): New field.
* gnu/packages/ssh.scm (guile-ssh)[source](file-name): New field.

8 years agoemacs: Expand 'guix-load-path'.
Alex Kost [Sun, 22 Nov 2015 20:36:39 +0000 (23:36 +0300)]
emacs: Expand 'guix-load-path'.

Reported by Mathieu Lirzin <mthl@gnu.org> at
<http://lists.gnu.org/archive/html/guix-devel/2015-11/msg00585.html>.

* emacs/guix-backend.el (guix-start-repl): Expand 'guix-load-path' to
  avoid a potentially relative directory name in Guile %load-path.

8 years agoftp-client: Default port for 'ftp-open' is now "ftp".
Ludovic Courtès [Sun, 22 Nov 2015 13:35:28 +0000 (14:35 +0100)]
ftp-client: Default port for 'ftp-open' is now "ftp".

* guix/ftp-client.scm (ftp-open): Change default #:port to "ftp".
* guix/scripts/lint.scm (probe-uri): Remove 'port' parameter to
'ftp-open'.

8 years agoftp-client: Fix off-by-one when trying addresses in 'ftp-open'.
Ludovic Courtès [Sun, 22 Nov 2015 13:16:36 +0000 (14:16 +0100)]
ftp-client: Fix off-by-one when trying addresses in 'ftp-open'.

* guix/ftp-client.scm (ftp-open): Change to use 'match' instead of
car/cdr, and fix off-by-one (was '(null? addresses)' instead of
'(null? (cdr addresses))'.)

8 years agodoc: Mention 'guix environment guix'.
Ludovic Courtès [Sun, 22 Nov 2015 10:24:18 +0000 (11:24 +0100)]
doc: Mention 'guix environment guix'.

* doc/contributing.texi (Building from Git): Mention 'guix environment
guix'.  Remove outdated description of ./bootstrap.  Clarify a few
things.

8 years agoenvironment: Correctly handle abnormal exits.
Ludovic Courtès [Sat, 21 Nov 2015 21:24:45 +0000 (22:24 +0100)]
environment: Correctly handle abnormal exits.

Fixes <http://bugs.gnu.org/21958>.

* guix/scripts/environment.scm (status->exit-code): New procedure.
(exit/status, primitive-exit/status): Use it.
* tests/guix-environment-container.sh: Add test.

8 years agotests: Skip 'guix-container-environment.sh' when support is missing.
Ludovic Courtès [Sat, 21 Nov 2015 20:44:41 +0000 (21:44 +0100)]
tests: Skip 'guix-container-environment.sh' when support is missing.

Fixes <http://bugs.gnu.org/21410>.
Reported by Alex Vong <alexvong1995@gmail.com>.

* tests/guix-environment-container.sh: Exit with 77 when
'((@@ (guix scripts environment) assert-container-features))' fails.

8 years agodoc: Remove extraneous "See."
Ludovic Courtès [Sat, 21 Nov 2015 20:43:19 +0000 (21:43 +0100)]
doc: Remove extraneous "See."

* doc/contributing.texi (Building from Git): Remove extra "See" and use
@xref instead of @pxref.

8 years agognu: tig: Update to 2.1.1.
Efraim Flashner [Sat, 21 Nov 2015 20:31:00 +0000 (22:31 +0200)]
gnu: tig: Update to 2.1.1.

* gnu/packages/version-control.scm (tig): Update to 2.1.1.

8 years agognu: cvs: Use external zlib.
Efraim Flashner [Sat, 21 Nov 2015 19:43:11 +0000 (21:43 +0200)]
gnu: cvs: Use external zlib.

* gnu/packages/version-control.scm (cvs)[arguments]: add configure flag
  --with-exernal-zlib.

8 years agognu: nano: Update to 2.4.3.
Efraim Flashner [Sat, 21 Nov 2015 18:56:08 +0000 (20:56 +0200)]
gnu: nano: Update to 2.4.3.

* gnu/packages/nano.scm (nano): Update to 2.4.3.

8 years agorefresh: Rewrite '--list-dependent' in terms of (guix graph).
Ludovic Courtès [Sat, 21 Nov 2015 15:14:34 +0000 (16:14 +0100)]
refresh: Rewrite '--list-dependent' in terms of (guix graph).

* guix/scripts/refresh.scm (all-packages, list-dependents): New
procedures.
(guix-refresh): Use it.

8 years agograph: Add procedures to query a node's edges.
Ludovic Courtès [Sat, 21 Nov 2015 13:48:34 +0000 (14:48 +0100)]
graph: Add procedures to query a node's edges.

* guix/graph.scm (%node-edges, node-edges, node-back-edges)
(node-transitive-edges): New procedures.
* tests/graph.scm ("node-edges")
("node-transitive-edges + node-back-edges"): New tests.

8 years agoAdd (guix graph).
Ludovic Courtès [Sat, 21 Nov 2015 12:12:02 +0000 (13:12 +0100)]
Add (guix graph).

* guix/scripts/graph.scm (<node-type>, <graph-backend>, emit-prologue)
(emit-epilogue, emit-node, emit-edge, %graphviz-backend, export-graph):
Move to...
* guix/graph.scm: ... here.  New file.
* guix/scripts/system.scm, tests/graph.scm: Use it.
* Makefile.am (MODULES): Add it.

8 years agognu: parted: Update to 3.2.
Mathieu Lirzin [Sat, 21 Nov 2015 00:07:03 +0000 (01:07 +0100)]
gnu: parted: Update to 3.2.

* gnu/packages/disk.scm (parted): Update to 3.2.
[inputs]: Add lvm2 and remove check.  Replace readline-6.2 with its
latest version.
[native-inputs]: Add perl and python for the tests.
[arguments]: Use `modify-phases' and adapt to the new tests.
[home-page]: Use https.

8 years agognu: Add qemu-minimal.
Ludovic Courtès [Fri, 20 Nov 2015 23:34:32 +0000 (00:34 +0100)]
gnu: Add qemu-minimal.

* gnu/packages/qemu.scm (qemu): Exchange with former QEMU-HEADLESS.
(qemu-headless): Rename to...
(qemu-minimal): ... this.  New variable.  Pass --target-list.
* gnu/packages/debug.scm (qemu-2.3.0): Inherit from QEMU-MINIMAL.
* gnu/packages/grub.scm (qemu-for-tests): Likewise.
* gnu/system/vm.scm (expression->derivation-in-linux-vm, qemu-image):
Update to name change.

8 years agodoc: Fix 'geiser-guile-load-path' example.
Alex Kost [Sat, 14 Nov 2015 18:13:07 +0000 (21:13 +0300)]
doc: Fix 'geiser-guile-load-path' example.

Reported by marusich on #guix.

* doc/contributing.texi (The Perfect Setup): Wrap modifying
  'geiser-guile-load-path' into 'with-eval-after-load'.

8 years agognu: Add Synfig Studio.
Ricardo Wurmus [Mon, 16 Nov 2015 17:36:40 +0000 (18:36 +0100)]
gnu: Add Synfig Studio.

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

8 years agognu: Add Synfig.
Ricardo Wurmus [Mon, 16 Nov 2015 17:34:30 +0000 (18:34 +0100)]
gnu: Add Synfig.

* gnu/packages/animation.scm (synfig): New variable.
* gnu/packages/patches/synfig-build-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.

8 years agognu: Add ETL.
Ricardo Wurmus [Mon, 16 Nov 2015 17:32:38 +0000 (18:32 +0100)]
gnu: Add ETL.

* gnu/packages/animation.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

8 years agognu: Add MLT.
Ricardo Wurmus [Mon, 16 Nov 2015 17:28:59 +0000 (18:28 +0100)]
gnu: Add MLT.

* gnu/packages/video.scm (mlt): New variable.

8 years agognu: Add libxml++.
Ricardo Wurmus [Mon, 16 Nov 2015 17:28:22 +0000 (18:28 +0100)]
gnu: Add libxml++.

* gnu/packages/gnome.scm (libxml++): New variable.

8 years agognu: slepc: Update to 3.6.2.
Eric Bavier [Fri, 20 Nov 2015 00:08:03 +0000 (18:08 -0600)]
gnu: slepc: Update to 3.6.2.

* gnu/packages/maths.scm (slepc): Update to 3.6.2.
  [arguments]: Append "/lib" to arpack configure flag.  Use 'inputs'
  rather than '%build-inputs' in 'configure phase.

8 years agognu: petsc: Update to 3.6.2.
Eric Bavier [Thu, 19 Nov 2015 23:56:40 +0000 (17:56 -0600)]
gnu: petsc: Update to 3.6.2.

* gnu/packages/maths.scm (petsc): Update to 3.6.2.

8 years agognu: mumps: Update to 5.0.1.
Eric Bavier [Thu, 19 Nov 2015 23:54:26 +0000 (17:54 -0600)]
gnu: mumps: Update to 5.0.1.

* gnu/packages/maths.scm (mumps): Update to 5.0.1.

8 years agognu: openmpi: Update to 1.10.1.
Eric Bavier [Thu, 19 Nov 2015 23:51:39 +0000 (17:51 -0600)]
gnu: openmpi: Update to 1.10.1.

* gnu/packages/mpi.scm (openmpi): Update to 1.10.1.
  [arguments]: Remove now-unsupported configure flags.  Add
  --enable-builtin-atomics.  Remove development-oriented
  --enable-debug.

8 years agognu: hwloc: Update to 1.11.1.
Eric Bavier [Thu, 19 Nov 2015 23:47:15 +0000 (17:47 -0600)]
gnu: hwloc: Update to 1.11.1.

* gnu/packages/mpi.scm (hwloc): Update to 1.11.1.
  [source]: Remove patch.
* gnu/packages/patches/hwloc-gather-topology-lstopo.patch: Delete it.
* gnu-system.am (dist_patch_DATA): Remove it.

8 years agognu: guitarix: Update to 0.34.0.
Ricardo Wurmus [Thu, 19 Nov 2015 16:11:46 +0000 (17:11 +0100)]
gnu: guitarix: Update to 0.34.0.

* gnu/packages/audio.scm (guitarix): Update to 0.34.0.
[source]: Remove patch.
[inputs]: Add webkitgtk/gtk+-2.
* gnu/packages/patches/guitarix-c++11: Remove file.
* gnu-system.am (dist_patch_DATA): Remove it.

8 years agognu: services: Fix typo in gpm-dmd-service.
David Thompson [Fri, 20 Nov 2015 14:56:41 +0000 (09:56 -0500)]
gnu: services: Fix typo in gpm-dmd-service.

* gnu/services/base.scm (gpm-dmd-service): s/dmd/gpm/

8 years agognu: Add emulation-station.
David Thompson [Thu, 19 Nov 2015 04:17:02 +0000 (23:17 -0500)]
gnu: Add emulation-station.

* gnu/packages/games.scm (emulation-station): New variable.

8 years agognu: preseq: Update to 2.0.
Ricardo Wurmus [Fri, 20 Nov 2015 10:14:48 +0000 (11:14 +0100)]
gnu: preseq: Update to 2.0.

* gnu/packages/bioinformatics.scm (preseq): Update to 2.0.
[source]: Add file-name field, remove patches.
[arguments]: Remove unused build phases, add make flags.
[inputs]: Add smithlab-cpp.
* gnu/packages/patches/preseq-1.0.2-link-with-libbam.patch: Remove file.
* gnu/packages/patches/preseq-1.0.2-install-to-PREFIX.patch: Remove
  file.
* gnu-system.am (dist_patch_DATA): Remove them.

8 years agognu: Add smithlab-cpp.
Ricardo Wurmus [Fri, 20 Nov 2015 10:14:00 +0000 (11:14 +0100)]
gnu: Add smithlab-cpp.

* gnu/packages/bioinformatics.scm (smithlab-cpp): New variable.

8 years agognu: edirect: Update home page.
Ricardo Wurmus [Fri, 20 Nov 2015 14:17:00 +0000 (15:17 +0100)]
gnu: edirect: Update home page.

* gnu/packages/bioinformatics.scm (edirect)[home-page]: Append trailing
  slash to home page.

8 years agognu: sra-tools: Update to 2.5.4.
Ricardo Wurmus [Fri, 20 Nov 2015 14:16:31 +0000 (15:16 +0100)]
gnu: sra-tools: Update to 2.5.4.

* gnu/packages/bioinformatics.scm (sra-tools): Update to 2.5.4.

8 years agognu: ncbi-vdb: Update to 2.5.4.
Ricardo Wurmus [Fri, 20 Nov 2015 14:15:42 +0000 (15:15 +0100)]
gnu: ncbi-vdb: Update to 2.5.4.

* gnu/packages/bioinformatics.scm (ncbi-vdb): Update to 2.5.4.

8 years agognu: ngs-java: Update to 1.2.2.
Ricardo Wurmus [Fri, 20 Nov 2015 14:14:55 +0000 (15:14 +0100)]
gnu: ngs-java: Update to 1.2.2.

* gnu/packages/bioinformatics.scm (ngs-java): Update to 1.2.2.
[arguments]: Remove build phase "fix-java-symlink-installation".

8 years agognu: ngs-sdk: Update to 1.2.2.
Ricardo Wurmus [Fri, 20 Nov 2015 14:14:15 +0000 (15:14 +0100)]
gnu: ngs-sdk: Update to 1.2.2.

* gnu/packages/bioinformatics.scm (ngs-sdk): Update to 1.2.2.

8 years agognu: Add ruby-net-ssh.
Ricardo Wurmus [Fri, 20 Nov 2015 11:14:56 +0000 (12:14 +0100)]
gnu: Add ruby-net-ssh.

* gnu/packages/ruby.scm (ruby-net-ssh): New variable.

8 years agognu: Add ruby-mocha.
Ricardo Wurmus [Fri, 20 Nov 2015 11:13:56 +0000 (12:13 +0100)]
gnu: Add ruby-mocha.

* gnu/packages/ruby.scm (ruby-mocha): New variable.

8 years agognu: Add ruby-redcarpet.
Ricardo Wurmus [Fri, 20 Nov 2015 11:13:33 +0000 (12:13 +0100)]
gnu: Add ruby-redcarpet.

* gnu/packages/ruby.scm (ruby-redcarpet): New variable.

8 years agognu: Add ruby-introspection.
Ricardo Wurmus [Fri, 20 Nov 2015 11:13:09 +0000 (12:13 +0100)]
gnu: Add ruby-introspection.

* gnu/packages/ruby.scm (ruby-introspection): New variable.

8 years agognu: Add ruby-instantiator.
Ricardo Wurmus [Fri, 20 Nov 2015 11:12:47 +0000 (12:12 +0100)]
gnu: Add ruby-instantiator.

* gnu/packages/ruby.scm (ruby-instantiator): New variable.

8 years agognu: Add ruby-blankslate.
Ricardo Wurmus [Fri, 20 Nov 2015 11:12:25 +0000 (12:12 +0100)]
gnu: Add ruby-blankslate.

* gnu/packages/ruby.scm (ruby-blankslate): New variable.

8 years agognu: Add ruby-metaclass.
Ricardo Wurmus [Fri, 20 Nov 2015 11:12:02 +0000 (12:12 +0100)]
gnu: Add ruby-metaclass.

* gnu/packages/ruby.scm (ruby-metaclass): New variable.

8 years agognu: Add ruby-test-unit.
Ricardo Wurmus [Fri, 20 Nov 2015 11:11:39 +0000 (12:11 +0100)]
gnu: Add ruby-test-unit.

* gnu/packages/ruby.scm (ruby-test-unit): New variable.

8 years agognu: Add ruby-packnga.
Ricardo Wurmus [Fri, 20 Nov 2015 11:11:16 +0000 (12:11 +0100)]
gnu: Add ruby-packnga.

* gnu/packages/ruby.scm (ruby-packnga): New variable.

8 years agognu: Add ruby-gettext.
Ricardo Wurmus [Fri, 20 Nov 2015 11:10:49 +0000 (12:10 +0100)]
gnu: Add ruby-gettext.

* gnu/packages/ruby.scm (ruby-gettext): New variable.

8 years agognu: Add ruby-text.
Ricardo Wurmus [Fri, 20 Nov 2015 11:10:22 +0000 (12:10 +0100)]
gnu: Add ruby-text.

* gnu/packages/ruby.scm (ruby-text): New variable.

8 years agognu: Add ruby-locale.
Ricardo Wurmus [Fri, 20 Nov 2015 11:09:45 +0000 (12:09 +0100)]
gnu: Add ruby-locale.

* gnu/packages/ruby.scm (ruby-locale): New variable.

8 years agognu: Add ruby-power-assert.
Ricardo Wurmus [Fri, 20 Nov 2015 11:09:12 +0000 (12:09 +0100)]
gnu: Add ruby-power-assert.

* gnu/packages/ruby.scm (ruby-power-assert): New variable.

8 years agognu: bless: Build only for x86_64.
Ricardo Wurmus [Fri, 20 Nov 2015 10:30:57 +0000 (11:30 +0100)]
gnu: bless: Build only for x86_64.

* gnu/packages/bioinformatics.scm (bless): Add supported-systems field.