Commit Graph

13020 Commits (9996ab16e6c31e95a8485f1226e9301a2ecdb14f)

Author SHA1 Message Date
Mark H Weaver 9f25019095
gnu: linux-libre-4.1: Update to 4.1.27.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.27.
2016-06-24 18:33:50 -04:00
Steve Sprang 3c6e42b3bc
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>
2016-06-24 10:45:26 -04:00
Andreas Enge b8a680f778
gnu: java-swt: Update to 4.6.
* gnu/packages/java.scm (java-swt): Update to 4.6.
2016-06-24 16:21:54 +02:00
Andreas Enge c19a61bb3e
gnu: pari-gp: Update to 2.7.6.
* gnu/packages/algebra.scm (pari-gp): Update to 2.7.6.
2016-06-24 13:56:07 +02:00
Ludovic Courtès a9fbe94edc
gnu: Add emacs-writegood-mode.
* gnu/packages/emacs.scm (emacs-writegood-mode): New variable.
2016-06-24 09:01:22 +02:00
Ludovic Courtès af4569095f
gnu: Add GNU Diction.
* gnu/packages/dictionaries.scm (diction): New variable.
2016-06-24 09:01:22 +02:00
Leo Famulari 11f2582b81
gnu: imagemagick: Update to 6.9.4-10.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.4.10.
2016-06-24 00:51:14 -04:00
Efraim Flashner bae06364c1
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>
2016-06-23 10:27:02 +02:00
Ludovic Courtès 125af57e09
tests: basic: Don't hard-code the expected architecture name.
* gnu/tests/base.scm (run-basic-test)["uname"]: Don't hard-code the
architecture.
2016-06-23 00:50:24 +02:00
Ludovic Courtès f6d5456b1b
tests: Installation test no longer requires KVM.
* gnu/tests/install.scm (%test-installed-os): Use '-enable-kvm' only
when /dev/kvm exists.
2016-06-23 00:12:13 +02:00
Ludovic Courtès f10dcbf1a9
substitute: Use ~/.cache when invoked by an unprivileged user.
This is a followup to ea0c6e0507.

* guix/scripts/substitute.scm (%narinfo-cache-directory): Use
'cache-directory' when (getuid) returns non-zero.
(cache-narinfo!): Remove 'catch'.
2016-06-22 23:46:32 +02:00
Ludovic Courtès 3583b27b2c
utils: 'cache-directory' honors 'XDG_CACHE_HOME'.
* guix/utils.scm (cache-directory): Honor 'XDG_CACHE_HOME', not
'XDG_CONFIG_HOME'.
2016-06-22 23:39:57 +02:00
Ludovic Courtès 0a2f2848d5
doc: Document 'make check-system'.
* doc/guix.texi (Running the Test Suite): Document 'make check-system'.
2016-06-22 22:56:06 +02:00
Ludovic Courtès c311089b0b
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.
2016-06-22 22:56:06 +02:00
Ludovic Courtès 159daace2f
gnu: Add mcron2.
* gnu/packages/guile.scm (mcron2): New variable.
2016-06-22 22:56:06 +02:00
ng0 c5eef242ce
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.
2016-06-22 21:59:55 +03:00
ng0 612fddec34
gnu: haskell.scm: Replace http with https in Hackage, Github.
* gnu/packages/haskell.scm: Use https for Hackage, Github urls.
2016-06-22 21:59:44 +03:00
Efraim Flashner 7cc2e1e7e6
gnu: efl: Update to 1.17.2.
* gnu/packages/enlightenment.scm (efl): Update to 1.17.2.
2016-06-22 17:42:38 +03:00
Alex Kost da0cef6a2d
gnu: lightning: Fix typo.
This is a followup to commit c283b22e93.

