jackhill/guix/guix.git
8 years agognu: Add GNU Diction.
Ludovic Courtès [Thu, 23 Jun 2016 11:48:45 +0000 (13:48 +0200)]
gnu: Add GNU Diction.

* gnu/packages/dictionaries.scm (diction): New variable.

8 years agognu: imagemagick: Update to 6.9.4-10.
Leo Famulari [Fri, 24 Jun 2016 04:46:58 +0000 (00:46 -0400)]
gnu: imagemagick: Update to 6.9.4-10.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.4.10.

8 years agobournish: Add 'wc' command.
Efraim Flashner [Sun, 22 May 2016 11:56:06 +0000 (14:56 +0300)]
bournish: Add 'wc' command.

* guix/build/bournish.scm (lines+chars, file-exists?*, wc-print)
(wc-l-print, wc-c-print, wc-command, wc-command-implementation)
(wc-l-command-implementation, wc-c-command-implementation): New procedures.
(%commands): Add 'wc'.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
8 years agotests: basic: Don't hard-code the expected architecture name.
Ludovic Courtès [Wed, 22 Jun 2016 22:49:04 +0000 (00:49 +0200)]
tests: basic: Don't hard-code the expected architecture name.

* gnu/tests/base.scm (run-basic-test)["uname"]: Don't hard-code the
architecture.

8 years agotests: Installation test no longer requires KVM.
Ludovic Courtès [Wed, 22 Jun 2016 22:12:13 +0000 (00:12 +0200)]
tests: Installation test no longer requires KVM.

* gnu/tests/install.scm (%test-installed-os): Use '-enable-kvm' only
when /dev/kvm exists.

8 years agosubstitute: Use ~/.cache when invoked by an unprivileged user.
Ludovic Courtès [Wed, 22 Jun 2016 21:46:32 +0000 (23:46 +0200)]
substitute: Use ~/.cache when invoked by an unprivileged user.

This is a followup to ea0c6e0507a6997f12a4f29d0445b51cf53bd81e.

* guix/scripts/substitute.scm (%narinfo-cache-directory): Use
'cache-directory' when (getuid) returns non-zero.
(cache-narinfo!): Remove 'catch'.

8 years agoutils: 'cache-directory' honors 'XDG_CACHE_HOME'.
Ludovic Courtès [Wed, 22 Jun 2016 21:39:57 +0000 (23:39 +0200)]
utils: 'cache-directory' honors 'XDG_CACHE_HOME'.

* guix/utils.scm (cache-directory): Honor 'XDG_CACHE_HOME', not
'XDG_CONFIG_HOME'.

8 years agodoc: Document 'make check-system'.
Ludovic Courtès [Wed, 22 Jun 2016 20:53:42 +0000 (22:53 +0200)]
doc: Document 'make check-system'.

* doc/guix.texi (Running the Test Suite): Document 'make check-system'.

8 years agoservices: Add 'mcron-service'.
Ludovic Courtès [Wed, 22 Jun 2016 20:36:40 +0000 (22:36 +0200)]
services: Add 'mcron-service'.

* gnu/services/mcron.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/tests/base.scm (%mcron-os, %test-mcron): New variables.
(run-mcron-test): New procedure.
* doc/guix.texi (Scheduled Job Execution): New node.

8 years agognu: Add mcron2.
Ludovic Courtès [Wed, 22 Jun 2016 08:21:32 +0000 (10:21 +0200)]
gnu: Add mcron2.

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

8 years agognu: xorg.scm: Replace http with https in URLs.
ng0 [Sat, 11 Jun 2016 13:29:13 +0000 (13:29 +0000)]
gnu: xorg.scm: Replace http with https in URLs.

* gnu/packages/xorg.scm: Use https for cgit.freedesktop.org,
www.x.org/wiki/, anongit.freedesktop.org.

8 years agognu: haskell.scm: Replace http with https in Hackage, Github.
ng0 [Sat, 11 Jun 2016 12:53:20 +0000 (12:53 +0000)]
gnu: haskell.scm: Replace http with https in Hackage, Github.

* gnu/packages/haskell.scm: Use https for Hackage, Github urls.

