summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* daemon: Rename 'NIX_CONF_DIR' to 'GUIX_CONFIGURATION_DIRECTORY'.David Craven2016-06-26
| | | | | | | | | | | | | | 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>
* gnu: Add starfighter.宋文武2016-06-26
| | | | * gnu/packages/games.scm (starfighter): New variable.
* gnu: mpv: Update to 0.18.0.Efraim Flashner2016-06-26
| | | | | * gnu/packages/video.scm (mpv): Update to 0.18.0. [arguments]: Remove disabled '--enable-gpl3' configure flag.
* gnu: vsearch: Update to 2.0.0.Ben Woodcroft2016-06-26
| | | | * gnu/packages/bioinformatics.scm (vsearch): Update to 2.0.0.
* gnu: linux-libre: Update to 4.6.3.Mark H Weaver2016-06-25
| | | | * gnu/packages/linux.scm (linux-libre): Update to 4.6.3.
* gnu: linux-libre-4.4: Update to 4.4.14.Mark H Weaver2016-06-25
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.14.
* gnu: Add opendht.Lukas Gradl2016-06-25
| | | | | | * gnu/packages/crypto.scm (opendht): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add msgpack.Lukas Gradl2016-06-25
| | | | | | * gnu/packages/serialization.scm (msgpack): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-orator and python2-orator.宋文武2016-06-25
| | | | * gnu/packages/python.scm (python-orator, python2-orator): New variables.
* gnu: Add python-flexmock and python2-flexmock.宋文武2016-06-25
| | | | * gnu/packages/python.scm (python-flexmock, python2-flexmock): New variables.
* gnu: Add python-pyaml and python2-pyaml.宋文武2016-06-25
| | | | * gnu/packages/python.scm (python-pyaml, python2-pyaml): New variables.
* gnu: Add python-fake-factory and python2-fake-factory.宋文武2016-06-25
| | | | | * gnu/packages/python.scm (python-fake-factory, python2-fake-factory): New variables.
* gnu: Add python-ukpostcodeparser and python2-ukpostcodeparser.宋文武2016-06-25
| | | | | * gnu/packages/python.scm (python-ukpostcodeparser) (python2-ukpostcodeparser): New variables.
* gnu: Add python-email-validator and python2-email-validator.宋文武2016-06-25
| | | | | * gnu/packages/python.scm (python-email-validator) (python2-email-validator): New variables.
* gnu: Add python-dnspython and python2-dnspython.宋文武2016-06-25
| | | | | * gnu/packages/python.scm (python-dnspython, python2-dnspython): New variables.
* gnu: Add python-lazy-object-proxy and python2-lazy-object-proxy.宋文武2016-06-25
| | | | | * gnu/packages/python.scm (python-lazy-object-proxy) (python2-lazy-object-proxy): New variables.
* gnu: Add python-cleo and python2-cleo.宋文武2016-06-25
| | | | * gnu/packages/python.scm (python-cleo, python2-cleo): New variables.
* gnu: Add python-pylev and python2-pylev.宋文武2016-06-25
| | | | * gnu/packages/python.scm (python-pylev, python2-pylev): New variables.
* gnu: Add python-inflection and python2-inflection.宋文武2016-06-25
| | | | | * gnu/packages/python.scm (python-inflection, python2-inflection): New variables.
* gnu: Add python-arrow and python2-arrow.宋文武2016-06-25
| | | | * gnu/packages/python.scm (python-arrow, python2-arrow): New variables.
* gnu: Add python-chai and python2-chai.宋文武2016-06-25
| | | | * gnu/packages/python.scm (python-chai, python2-chai): New variables.
* guix: python-build-system: Change pypi-uri to use https://pypi.io.宋文武2016-06-25
| | | | | * guix/build-system/python.scm (pypi-uri): Use https://pypi.io. * gnu/packages/python.scm (python-twisted)[uri]: Remove https://pypi.io.
* gnu: linux-libre-4.1: Update to 4.1.27.Mark H Weaver2016-06-24
| | | | * gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.27.
* gnu: Add erlang.Steve Sprang2016-06-24
| | | | | | | | * 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>
* gnu: java-swt: Update to 4.6.Andreas Enge2016-06-24
| | | | * gnu/packages/java.scm (java-swt): Update to 4.6.
* gnu: pari-gp: Update to 2.7.6.Andreas Enge2016-06-24
| | | | * gnu/packages/algebra.scm (pari-gp): Update to 2.7.6.
* gnu: Add emacs-writegood-mode.Ludovic Courtès2016-06-24
| | | | * gnu/packages/emacs.scm (emacs-writegood-mode): New variable.
* gnu: Add GNU Diction.Ludovic Courtès2016-06-24
| | | | * gnu/packages/dictionaries.scm (diction): New variable.
* gnu: imagemagick: Update to 6.9.4-10.Leo Famulari2016-06-24
| | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.4.10.
* tests: basic: Don't hard-code the expected architecture name.Ludovic Courtès2016-06-23
| | | | | * gnu/tests/base.scm (run-basic-test)["uname"]: Don't hard-code the architecture.
* tests: Installation test no longer requires KVM.Ludovic Courtès2016-06-23
| | | | | * gnu/tests/install.scm (%test-installed-os): Use '-enable-kvm' only when /dev/kvm exists.
* services: Add 'mcron-service'.Ludovic Courtès2016-06-22
| | | | | | | | * 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.
* gnu: Add mcron2.Ludovic Courtès2016-06-22
| | | | * gnu/packages/guile.scm (mcron2): New variable.
* gnu: xorg.scm: Replace http with https in URLs.ng02016-06-22
| | | | | * gnu/packages/xorg.scm: Use https for cgit.freedesktop.org, www.x.org/wiki/, anongit.freedesktop.org.
* gnu: haskell.scm: Replace http with https in Hackage, Github.ng02016-06-22
| | | | * gnu/packages/haskell.scm: Use https for Hackage, Github urls.
* gnu: efl: Update to 1.17.2.Efraim Flashner2016-06-22
| | | | * gnu/packages/enlightenment.scm (efl): Update to 1.17.2.
* gnu: lightning: Fix typo.Alex Kost2016-06-22
| | | | | | This is a followup to commit c283b22e93cbf496e13b25878be3ec8a1242fb73. * gnu/packages/assembly.scm (lightning): Add 'license' prefix.
* gnu: perl-test-harness: Update to 3.36.ng02016-06-22
| | | | | | * gnu/packages/perl.scm (perl-test-harness): Update to 3.36. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: lightning: Move to (gnu packages assembly).Alex Kost2016-06-22
| | | | | | * gnu/packages/lightning.scm: Remove. Move 'lightning' to... * gnu/packages/assembly.scm (lightning): ... here. New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu: beets: Move propagated-inputs to inputs.Leo Famulari2016-06-22
| | | | | * gnu/packages/music.scm (beets)[propagated-inputs]: Replace with ... [inputs]: ... new field.
* gnu: beets: Update to 1.3.18.Leo Famulari2016-06-22
| | | | | | | * 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.
* gnu: vsearch: Update to 0.11.2.Ben Woodcroft2016-06-22
| | | | * gnu/packages/bioinformatics.scm (vsearch): Update to 0.11.2.
* gnu: nasm: Make build bit-reproducible.Jan Nieuwenhuizen2016-06-21
| | | | | | | | | * 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>
* gnu: Add ruby-puma.Ben Woodcroft2016-06-21
| | | | | | 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.
* gnu: Add ruby-hoe-git.Ben Woodcroft2016-06-21
| | | | * gnu/packages/ruby.scm (ruby-hoe-git): New variable.
* gnu: Add r-vegan.Ben Woodcroft2016-06-21
| | | | * gnu/packages/bioinformatics.scm (r-vegan): New variable.
* gnu: Add r-mgcv.Ben Woodcroft2016-06-21
| | | | * gnu/packages/statistics.scm (r-mgcv): New variable.
* gnu: Add r-permute.Ben Woodcroft2016-06-21
| | | | * gnu/packages/statistics.scm (r-permute): New variable.
* gnu: texlive: Update to 2016.Efraim Flashner2016-06-21
| | | | | | * 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.
* gnu: Adjust to yasm change of module.Ludovic Courtès2016-06-21
| | | | | | | | 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.