summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-27gnu: qtdeclarative: Update to 5.6.1-1.Efraim Flashner
* gnu/packages/qt.scm (qtdeclarative): Update to 5.6.1-1.
2016-06-27gnu: qtxmlpatterns: Update to 5.6.1-1.Efraim Flashner
* gnu/packages/qt.scm (qtxmlpatterns): Update to 5.6.1-1.
2016-06-27gnu: qtx11extras: Update to 5.6.1-1.Efraim Flashner
* gnu/packages/qt.scm (qtx11extras): Update to 5.6.1-1.
2016-06-27gnu: qtimageformats: Update to 5.6.1-1.Efraim Flashner
* gnu/packages/qt.scm (qtimageformats): Update to 5.6.1-1.
2016-06-27gnu: qtsvg: Update to 5.6.1-1.Efraim Flashner
* gnu/packages/qt.scm (qtsvg): Update to 5.6.1-1.
2016-06-27gnu: qtbase: Update to 5.6.1-1.Efraim Flashner
* gnu/packages/qt.scm (qtbase): Update to 5.6.1-1.
2016-06-27gnu: qtbase: Add eudev and libinput support.Efraim Flashner
* gnu/packages/qt.scm (qtbase)[inputs]: Add eudev, libinput.
2016-06-27gnu: qtbase: Don't propagate mesa.Efraim Flashner
* gnu/packages/qt.scm (qtbase)[propagated-inputs]: Move mesa ... [inputs]: ... to here. (qtsvg)[propagated-inputs]: No need to clear propagated-inputs.
2016-06-26daemon: Rename 'NIX_CONF_DIR' to 'GUIX_CONFIGURATION_DIRECTORY'.David Craven
Partly fixes <http://bugs.gnu.org/22459>. Reported by Jeff Mickey <j@codemac.net> and David Craven <david@craven.ch>. * nix/libstore/globals.cc (Settings::processEnvironment()): Change 'NIX_CONF_DIR' to 'GUIX_CONFIGURATION_DIRECTORY'. * nix/local.mk (libstore_a_CPPFLAGS): Likewise. * guix/config.scm.in (%config-directory): Likewise. * build-aux/test-env.in: Likewise. * gnu/packages/patches/hydra-automake-1.15.patch: Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-06-26doc: Augment mcron example.Ludovic Courtès
Suggested by Danny Milosavljevic. * doc/guix.texi (Scheduled Job Execution): Add unprivileged job example, and show the use of thunks as job actions and gexps.
2016-06-26nls: Update 'fr' translation.Ludovic Courtès
2016-06-26doc: Clarify /dev/kvm setup.Ludovic Courtès
Reported by myglc2 <myglc2@gmail.com>. * doc/guix.texi (Build Environment Setup): Mention the "kvm" group. (Invoking guix system): Use "@quotation Note" for the note about KVM; make it clear that KVM is optional.
2016-06-26gnu: Add starfighter.宋文武
* gnu/packages/games.scm (starfighter): New variable.
2016-06-26gnu: mpv: Update to 0.18.0.Efraim Flashner
* gnu/packages/video.scm (mpv): Update to 0.18.0. [arguments]: Remove disabled '--enable-gpl3' configure flag.
2016-06-26gnu: vsearch: Update to 2.0.0.Ben Woodcroft
* gnu/packages/bioinformatics.scm (vsearch): Update to 2.0.0.
2016-06-25gnu: linux-libre: Update to 4.6.3.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.6.3.
2016-06-25gnu: linux-libre-4.4: Update to 4.4.14.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.14.
2016-06-25gnu: Add opendht.Lukas Gradl
* gnu/packages/crypto.scm (opendht): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-06-25gnu: Add msgpack.Lukas Gradl
* gnu/packages/serialization.scm (msgpack): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-06-25gnu: Add python-orator and python2-orator.宋文武
* gnu/packages/python.scm (python-orator, python2-orator): New variables.
2016-06-25gnu: Add python-flexmock and python2-flexmock.宋文武
* gnu/packages/python.scm (python-flexmock, python2-flexmock): New variables.
2016-06-25gnu: Add python-pyaml and python2-pyaml.宋文武
* gnu/packages/python.scm (python-pyaml, python2-pyaml): New variables.
2016-06-25import: pypi: do not fail when 'run_requires' is missing from the metadata.Cyril Roelandt
* guix/import/pypi.scm (read-wheel-metadata): do not crash when 'run_requires' is missing from the metadata.
2016-06-25gnu: Add python-fake-factory and python2-fake-factory.宋文武
* gnu/packages/python.scm (python-fake-factory, python2-fake-factory): New variables.
2016-06-25gnu: Add python-ukpostcodeparser and python2-ukpostcodeparser.宋文武
* gnu/packages/python.scm (python-ukpostcodeparser) (python2-ukpostcodeparser): New variables.
2016-06-25gnu: Add python-email-validator and python2-email-validator.宋文武
* gnu/packages/python.scm (python-email-validator) (python2-email-validator): New variables.
2016-06-25gnu: Add python-dnspython and python2-dnspython.宋文武
* gnu/packages/python.scm (python-dnspython, python2-dnspython): New variables.
2016-06-25gnu: Add python-lazy-object-proxy and python2-lazy-object-proxy.宋文武
* gnu/packages/python.scm (python-lazy-object-proxy) (python2-lazy-object-proxy): New variables.
2016-06-25gnu: Add python-cleo and python2-cleo.宋文武
* gnu/packages/python.scm (python-cleo, python2-cleo): New variables.
2016-06-25gnu: Add python-pylev and python2-pylev.宋文武
* gnu/packages/python.scm (python-pylev, python2-pylev): New variables.
2016-06-25gnu: Add python-inflection and python2-inflection.宋文武
* gnu/packages/python.scm (python-inflection, python2-inflection): New variables.
2016-06-25gnu: Add python-arrow and python2-arrow.宋文武
* gnu/packages/python.scm (python-arrow, python2-arrow): New variables.
2016-06-25gnu: Add python-chai and python2-chai.宋文武
* gnu/packages/python.scm (python-chai, python2-chai): New variables.
2016-06-25guix: python-build-system: Change pypi-uri to use https://pypi.io.宋文武
* guix/build-system/python.scm (pypi-uri): Use https://pypi.io. * gnu/packages/python.scm (python-twisted)[uri]: Remove https://pypi.io.
2016-06-25utils: 'cache-directory' always appends "/guix".Ludovic Courtès
Fixes <http://bugs.gnu.org/23836>. Fixes a regression introduced in f10dcbf1a92c147a2fedba6f774afa6a7013fcdf. Reported by myglc2 <myglc2@gmail.com>. * guix/utils.scm (cache-directory): Always append "/guix".
2016-06-25tests: Skip all the container tests when needed.Ludovic Courtès
Reported by myglc2 <myglc2@gmail.com> at <http://bugs.gnu.org/23836>. * tests/containers.scm (skip-if-unsupported): New procedure. Call it before each test.
2016-06-24gnu: linux-libre-4.1: Update to 4.1.27.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.27.
2016-06-24gnu: Add erlang.Steve Sprang
* gnu/packages/erlang.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Co-authored by: Leo Famulari <leo@famulari.name> Co-authored by: Pjotr Prins <pjotr.public12@thebird.nl>
2016-06-24gnu: java-swt: Update to 4.6.Andreas Enge
* gnu/packages/java.scm (java-swt): Update to 4.6.
2016-06-24gnu: pari-gp: Update to 2.7.6.Andreas Enge
* gnu/packages/algebra.scm (pari-gp): Update to 2.7.6.
2016-06-24gnu: Add emacs-writegood-mode.Ludovic Courtès
* gnu/packages/emacs.scm (emacs-writegood-mode): New variable.
2016-06-24gnu: Add GNU Diction.Ludovic Courtès
* gnu/packages/dictionaries.scm (diction): New variable.
2016-06-24gnu: imagemagick: Update to 6.9.4-10.Leo Famulari
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.4.10.
2016-06-23bournish: Add 'wc' command.Efraim Flashner
* 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>
2016-06-23tests: basic: Don't hard-code the expected architecture name.Ludovic Courtès
* gnu/tests/base.scm (run-basic-test)["uname"]: Don't hard-code the architecture.
2016-06-23tests: Installation test no longer requires KVM.Ludovic Courtès
* gnu/tests/install.scm (%test-installed-os): Use '-enable-kvm' only when /dev/kvm exists.
2016-06-22substitute: Use ~/.cache when invoked by an unprivileged user.Ludovic Courtès
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'.
2016-06-22utils: 'cache-directory' honors 'XDG_CACHE_HOME'.Ludovic Courtès
* guix/utils.scm (cache-directory): Honor 'XDG_CACHE_HOME', not 'XDG_CONFIG_HOME'.
2016-06-22doc: Document 'make check-system'.Ludovic Courtès
* doc/guix.texi (Running the Test Suite): Document 'make check-system'.
2016-06-22services: Add 'mcron-service'.Ludovic Courtès
* 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.