8 years agognu: efl: Update to 1.17.2.
Efraim Flashner [Wed, 22 Jun 2016 14:42:38 +0000 (17:42 +0300)]
gnu: efl: Update to 1.17.2.

* gnu/packages/enlightenment.scm (efl): Update to 1.17.2.

8 years agognu: lightning: Fix typo.
Alex Kost [Wed, 22 Jun 2016 08:43:41 +0000 (11:43 +0300)]
gnu: lightning: Fix typo.

This is a followup to commit c283b22e93cbf496e13b25878be3ec8a1242fb73.

* gnu/packages/assembly.scm (lightning): Add 'license' prefix.

8 years agognu: perl-test-harness: Update to 3.36.
ng0 [Tue, 21 Jun 2016 23:53:09 +0000 (23:53 +0000)]
gnu: perl-test-harness: Update to 3.36.

* gnu/packages/perl.scm (perl-test-harness): Update to 3.36.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
8 years agognu: lightning: Move to (gnu packages assembly).
Alex Kost [Tue, 21 Jun 2016 13:29:40 +0000 (16:29 +0300)]
gnu: lightning: Move to (gnu packages assembly).

* gnu/packages/lightning.scm: Remove.  Move 'lightning' to...
* gnu/packages/assembly.scm (lightning): ... here.  New variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.

8 years agobuild: emacs: Search for elisp in "share/emacs/site-lisp".
Alex Kost [Mon, 20 Jun 2016 12:49:04 +0000 (15:49 +0300)]
build: emacs: Search for elisp in "share/emacs/site-lisp".

* guix/build/emacs-build-system.scm (emacs-inputs-el-directories):
Add ".../share/emacs/site-lisp" directory to the returned result as
elisp files can also be placed there.

8 years agognu: beets: Move propagated-inputs to inputs.
Leo Famulari [Wed, 22 Jun 2016 05:53:53 +0000 (01:53 -0400)]
gnu: beets: Move propagated-inputs to inputs.

* gnu/packages/music.scm (beets)[propagated-inputs]: Replace with ...
[inputs]: ... new field.

8 years agognu: beets: Update to 1.3.18.
Leo Famulari [Wed, 22 Jun 2016 05:52:21 +0000 (01:52 -0400)]
gnu: beets: Update to 1.3.18.

* gnu/packages/patches/beets-image-test-failure.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/music.scm (beets): Update to 1.3.18.
[source]: Use patch.

8 years agognu: vsearch: Update to 0.11.2.
Ben Woodcroft [Tue, 21 Jun 2016 21:50:18 +0000 (07:50 +1000)]
gnu: vsearch: Update to 0.11.2.

* gnu/packages/bioinformatics.scm (vsearch): Update to 0.11.2.

8 years agognu: nasm: Make build bit-reproducible.
Jan Nieuwenhuizen [Tue, 21 Jun 2016 16:51:02 +0000 (18:51 +0200)]
gnu: nasm: Make build bit-reproducible.

* gnu/packages/patches/nasm-no-ps-pdf.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/assembly.scm (nasm): Use it.  Remove ghostscript, do not
build PS or PDF docs.  Makes build bit-reproducible.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8 years agohydra: Fix the construction of system test jobs.
Ludovic Courtès [Tue, 21 Jun 2016 13:52:10 +0000 (15:52 +0200)]
hydra: Fix the construction of system test jobs.

* build-aux/hydra/gnu-system.scm (system-test-jobs)[test->thunk]: New
procedure.
[->job]: Use it.

8 years agohydra: 'evaluate' now validates job alists.
Ludovic Courtès [Tue, 21 Jun 2016 13:50:51 +0000 (15:50 +0200)]
hydra: 'evaluate' now validates job alists.

* build-aux/hydra/evaluate.scm (assert-valid-job): New procedure.
<top level>: Use it.

8 years agognu: Add ruby-puma.
Ben Woodcroft [Tue, 7 Jun 2016 12:03:26 +0000 (22:03 +1000)]
gnu: Add ruby-puma.