* gnu/packages/assembly.scm (lightning): Add 'license' prefix.
2016-06-22 11:43:41 +03:00
ng0 384bc22ad8
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>
2016-06-22 11:34:04 +03:00
Alex Kost c283b22e93
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.
2016-06-22 11:16:05 +03:00
Alex Kost 2831675bfd
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.
2016-06-22 11:15:28 +03:00
Leo Famulari b3470031df
gnu: beets: Move propagated-inputs to inputs.
* gnu/packages/music.scm (beets)[propagated-inputs]: Replace with ...
[inputs]: ... new field.
2016-06-22 02:38:46 -04:00
Leo Famulari 88c8d72f3c
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.
2016-06-22 02:38:46 -04:00
Ben Woodcroft 69af462496
gnu: vsearch: Update to 0.11.2.
* gnu/packages/bioinformatics.scm (vsearch): Update to 0.11.2.
2016-06-22 07:51:12 +10:00
Jan Nieuwenhuizen a837997cab
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>
2016-06-21 23:14:05 +02:00
Ludovic Courtès ab23fb83c2
hydra: Fix the construction of system test jobs.
* build-aux/hydra/gnu-system.scm (system-test-jobs)[test->thunk]: New
procedure.
[->job]: Use it.
2016-06-21 15:59:06 +02:00
Ludovic Courtès 4c9243b688
hydra: 'evaluate' now validates job alists.
* build-aux/hydra/evaluate.scm (assert-valid-job): New procedure.
<top level>: Use it.
2016-06-21 15:59:06 +02:00
Ben Woodcroft 9270298f75
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.
2016-06-21 21:46:45 +10:00
Ben Woodcroft b08134907d
gnu: Add ruby-hoe-git.
* gnu/packages/ruby.scm (ruby-hoe-git): New variable.
2016-06-21 21:46:45 +10:00
Ben Woodcroft 7b3df1e56e
gnu: Add r-vegan.
* gnu/packages/bioinformatics.scm (r-vegan): New variable.
2016-06-21 21:29:17 +10:00
Ben Woodcroft 0846620803
gnu: Add r-mgcv.
* gnu/packages/statistics.scm (r-mgcv): New variable.
2016-06-21 21:29:17 +10:00
Ben Woodcroft de682e6f0f
gnu: Add r-permute.
* gnu/packages/statistics.scm (r-permute): New variable.
2016-06-21 21:29:17 +10:00
Efraim Flashner 7a15a68f75
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.
2016-06-21 13:49:20 +03:00
Ludovic Courtès 09b87aff46
gnu: Adjust to yasm change of module.
This is a followup to 15a3fffc59.

* gnu/packages/gnuzilla.scm,
gnu/packages/gstreamer.scm, gnu/packages/kodi.scm,
gnu/packages/video.scm: Adjust import list to yasm move.
2016-06-21 12:27:50 +02:00
Ludovic Courtès 15a3fffc59
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.
2016-06-21 12:25:56 +02:00
Jan Nieuwenhuizen 8472bdecb6
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>
2016-06-21 12:23:34 +02:00
Ludovic Courtès bae90dc7e7
install: Pass a relative file name to 'local-file'.
This is a followup to cbbbb7be0f.

* gnu/system/install.scm (/etc/configuration-files): Pass a relative
file name to 'local-file'.
2016-06-21 12:23:34 +02:00
Ben Woodcroft cec2653bb4
gnu: diamond: Update to 0.8.7.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.7.
2016-06-21 20:00:38 +10:00
Eric Bavier 2f046a0d7e
gnu: Update american-fuzzy-lop to 2.15b.
* gnu/packages/debug.scm (american-fuzzy-lop): Update to 2.15b.
2016-06-21 00:02:02 -05:00
Eric Bavier 0405e5f491
gnu: Add thefuck.
* gnu/packages/admin.scm (thefuck): New variable.
2016-06-20 23:54:20 -05:00
Eric Bavier 7108425c37
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.
2016-06-20 23:43:37 -05:00
Leo Famulari 909fbd2bf0
gnu: python-wsgi-intercept: Update to 1.2.2.
* gnu/packages/python.scm (python-wsgi-intercept, python2-wsgi-intercept):
Update to 1.2.2.
2016-06-20 18:51:44 -04:00
Leo Famulari c02af1c82a
gnu: python-requests-toolbelt: Update to 0.6.2.
* gnu/packages/python.scm (python-requests-toolbelt,
python2-requests-toolbelt): Update to 0.6.2.
2016-06-20 18:51:44 -04:00
Leo Famulari 0b942744eb
gnu: vdirsyncer: Update to 0.11.2.
* gnu/packages/dav.scm (vdirsyncer): Update to 0.11.2.
2016-06-20 18:51:44 -04:00
Leo Famulari 3d2e0dbcea
gnu: python-click-threading: Update to 0.2.0.
* gnu/packages/python.scm (python-click-threading, python2-click-threading):
Update to 0.2.0.
2016-06-20 18:51:44 -04:00
Leo Famulari 43accb58f9
gnu: python-click: Update to 6.6.
* gnu/packages/python.scm (python-click, python2-click): Update to 6.6.
2016-06-20 18:51:43 -04:00
Kei Kebreau f317aeb438
gnu: Add warzone2100.
* gnu/packages/games.scm (warzone2100): New variable.
2016-06-20 18:49:11 -04:00
Ludovic Courtès 5c310940ed
hydra: Set the guile-for-build for the test jobs.
* build-aux/hydra/gnu-system.scm (system-test-jobs): Call
'set-guile-for-build'.
2016-06-21 00:20:50 +02:00
Ludovic Courtès e702e26a38
hydra: Add jobs for the system tests.
* 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-20 23:50:46 +02:00