Commit Graph

13020 Commits (9996ab16e6c31e95a8485f1226e9301a2ecdb14f)

Author SHA1 Message Date
Ludovic Courtès a9601e2352
gexp: Use a relative file name.
This is a followup to cbbbb7be0f.

* guix/gexp.scm (%utils-module): Use a file name relative to this file
instead of using 'search-path'.
2016-06-20 23:50:46 +02:00
Ludovic Courtès de7e0e8ee0
build: 'make check-system' now honors $TESTS.
* build-aux/run-system-tests.scm (run-system-tests)[tests]: Honor the
'TESTS' environment variable.
2016-06-20 23:50:46 +02:00
Ludovic Courtès 98b65b5ff6
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'.
2016-06-20 23:50:46 +02:00
Ludovic Courtès 2a6ba87086
packages: Export 'scheme-modules'.
* gnu/packages.scm (package-modules): Rename to...
(scheme-modules): ... this.  Export.  Update callers.
2016-06-20 23:50:46 +02:00
Ludovic Courtès 94b4274d0d
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.
2016-06-20 23:50:46 +02:00
Ludovic Courtès b1dd6ac55d
vm: 'qemu-command' honors its argument.
* gnu/build/vm.scm (qemu-command): Refer to SYSTEM rather than
%HOST-TYPE in the body.
2016-06-20 23:50:46 +02:00
Ludovic Courtès 908935b512
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'.
2016-06-20 23:50:46 +02:00
David Thompson b0d388c9dc
gnu: guile-next: Update to 2.1.3.
* gnu/packages/guile.scm (guile-next): Update to 2.1.3.
2016-06-20 14:23:58 -04:00
Lukas Gradl 6d32dd8cef
gnu: Add argon2.
* gnu/packages/password-utils.scm (argon2): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-06-20 13:07:11 -04:00
Leo Famulari e52509a5ff
gnu: git: Update to 2.9.0
* gnu/packages/version-control.scm (git): Update to 2.9.0.
(git-manpages)[source]: Update hash.
2016-06-20 12:53:13 -04:00
Efraim Flashner acb6a8984e
gnu: chicken: Update to 4.11.0 [fixes CVE-2014-9651].
* gnu/packages/scheme.scm (chicken): Update to 4.11.0.
2016-06-20 18:28:44 +03:00
Kei Kebreau d2cc38b713
gnu: Add quesoglc.
* gnu/packages/game-development.scm (quesoglc): New variable.
2016-06-20 09:03:30 -04:00
ng0 3099354dd4
gnu: perl-uri: Update to 1.71.
* gnu/packages/web.scm (perl-uri): Update to 1.71.