gnu/packages/ruby.scm (ruby-puma): New variable.
gnu/packages/patches/ruby-puma-ignore-broken-test.patch: New file.
gnu/local.mk (dist_patch_DATA): Add it.

8 years agognu: Add ruby-hoe-git.
Ben Woodcroft [Tue, 7 Jun 2016 12:00:39 +0000 (22:00 +1000)]
gnu: Add ruby-hoe-git.

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

8 years agognu: Add r-vegan.
Ben Woodcroft [Thu, 16 Jun 2016 12:35:08 +0000 (22:35 +1000)]
gnu: Add r-vegan.

* gnu/packages/bioinformatics.scm (r-vegan): New variable.

8 years agognu: Add r-mgcv.
Ben Woodcroft [Thu, 16 Jun 2016 12:07:49 +0000 (22:07 +1000)]
gnu: Add r-mgcv.

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

8 years agognu: Add r-permute.
Ben Woodcroft [Thu, 16 Jun 2016 12:07:13 +0000 (22:07 +1000)]
gnu: Add r-permute.

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

8 years agognu: texlive: Update to 2016.
Efraim Flashner [Tue, 21 Jun 2016 09:40:46 +0000 (12:40 +0300)]
gnu: texlive: Update to 2016.

* gnu/packages/tex.scm (texlive-extra-src, texlive-texmf-src,
texlive-bin, texlive-texmf, texlive): Update to 2016.
(texlive-texmf)[properies]: Add max-silent-time so grafts don't time out.

8 years agognu: Adjust to yasm change of module.
Ludovic Courtès [Tue, 21 Jun 2016 10:27:50 +0000 (12:27 +0200)]
gnu: Adjust to yasm change of module.

This is a followup to 15a3fffc593a2385bbac60913909833babc1625f.

* gnu/packages/gnuzilla.scm,
gnu/packages/gstreamer.scm, gnu/packages/kodi.scm,
gnu/packages/video.scm: Adjust import list to yasm move.

8 years agognu: yasm: Move to (gnu packages assembly).
Ludovic Courtès [Tue, 21 Jun 2016 10:25:56 +0000 (12:25 +0200)]
gnu: yasm: Move to (gnu packages assembly).

* gnu/packages/yasm.scm: Remove.  Move 'yasm' to...
* gnu/packages/assembly.scm (yasm): ... here.  New variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.

8 years agognu: Add nasm.
Jan Nieuwenhuizen [Sat, 18 Jun 2016 20:39:33 +0000 (22:39 +0200)]
gnu: Add nasm.

* gnu/packages/assembly.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
8 years agoinstall: Pass a relative file name to 'local-file'.
Ludovic Courtès [Tue, 21 Jun 2016 10:13:30 +0000 (12:13 +0200)]
install: Pass a relative file name to 'local-file'.

This is a followup to cbbbb7be0fbaa11ff75bce92f2d82131ff8db104.

* gnu/system/install.scm (/etc/configuration-files): Pass a relative
file name to 'local-file'.

8 years agognu: diamond: Update to 0.8.7.
Ben Woodcroft [Tue, 21 Jun 2016 10:00:38 +0000 (20:00 +1000)]
gnu: diamond: Update to 0.8.7.

* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.7.

8 years agognu: Update american-fuzzy-lop to 2.15b.
Eric Bavier [Tue, 21 Jun 2016 05:02:02 +0000 (00:02 -0500)]
gnu: Update american-fuzzy-lop to 2.15b.

* gnu/packages/debug.scm (american-fuzzy-lop): Update to 2.15b.

8 years agognu: Add thefuck.
Eric Bavier [Tue, 21 Jun 2016 04:54:20 +0000 (23:54 -0500)]
gnu: Add thefuck.

* gnu/packages/admin.scm (thefuck): New variable.

8 years agognu: shotwell: Update to 0.23.1.
Eric Bavier [Wed, 18 May 2016 20:28:52 +0000 (15:28 -0500)]
gnu: shotwell: Update to 0.23.1.

Addresses DWF-2016-89001: validate TLS certificates.

* gnu/packages/gnome.scm (shotwell): Update to 0.23.1.
[inputs]: replace webkitgtk-2.4 with webkitgtk.

