summary refs log tree commit diff
AgeCommit message (Collapse)Author
2016-06-20gnu: python-click: Update to 6.6.Leo Famulari
* gnu/packages/python.scm (python-click, python2-click): Update to 6.6.
2016-06-20gnu: Add warzone2100.Kei Kebreau
* gnu/packages/games.scm (warzone2100): New variable.
2016-06-21hydra: Set the guile-for-build for the test jobs.Ludovic Courtès
* build-aux/hydra/gnu-system.scm (system-test-jobs): Call 'set-guile-for-build'.
2016-06-20hydra: Add jobs for the system tests.Ludovic Courtès
* build-aux/hydra/gnu-system.scm (%guixsd-supported-systems): New variable. (qemu-jobs): Use it. (system-test-jobs): New procedure. (hydra-jobs): Use it.
2016-06-20gexp: Use a relative file name.Ludovic Courtès
This is a followup to cbbbb7be0fbaa11ff75bce92f2d82131ff8db104. * guix/gexp.scm (%utils-module): Use a file name relative to this file instead of using 'search-path'.
2016-06-20build: 'make check-system' now honors $TESTS.Ludovic Courtès
* build-aux/run-system-tests.scm (run-system-tests)[tests]: Honor the 'TESTS' environment variable.
2016-06-20tests: Add a mechanism to describe and discover system tests.Ludovic Courtès
* 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-20packages: Export 'scheme-modules'.Ludovic Courtès
* gnu/packages.scm (package-modules): Rename to... (scheme-modules): ... this. Export. Update callers.
2016-06-20tests: Add system installation test.Ludovic Courtès
* 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-20vm: 'qemu-command' honors its argument.Ludovic Courtès
* gnu/build/vm.scm (qemu-command): Refer to SYSTEM rather than %HOST-TYPE in the body.
2016-06-20tests: base: Fully honor the OS passed to 'run-basic-test'.Ludovic Courtès
* 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-20gnu: guile-next: Update to 2.1.3.David Thompson
* gnu/packages/guile.scm (guile-next): Update to 2.1.3.
2016-06-20gnu: Add argon2.Lukas Gradl
* gnu/packages/password-utils.scm (argon2): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-06-20gnu: git: Update to 2.9.0Leo Famulari
* gnu/packages/version-control.scm (git): Update to 2.9.0. (git-manpages)[source]: Update hash.
2016-06-20gnu: chicken: Update to 4.11.0 [fixes CVE-2014-9651].Efraim Flashner
* gnu/packages/scheme.scm (chicken): Update to 4.11.0.
2016-06-20gnu: Add quesoglc.Kei Kebreau
* gnu/packages/game-development.scm (quesoglc): New variable.
2016-06-20gnu: perl-uri: Update to 1.71.ng0
* gnu/packages/web.scm (perl-uri): Update to 1.71. Signed-off-by: 宋文武 <iyzsong@gmail.com>
2016-06-20gnu: Add guile-dbd-sqlite3.宋文武
* gnu/packages/guile.scm (guile-dbd-sqlite3): New variable.
2016-06-20gnu: Add guile-dbi.宋文武
* gnu/packages/guile.scm (guile-dbi): New variable.
2016-06-20gnu: screen: Update to 4.4.0.Efraim Flashner
* gnu/packages/screen.scm (screen): Update to 4.4.0.
2016-06-20gnu: Add emacs-lispy.Ricardo Wurmus
* gnu/packages/emacs.scm (emacs-lispy): New variable.
2016-06-20gnu: Add emacs-iedit.Ricardo Wurmus
* gnu/packages/emacs.scm (emacs-iedit): New variable.
2016-06-20gnu: Add emacs-ace-window.Ricardo Wurmus
* gnu/packages/emacs.scm (emacs-ace-window): New variable.
2016-06-20gnu: Add emacs-avy.Ricardo Wurmus
* gnu/packages/emacs.scm (emacs-avy): New variable.
2016-06-20gnu: Add emacs-ivy.Ricardo Wurmus
* gnu/packages/emacs.scm (emacs-ivy): New variable.
2016-06-20gnu: Add emacs-hydra.Ricardo Wurmus
* gnu/packages/emacs.scm (emacs-hydra): New variable.
2016-06-20gnu: Add emacs-org-bullets.Ricardo Wurmus
* gnu/packages/emacs.scm (emacs-org-bullets): New variable.
2016-06-20tests: Fix list of exports in (gnu tests).Ludovic Courtès
* gnu/tests.scm: Export 'marionette-service-type'.
2016-06-20tests: Export 'run-basic-test'.Ludovic Courtès
* gnu/tests/base.scm (run-basic-test): New procedure, extracted from ... (%test-basic-os): ... here. Use it.
2016-06-20tests: Strengthen regexp in 'packages.scm'.Ludovic Courtès
* tests/packages.scm ("--search-paths with pattern"): Call 'regexp-quote' on the result of 'derivation->output-path'.
2016-06-20gnu: guix: Add 'current-guix' thunk.Ludovic Courtès
* gnu/packages/package-management.scm (source-file?) (make-git-predicate, current-guix): New procedures.
2016-06-20utils: 'current-source-directory' gracefully handles lack of source info.Ludovic Courtès
* guix/utils.scm (current-source-directory): Add case for when FILE-NAME is #f.
2016-06-20utils: 'current-source-directory' resolves relative file names at run time.Ludovic Courtès
* guix/utils.scm (absolute-dirname): New procedure. (current-source-directory): Emit code to use it instead of calling 'search-path'.
2016-06-20store: 'register-path' no longer swallows 'system-error' exceptions.Ludovic Courtès
* guix/store.scm (register-path): Do not catch 'system-error'.
2016-06-20services: Add 'gc-root-service-type'.Ludovic Courtès
* gnu/services.scm (gc-roots->system-entry): New procedure. (gc-root-service-type): New variable.
2016-06-19gnu: libxslt: Replace with 1.1.29 [fixes CVE-2016-{1683,1684}].Mark H Weaver
* gnu/packages/xml.scm (libxslt)[replacement]: New field. (libxslt/fixed): New variable.
2016-06-18gnu: synthv1: Update to 0.7.5.Ricardo Wurmus
* gnu/packages/music.scm (synthv1): Update to 0.7.5.
2016-06-18gnu: Add lbzip2.Ricardo Wurmus
* gnu/packages/compression.scm (lbzip2): New variable.
2016-06-18gnu: Add emacs-multiple-cursors.Ricardo Wurmus
* gnu/packages/emacs.scm (emacs-multiple-cursors): New variable.
2016-06-18gnu: Add guile-sqlite3.Ludovic Courtès
* gnu/packages/guile.scm (guile-sqlite3): New variable.
2016-06-18gnu: bluez: Install 'org.bluez.obex.service' and fix '97-hid2hci.rules'.宋文武
* gnu/packages/linux.scm (bluez)[arguments]: Add 'post-install' phase.
2016-06-18gnu: bluez: Update to 5.40.宋文武
* gnu/packages/linux.scm (bluez): Update to 5.40.
2016-06-18gnu: bluez: Set sysconfdir and localstatedir.宋文武
* gnu/packages/linux.scm (bluez)[arguments]: Add '--sysconfdir=/etc' and '--localstatedir=/var'.
2016-06-18gnu: 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-17gnu: Add python2-jsonrpclibDaniel Pimentel
* gnu/packages/python.scm (python2-jsonrpclib): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-06-17gnu: Add emacs-company.Ricardo Wurmus
* gnu/packages/emacs.scm (emacs-company): New variable.
2016-06-17gnu: certbot, python-acme: Update to 0.8.1.Leo Famulari
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-17gnu: aria2: Update to 1.24.0.Efraim Flashner
* gnu/packages/bittorrent.scm (aria2): Updat eto 1.24.0.
2016-06-17services: dicod: Add 'interfaces' configuration field.Ludovic Courtès
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-17gnu: libqtxdg: Move qtbase to propagated-inputs.Efraim Flashner
* gnu/packages/lxqt.scm (libqtxdg)[inputs]: Move qtbase ... [propagated-inputs]: ... to here. This is a follow-up to aa450b2bc41b0cedbebc4f8c0a51867a436cf02b.