Signed-off-by: 宋文武 <iyzsong@gmail.com>
2016-06-20 21:02:54 +08:00
宋文武 b9cbfa52f7
gnu: Add guile-dbd-sqlite3.
* gnu/packages/guile.scm (guile-dbd-sqlite3): New variable.
2016-06-20 19:05:24 +08:00
宋文武 2d5907ad3c
gnu: Add guile-dbi.
* gnu/packages/guile.scm (guile-dbi): New variable.
2016-06-20 19:05:24 +08:00
Efraim Flashner 426bfed405
gnu: screen: Update to 4.4.0.
* gnu/packages/screen.scm (screen): Update to 4.4.0.
2016-06-20 12:56:03 +03:00
Ricardo Wurmus a5338dd467
gnu: Add emacs-lispy.
* gnu/packages/emacs.scm (emacs-lispy): New variable.
2016-06-20 07:06:59 +02:00
Ricardo Wurmus e1918ce486
gnu: Add emacs-iedit.
* gnu/packages/emacs.scm (emacs-iedit): New variable.
2016-06-20 07:06:58 +02:00
Ricardo Wurmus 93dba17c63
gnu: Add emacs-ace-window.
* gnu/packages/emacs.scm (emacs-ace-window): New variable.
2016-06-20 07:06:58 +02:00
Ricardo Wurmus 5edc24ec2c
gnu: Add emacs-avy.
* gnu/packages/emacs.scm (emacs-avy): New variable.
2016-06-20 07:06:58 +02:00
Ricardo Wurmus 12db29baaf
gnu: Add emacs-ivy.
* gnu/packages/emacs.scm (emacs-ivy): New variable.
2016-06-20 07:06:58 +02:00
Ricardo Wurmus 79b3d3ea58
gnu: Add emacs-hydra.
* gnu/packages/emacs.scm (emacs-hydra): New variable.
2016-06-20 07:06:57 +02:00
Ricardo Wurmus db1a496071
gnu: Add emacs-org-bullets.
* gnu/packages/emacs.scm (emacs-org-bullets): New variable.
2016-06-20 07:04:46 +02:00
Ludovic Courtès ca7a68ebeb
tests: Fix list of exports in (gnu tests).
* gnu/tests.scm: Export 'marionette-service-type'.
2016-06-20 00:52:53 +02:00
Ludovic Courtès e3de272a81
tests: Export 'run-basic-test'.
* gnu/tests/base.scm (run-basic-test): New procedure, extracted from ...
(%test-basic-os): ... here.  Use it.
2016-06-20 00:52:53 +02:00
Ludovic Courtès 77559f23b0
tests: Strengthen regexp in 'packages.scm'.
* tests/packages.scm ("--search-paths with pattern"): Call
'regexp-quote' on the result of 'derivation->output-path'.
2016-06-20 00:52:53 +02:00
Ludovic Courtès 04eb0fab3a
gnu: guix: Add 'current-guix' thunk.
* gnu/packages/package-management.scm (source-file?)
(make-git-predicate, current-guix): New procedures.
2016-06-20 00:52:53 +02:00
Ludovic Courtès a68d0f6fd5
utils: 'current-source-directory' gracefully handles lack of source info.
* guix/utils.scm (current-source-directory): Add case for when FILE-NAME
is #f.
2016-06-20 00:52:53 +02:00
Ludovic Courtès cbbbb7be0f
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'.
2016-06-20 00:52:53 +02:00
Ludovic Courtès 95fa173ed1
store: 'register-path' no longer swallows 'system-error' exceptions.
* guix/store.scm (register-path): Do not catch 'system-error'.
2016-06-20 00:52:53 +02:00
Ludovic Courtès e0b47290a7
services: Add 'gc-root-service-type'.
* gnu/services.scm (gc-roots->system-entry): New procedure.
(gc-root-service-type): New variable.
2016-06-20 00:52:53 +02:00
Mark H Weaver 3ebba94d45
gnu: libxslt: Replace with 1.1.29 [fixes CVE-2016-{1683,1684}].
* gnu/packages/xml.scm (libxslt)[replacement]: New field.
(libxslt/fixed): New variable.
2016-06-19 13:59:01 -04:00
Ricardo Wurmus cb1436d8d2
gnu: synthv1: Update to 0.7.5.
* gnu/packages/music.scm (synthv1): Update to 0.7.5.
2016-06-18 21:26:58 +02:00
Ricardo Wurmus 669b7b83d8
gnu: Add lbzip2.
* gnu/packages/compression.scm (lbzip2): New variable.
2016-06-18 19:49:08 +02:00
Ricardo Wurmus 7c438099ac
gnu: Add emacs-multiple-cursors.
* gnu/packages/emacs.scm (emacs-multiple-cursors): New variable.
2016-06-18 18:06:29 +02:00
Ludovic Courtès e8ac1f8f1f
gnu: Add guile-sqlite3.
* gnu/packages/guile.scm (guile-sqlite3): New variable.
2016-06-18 15:54:45 +02:00
宋文武 87a16de744
gnu: bluez: Install 'org.bluez.obex.service' and fix '97-hid2hci.rules'.
* gnu/packages/linux.scm (bluez)[arguments]: Add 'post-install' phase.
2016-06-18 09:53:14 +08:00
宋文武 c80920462e
gnu: bluez: Update to 5.40.
* gnu/packages/linux.scm (bluez): Update to 5.40.
2016-06-18 09:53:14 +08:00
宋文武 f3dbc62664
gnu: bluez: Set sysconfdir and localstatedir.
* gnu/packages/linux.scm (bluez)[arguments]: Add '--sysconfdir=/etc'
and '--localstatedir=/var'.
2016-06-18 09:53:14 +08:00
宋文武 922e21f436
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.
2016-06-18 09:53:14 +08:00
Daniel Pimentel 0de78c95b5
gnu: Add python2-jsonrpclib
* gnu/packages/python.scm (python2-jsonrpclib): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-06-17 20:20:11 -04:00
Ricardo Wurmus d1dbeddd55
gnu: Add emacs-company.
* gnu/packages/emacs.scm (emacs-company): New variable.
2016-06-17 21:18:19 +02:00
Leo Famulari 65924b10bc
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
2016-06-17 14:32:32 -04:00
Efraim Flashner bced395cab
gnu: aria2: Update to 1.24.0.
* gnu/packages/bittorrent.scm (aria2): Updat eto 1.24.0.
2016-06-17 15:41:45 +03:00
Ludovic Courtès a1b484654a
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'.
2016-06-17 11:14:18 +02:00
Efraim Flashner 025597393c
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 aa450b2bc4.
2016-06-17 09:14:12 +03:00
Efraim Flashner 668d2352e0
gnu: enlightenment: Update to 0.20.9.
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.9.
[home-page]: Use https.
2016-06-17 06:52:18 +03:00
Efraim Flashner feabb770e1
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.
2016-06-17 06:52:18 +03:00
Ben Woodcroft 2e6973222d
gnu: Add python-bz2file.
* gnu/packages/python.scm (python-bz2file, python2-bz2file): New
variables.
2016-06-17 11:08:27 +10:00
ng0 1ee4274c96
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>
2016-06-16 19:51:08 -04:00