8 years agognu: python-wsgi-intercept: Update to 1.2.2.
Leo Famulari [Mon, 20 Jun 2016 22:14:24 +0000 (18:14 -0400)]
gnu: python-wsgi-intercept: Update to 1.2.2.

* gnu/packages/python.scm (python-wsgi-intercept, python2-wsgi-intercept):
Update to 1.2.2.

8 years agognu: python-requests-toolbelt: Update to 0.6.2.
Leo Famulari [Mon, 20 Jun 2016 22:13:43 +0000 (18:13 -0400)]
gnu: python-requests-toolbelt: Update to 0.6.2.

* gnu/packages/python.scm (python-requests-toolbelt,
python2-requests-toolbelt): Update to 0.6.2.

8 years agognu: vdirsyncer: Update to 0.11.2.
Leo Famulari [Mon, 20 Jun 2016 21:33:22 +0000 (17:33 -0400)]
gnu: vdirsyncer: Update to 0.11.2.

* gnu/packages/dav.scm (vdirsyncer): Update to 0.11.2.

8 years agognu: python-click-threading: Update to 0.2.0.
Leo Famulari [Mon, 20 Jun 2016 22:00:57 +0000 (18:00 -0400)]
gnu: python-click-threading: Update to 0.2.0.

* gnu/packages/python.scm (python-click-threading, python2-click-threading):
Update to 0.2.0.

8 years agognu: python-click: Update to 6.6.
Leo Famulari [Mon, 20 Jun 2016 21:49:22 +0000 (17:49 -0400)]
gnu: python-click: Update to 6.6.

* gnu/packages/python.scm (python-click, python2-click): Update to 6.6.

8 years agognu: Add warzone2100.
Kei Kebreau [Sun, 19 Jun 2016 23:00:09 +0000 (19:00 -0400)]
gnu: Add warzone2100.

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

8 years agohydra: Set the guile-for-build for the test jobs.
Ludovic Courtès [Mon, 20 Jun 2016 22:20:50 +0000 (00:20 +0200)]
hydra: Set the guile-for-build for the test jobs.

* build-aux/hydra/gnu-system.scm (system-test-jobs): Call
'set-guile-for-build'.

8 years agohydra: Add jobs for the system tests.
Ludovic Courtès [Mon, 20 Jun 2016 21:49:47 +0000 (23:49 +0200)]
hydra: Add jobs for the system tests.

* build-aux/hydra/gnu-system.scm (%guixsd-supported-systems): New
variable.
(qemu-jobs): Use it.
(system-test-jobs): New procedure.
(hydra-jobs): Use it.

8 years agogexp: Use a relative file name.
Ludovic Courtès [Mon, 20 Jun 2016 21:46:32 +0000 (23:46 +0200)]
gexp: Use a relative file name.

This is a followup to cbbbb7be0fbaa11ff75bce92f2d82131ff8db104.

* guix/gexp.scm (%utils-module): Use a file name relative to this file
instead of using 'search-path'.

8 years agobuild: 'make check-system' now honors $TESTS.
Ludovic Courtès [Mon, 20 Jun 2016 20:53:22 +0000 (22:53 +0200)]
build: 'make check-system' now honors $TESTS.

* build-aux/run-system-tests.scm (run-system-tests)[tests]: Honor the
'TESTS' environment variable.

8 years agotests: Add a mechanism to describe and discover system tests.
Ludovic Courtès [Mon, 20 Jun 2016 20:34:13 +0000 (22:34 +0200)]
tests: Add a mechanism to describe and discover system tests.

* gnu/tests.scm (<system-test>): New record type.
(write-system-test, test-modules, fold-system-tests)
(all-system-tests): New procedures.
* gnu/tests/base.scm (%test-basic-os): Turn into a <system-test>.
* gnu/tests/install.scm (%test-installed-os): Likewise.
* build-aux/run-system-tests.scm (%system-tests): Remove.
(run-system-tests): Use 'all-system-tests'.

