| Commit message (Expand) | Author | Age |
* | gnu: Add python-arrow and python2-arrow.•••* gnu/packages/python.scm (python-arrow, python2-arrow): New variables.
| 宋文武 | 2016-06-25 |
* | gnu: Add python-chai and python2-chai.•••* gnu/packages/python.scm (python-chai, python2-chai): New variables.
| 宋文武 | 2016-06-25 |
* | guix: 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-25 |
* | utils: 'cache-directory' always appends "/guix".•••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".
| Ludovic Courtès | 2016-06-25 |
* | tests: Skip all the container tests when needed.•••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.
| Ludovic Courtès | 2016-06-25 |
* | gnu: linux-libre-4.1: Update to 4.1.27.•••* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.27.
| Mark H Weaver | 2016-06-24 |
* | gnu: Add erlang.•••* 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>
| Steve Sprang | 2016-06-24 |
* | gnu: java-swt: Update to 4.6.•••* gnu/packages/java.scm (java-swt): Update to 4.6.
| Andreas Enge | 2016-06-24 |
* | gnu: pari-gp: Update to 2.7.6.•••* gnu/packages/algebra.scm (pari-gp): Update to 2.7.6.
| Andreas Enge | 2016-06-24 |
* | gnu: Add emacs-writegood-mode.•••* gnu/packages/emacs.scm (emacs-writegood-mode): New variable.
| Ludovic Courtès | 2016-06-24 |
* | gnu: Add GNU Diction.•••* gnu/packages/dictionaries.scm (diction): New variable.
| Ludovic Courtès | 2016-06-24 |
* | gnu: imagemagick: Update to 6.9.4-10.•••* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.4.10.
| Leo Famulari | 2016-06-24 |
* | 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>
| Efraim Flashner | 2016-06-23 |
* | tests: basic: Don't hard-code the expected architecture name.•••* gnu/tests/base.scm (run-basic-test)["uname"]: Don't hard-code the
architecture.
| Ludovic Courtès | 2016-06-23 |
* | tests: Installation test no longer requires KVM.•••* gnu/tests/install.scm (%test-installed-os): Use '-enable-kvm' only
when /dev/kvm exists.
| Ludovic Courtès | 2016-06-23 |
* | 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'.
| Ludovic Courtès | 2016-06-22 |
* | utils: 'cache-directory' honors 'XDG_CACHE_HOME'.•••* guix/utils.scm (cache-directory): Honor 'XDG_CACHE_HOME', not
'XDG_CONFIG_HOME'.
| Ludovic Courtès | 2016-06-22 |
* | doc: Document 'make check-system'.•••* doc/guix.texi (Running the Test Suite): Document 'make check-system'.
| Ludovic Courtès | 2016-06-22 |
* | 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.
| Ludovic Courtès | 2016-06-22 |
* | gnu: Add mcron2.•••* gnu/packages/guile.scm (mcron2): New variable.
| Ludovic Courtès | 2016-06-22 |
* | 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.
| ng0 | 2016-06-22 |
* | gnu: haskell.scm: Replace http with https in Hackage, Github.•••* gnu/packages/haskell.scm: Use https for Hackage, Github urls.
| ng0 | 2016-06-22 |
* | gnu: efl: Update to 1.17.2.•••* gnu/packages/enlightenment.scm (efl): Update to 1.17.2.
| Efraim Flashner | 2016-06-22 |
* | gnu: lightning: Fix typo.•••This is a followup to commit c283b22e93cbf496e13b25878be3ec8a1242fb73.
* gnu/packages/assembly.scm (lightning): Add 'license' prefix.
| Alex Kost | 2016-06-22 |
* | 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>
| ng0 | 2016-06-22 |
* | 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.
| Alex Kost | 2016-06-22 |
* | 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.
| Alex Kost | 2016-06-22 |
* | gnu: beets: Move propagated-inputs to inputs.•••* gnu/packages/music.scm (beets)[propagated-inputs]: Replace with ...
[inputs]: ... new field.
| Leo Famulari | 2016-06-22 |
* | 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.
| Leo Famulari | 2016-06-22 |
* | gnu: vsearch: Update to 0.11.2.•••* gnu/packages/bioinformatics.scm (vsearch): Update to 0.11.2.
| Ben Woodcroft | 2016-06-22 |
* | 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>
| Jan Nieuwenhuizen | 2016-06-21 |
* | hydra: Fix the construction of system test jobs.•••* build-aux/hydra/gnu-system.scm (system-test-jobs)[test->thunk]: New
procedure.
[->job]: Use it.
| Ludovic Courtès | 2016-06-21 |
* | hydra: 'evaluate' now validates job alists.•••* build-aux/hydra/evaluate.scm (assert-valid-job): New procedure.
<top level>: Use it.
| Ludovic Courtès | 2016-06-21 |
* | 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.
| Ben Woodcroft | 2016-06-21 |
* | gnu: Add ruby-hoe-git.•••* gnu/packages/ruby.scm (ruby-hoe-git): New variable.
| Ben Woodcroft | 2016-06-21 |
* | gnu: Add r-vegan.•••* gnu/packages/bioinformatics.scm (r-vegan): New variable.
| Ben Woodcroft | 2016-06-21 |
* | gnu: Add r-mgcv.•••* gnu/packages/statistics.scm (r-mgcv): New variable.
| Ben Woodcroft | 2016-06-21 |
* | gnu: Add r-permute.•••* gnu/packages/statistics.scm (r-permute): New variable.
| Ben Woodcroft | 2016-06-21 |
* | 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.
| Efraim Flashner | 2016-06-21 |
* | 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.
| Ludovic Courtès | 2016-06-21 |
* | 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.
| Ludovic Courtès | 2016-06-21 |
* | 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>
| Jan Nieuwenhuizen | 2016-06-21 |
* | 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'.
| Ludovic Courtès | 2016-06-21 |
* | gnu: diamond: Update to 0.8.7.•••* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.7.
| Ben Woodcroft | 2016-06-21 |
* | gnu: Update american-fuzzy-lop to 2.15b.•••* gnu/packages/debug.scm (american-fuzzy-lop): Update to 2.15b.
| Eric Bavier | 2016-06-21 |
* | gnu: Add thefuck.•••* gnu/packages/admin.scm (thefuck): New variable.
| Eric Bavier | 2016-06-20 |
* | 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.
| Eric Bavier | 2016-06-20 |
* | gnu: python-wsgi-intercept: Update to 1.2.2.•••* gnu/packages/python.scm (python-wsgi-intercept, python2-wsgi-intercept):
Update to 1.2.2.
| Leo Famulari | 2016-06-20 |
* | gnu: python-requests-toolbelt: Update to 0.6.2.•••* gnu/packages/python.scm (python-requests-toolbelt,
python2-requests-toolbelt): Update to 0.6.2.
| Leo Famulari | 2016-06-20 |
* | gnu: vdirsyncer: Update to 0.11.2.•••* gnu/packages/dav.scm (vdirsyncer): Update to 0.11.2.
| Leo Famulari | 2016-06-20 |