8 years agopackages: Export 'scheme-modules'.
Ludovic Courtès [Mon, 20 Jun 2016 20:30:16 +0000 (22:30 +0200)]
packages: Export 'scheme-modules'.

* gnu/packages.scm (package-modules): Rename to...
(scheme-modules): ... this.  Export.  Update callers.

8 years agotests: Add system installation test.
Ludovic Courtès [Mon, 20 Jun 2016 19:51:59 +0000 (21:51 +0200)]
tests: Add system installation test.

* gnu/tests.scm (define-os-with-source): New macro.
* gnu/tests/install.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* build-aux/run-system-tests.scm (%system-tests): Likewise.

8 years agovm: 'qemu-command' honors its argument.
Ludovic Courtès [Mon, 20 Jun 2016 21:03:08 +0000 (23:03 +0200)]
vm: 'qemu-command' honors its argument.

* gnu/build/vm.scm (qemu-command): Refer to SYSTEM rather than
%HOST-TYPE in the body.

8 years agotests: base: Fully honor the OS passed to 'run-basic-test'.
Ludovic Courtès [Mon, 20 Jun 2016 19:39:23 +0000 (21:39 +0200)]
tests: base: Fully honor the OS passed to 'run-basic-test'.

* gnu/tests/base.scm (run-basic-test)["uname"]: Use the host name of OS.
["shepherd services"]: Use service names from OS.
(%test-basic-os): Add call to 'virtualized-operating-system'.

8 years agognu: guile-next: Update to 2.1.3.
David Thompson [Mon, 20 Jun 2016 14:54:05 +0000 (10:54 -0400)]
gnu: guile-next: Update to 2.1.3.

* gnu/packages/guile.scm (guile-next): Update to 2.1.3.

8 years agognu: Add argon2.
Lukas Gradl [Sun, 5 Jun 2016 20:35:24 +0000 (15:35 -0500)]
gnu: Add argon2.

* gnu/packages/password-utils.scm (argon2): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
8 years agognu: git: Update to 2.9.0
Leo Famulari [Fri, 17 Jun 2016 21:41:20 +0000 (17:41 -0400)]
gnu: git: Update to 2.9.0

* gnu/packages/version-control.scm (git): Update to 2.9.0.
(git-manpages)[source]: Update hash.

8 years agognu: chicken: Update to 4.11.0 [fixes CVE-2014-9651].
Efraim Flashner [Mon, 20 Jun 2016 15:28:44 +0000 (18:28 +0300)]
gnu: chicken: Update to 4.11.0 [fixes CVE-2014-9651].

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

8 years agognu: Add quesoglc.
Kei Kebreau [Sun, 19 Jun 2016 22:56:56 +0000 (18:56 -0400)]
gnu: Add quesoglc.

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

8 years agognu: perl-uri: Update to 1.71.
ng0 [Mon, 20 Jun 2016 12:48:11 +0000 (12:48 +0000)]
gnu: perl-uri: Update to 1.71.

* gnu/packages/web.scm (perl-uri): Update to 1.71.

Signed-off-by: 宋文武 <iyzsong@gmail.com>
8 years agognu: Add guile-dbd-sqlite3.
宋文武 [Sat, 18 Jun 2016 07:49:36 +0000 (15:49 +0800)]
gnu: Add guile-dbd-sqlite3.

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

8 years agognu: Add guile-dbi.
宋文武 [Fri, 17 Jun 2016 14:44:56 +0000 (22:44 +0800)]
gnu: Add guile-dbi.

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

8 years agognu: screen: Update to 4.4.0.
Efraim Flashner [Mon, 20 Jun 2016 09:56:03 +0000 (12:56 +0300)]
gnu: screen: Update to 4.4.0.

* gnu/packages/screen.scm (screen): Update to 4.4.0.

8 years agognu: Add emacs-lispy.
Ricardo Wurmus [Sat, 18 Jun 2016 14:18:14 +0000 (16:18 +0200)]
gnu: Add emacs-lispy.

* gnu/packages/emacs.scm (emacs-lispy): New variable.

8 years agognu: Add emacs-iedit.
Ricardo Wurmus [Sat, 18 Jun 2016 14:17:32 +0000 (16:17 +0200)]
gnu: Add emacs-iedit.

* gnu/packages/emacs.scm (emacs-iedit): New variable.

8 years agognu: Add emacs-ace-window.
Ricardo Wurmus [Sat, 18 Jun 2016 14:17:04 +0000 (16:17 +0200)]
gnu: Add emacs-ace-window.

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

8 years agognu: Add emacs-avy.
Ricardo Wurmus [Sat, 18 Jun 2016 14:16:39 +0000 (16:16 +0200)]
gnu: Add emacs-avy.

* gnu/packages/emacs.scm (emacs-avy): New variable.

8 years agognu: Add emacs-ivy.
Ricardo Wurmus [Sat, 18 Jun 2016 14:15:44 +0000 (16:15 +0200)]
gnu: Add emacs-ivy.

* gnu/packages/emacs.scm (emacs-ivy): New variable.

8 years agognu: Add emacs-hydra.
Ricardo Wurmus [Sat, 18 Jun 2016 14:16:13 +0000 (16:16 +0200)]
gnu: Add emacs-hydra.

* gnu/packages/emacs.scm (emacs-hydra): New variable.

8 years agognu: Add emacs-org-bullets.
Ricardo Wurmus [Sat, 18 Jun 2016 14:15:02 +0000 (16:15 +0200)]
gnu: Add emacs-org-bullets.

* gnu/packages/emacs.scm (emacs-org-bullets): New variable.

8 years agotests: Fix list of exports in (gnu tests).
Ludovic Courtès [Sun, 19 Jun 2016 22:21:29 +0000 (00:21 +0200)]
tests: Fix list of exports in (gnu tests).

* gnu/tests.scm: Export 'marionette-service-type'.

8 years agotests: Export 'run-basic-test'.
Ludovic Courtès [Sun, 19 Jun 2016 21:53:24 +0000 (23:53 +0200)]
tests: Export 'run-basic-test'.

* gnu/tests/base.scm (run-basic-test): New procedure, extracted from ...
(%test-basic-os): ... here.  Use it.

8 years agotests: Strengthen regexp in 'packages.scm'.
Ludovic Courtès [Sun, 19 Jun 2016 21:51:58 +0000 (23:51 +0200)]
tests: Strengthen regexp in 'packages.scm'.

* tests/packages.scm ("--search-paths with pattern"): Call
'regexp-quote' on the result of 'derivation->output-path'.

8 years agognu: guix: Add 'current-guix' thunk.
Ludovic Courtès [Sun, 19 Jun 2016 20:26:59 +0000 (22:26 +0200)]
gnu: guix: Add 'current-guix' thunk.

* gnu/packages/package-management.scm (source-file?)
(make-git-predicate, current-guix): New procedures.

8 years agoutils: 'current-source-directory' gracefully handles lack of source info.
Ludovic Courtès [Sun, 19 Jun 2016 20:30:34 +0000 (22:30 +0200)]
utils: 'current-source-directory' gracefully handles lack of source info.

* guix/utils.scm (current-source-directory): Add case for when FILE-NAME
is #f.

8 years agoutils: 'current-source-directory' resolves relative file names at run time.
Ludovic Courtès [Sun, 19 Jun 2016 20:15:15 +0000 (22:15 +0200)]
utils: 'current-source-directory' resolves relative file names at run time.

* guix/utils.scm (absolute-dirname): New procedure.
(current-source-directory): Emit code to use it instead of calling
'search-path'.

8 years agostore: 'register-path' no longer swallows 'system-error' exceptions.
Ludovic Courtès [Sun, 19 Jun 2016 19:29:43 +0000 (21:29 +0200)]
store: 'register-path' no longer swallows 'system-error' exceptions.

* guix/store.scm (register-path): Do not catch 'system-error'.

8 years agoservices: Add 'gc-root-service-type'.
Ludovic Courtès [Sun, 19 Jun 2016 19:29:01 +0000 (21:29 +0200)]
services: Add 'gc-root-service-type'.

* gnu/services.scm (gc-roots->system-entry): New procedure.
(gc-root-service-type): New variable.

8 years agognu: libxslt: Replace with 1.1.29 [fixes CVE-2016-{1683,1684}].
Mark H Weaver [Sun, 19 Jun 2016 17:56:53 +0000 (13:56 -0400)]
gnu: libxslt: Replace with 1.1.29 [fixes CVE-2016-{1683,1684}].

* gnu/packages/xml.scm (libxslt)[replacement]: New field.
(libxslt/fixed): New variable.

8 years agognu: synthv1: Update to 0.7.5.
Ricardo Wurmus [Sat, 18 Jun 2016 19:26:58 +0000 (21:26 +0200)]
gnu: synthv1: Update to 0.7.5.

* gnu/packages/music.scm (synthv1): Update to 0.7.5.

8 years agognu: Add lbzip2.
Ricardo Wurmus [Fri, 17 Jun 2016 14:43:09 +0000 (16:43 +0200)]
gnu: Add lbzip2.

* gnu/packages/compression.scm (lbzip2): New variable.

8 years agognu: Add emacs-multiple-cursors.
Ricardo Wurmus [Fri, 17 Jun 2016 20:23:03 +0000 (22:23 +0200)]
gnu: Add emacs-multiple-cursors.

* gnu/packages/emacs.scm (emacs-multiple-cursors): New variable.

8 years agognu: Add guile-sqlite3.
Ludovic Courtès [Sat, 18 Jun 2016 13:09:08 +0000 (15:09 +0200)]
gnu: Add guile-sqlite3.

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

8 years agognu: bluez: Install 'org.bluez.obex.service' and fix '97-hid2hci.rules'.
宋文武 [Fri, 17 Jun 2016 12:35:21 +0000 (20:35 +0800)]
gnu: bluez: Install 'org.bluez.obex.service' and fix '97-hid2hci.rules'.

* gnu/packages/linux.scm (bluez)[arguments]: Add 'post-install' phase.

8 years agognu: bluez: Update to 5.40.
宋文武 [Fri, 17 Jun 2016 11:23:52 +0000 (19:23 +0800)]
gnu: bluez: Update to 5.40.

* gnu/packages/linux.scm (bluez): Update to 5.40.

8 years agognu: bluez: Set sysconfdir and localstatedir.
宋文武 [Fri, 17 Jun 2016 11:14:10 +0000 (19:14 +0800)]
gnu: bluez: Set sysconfdir and localstatedir.

* gnu/packages/linux.scm (bluez)[arguments]: Add '--sysconfdir=/etc'
and '--localstatedir=/var'.

8 years agognu: services: Add bluetooth-service.
宋文武 [Wed, 15 Jun 2016 15:14:01 +0000 (23:14 +0800)]
gnu: services: Add bluetooth-service.

* gnu/services/desktop.scm (bluetooth-shepherd-service)
(bluetooth-service): New Prodecures.
(bluetooth-service-type): New variable.
* doc/guix.text (Desktop Services): Document it.

8 years agognu: Add python2-jsonrpclib
Daniel Pimentel [Thu, 16 Jun 2016 12:08:24 +0000 (09:08 -0300)]
gnu: Add python2-jsonrpclib

* gnu/packages/python.scm (python2-jsonrpclib): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
8 years agognu: Add emacs-company.
Ricardo Wurmus [Fri, 17 Jun 2016 06:11:49 +0000 (08:11 +0200)]
gnu: Add emacs-company.

* gnu/packages/emacs.scm (emacs-company): New variable.

8 years agognu: certbot, python-acme: Update to 0.8.1.
Leo Famulari [Fri, 17 Jun 2016 04:45:52 +0000 (00:45 -0400)]
gnu: certbot, python-acme: Update to 0.8.1.

These packages should be updated together.

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

8 years agognu: aria2: Update to 1.24.0.
Efraim Flashner [Fri, 17 Jun 2016 12:41:45 +0000 (15:41 +0300)]
gnu: aria2: Update to 1.24.0.

* gnu/packages/bittorrent.scm (aria2): Updat eto 1.24.0.

8 years agoservices: dicod: Add 'interfaces' configuration field.
Ludovic Courtès [Fri, 17 Jun 2016 09:09:46 +0000 (11:09 +0200)]
services: dicod: Add 'interfaces' configuration field.

This makes 'dicod' listen on 'localhost' by default, whereas it was
previously listening on all the interfaces, which is not a good default
security-wise.

* gnu/services/dict.scm (<dicod-configuration>)[interfaces]: New field.
(dicod-configuration-file)[database->text]: New procedure, with code
formerly in 'dicod-configuration->text'.
[dicod-configuration->text]: Rename to...
[configuration->text]: ... this.  Honor 'interfaces'.
* doc/guix.texi (Various Services): Document 'interfaces'.

8 years agognu: libqtxdg: Move qtbase to propagated-inputs.
Efraim Flashner [Fri, 17 Jun 2016 06:14:12 +0000 (09:14 +0300)]
gnu: libqtxdg: Move qtbase to propagated-inputs.

* gnu/packages/lxqt.scm (libqtxdg)[inputs]: Move qtbase ...
[propagated-inputs]: ... to here.

This is a follow-up to aa450b2bc41b0cedbebc4f8c0a51867a436cf02b.

8 years agognu: enlightenment: Update to 0.20.9.
Efraim Flashner [Thu, 16 Jun 2016 19:54:25 +0000 (22:54 +0300)]
gnu: enlightenment: Update to 0.20.9.

* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.9.
[home-page]: Use https.

8 years agognu: python-efl: Rebuild generated C files.
Efraim Flashner [Thu, 16 Jun 2016 19:25:55 +0000 (22:25 +0300)]
gnu: python-efl: Rebuild generated C files.

* gnu/packages/enlightenment.scm (python-efl)[arguments]: Replace 'build
phase to set 'ENABLE_CYTHON=1'.
[native-inputs]: python-cython.

8 years agognu: Add python-bz2file.
Ben Woodcroft [Sun, 10 Apr 2016 06:46:50 +0000 (16:46 +1000)]
gnu: Add python-bz2file.

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

8 years agognu: gnupg: Update to 2.1.13.
ng0 [Thu, 16 Jun 2016 20:45:23 +0000 (20:45 +0000)]
gnu: gnupg: Update to 2.1.13.

* gnu/packages/gnupg.scm (gnupg): Update to 2.1.13.

Signed-off-by: Leo Famulari <leo@famulari.name>
8 years agoutils: 'current-source-directory' returns the absolute directory name.
Ludovic Courtès [Thu, 16 Jun 2016 20:24:14 +0000 (22:24 +0200)]
utils: 'current-source-directory' returns the absolute directory name.

* guix/utils.scm (current-source-directory): When FILE-NAME is relative,
use 'search-path' to determine the absolute file name.

8 years agoutils: 'current-source-directory' is now purely an expansion-time thing.
Ludovic Courtès [Thu, 16 Jun 2016 20:05:10 +0000 (22:05 +0200)]
utils: 'current-source-directory' is now purely an expansion-time thing.

* guix/utils.scm (extract-directory): Remove.
(current-source-directory): Rewrite as a 'syntax-case' macro.

8 years agodoc: Recommend against marketing phrases in descriptions.
Ludovic Courtès [Thu, 16 Jun 2016 12:51:49 +0000 (14:51 +0200)]
doc: Recommend against marketing phrases in descriptions.

* doc/guix.texi (Synopses and Descriptions): Add note about marketing
phrases.

8 years agognu: lxqt-common: Add missing inputs.
Efraim Flashner [Thu, 16 Jun 2016 18:00:32 +0000 (21:00 +0300)]
gnu: lxqt-common: Add missing inputs.

* gnu/packages/lxqt.scm (lxqt-common)[inputs]: Add qtbase,
qttools, qtx11extras.

8 years agognu: lxqt-session: Add missing inputs.
Efraim Flashner [Thu, 16 Jun 2016 17:24:16 +0000 (20:24 +0300)]
gnu: lxqt-session: Add missing inputs.

* gnu/packages/lxqt.scm (lxqt-session)[inputs]: Add qtbase,
qttools, qtx11extras.