| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
* 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/packages/guile.scm (mcron2): New variable.
|
|
|
|
|
| |
* gnu/packages/xorg.scm: Use https for cgit.freedesktop.org,
www.x.org/wiki/, anongit.freedesktop.org.
|
|
|
|
| |
* gnu/packages/haskell.scm: Use https for Hackage, Github urls.
|
|
|
|
| |
* gnu/packages/enlightenment.scm (efl): Update to 1.17.2.
|
|
|
|
|
|
| |
This is a followup to commit c283b22e93cbf496e13b25878be3ec8a1242fb73.
* gnu/packages/assembly.scm (lightning): Add 'license' prefix.
|
|
|
|
|
|
| |
* gnu/packages/perl.scm (perl-test-harness): Update to 3.36.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
| |
* 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/packages/music.scm (beets)[propagated-inputs]: Replace with ...
[inputs]: ... new field.
|
|
|
|
|
|
|
| |
* 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/packages/bioinformatics.scm (vsearch): Update to 0.11.2.
|
|
|
|
|
|
|
|
|
| |
* 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/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/packages/ruby.scm (ruby-hoe-git): New variable.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (r-vegan): New variable.
|
|
|
|
| |
* gnu/packages/statistics.scm (r-mgcv): New variable.
|
|
|
|
| |
* gnu/packages/statistics.scm (r-permute): New variable.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
* gnu/packages/yasm.scm: Remove. Move 'yasm' to...
* gnu/packages/assembly.scm (yasm): ... here. New variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
|
|
|
|
|
|
|
| |
* gnu/packages/assembly.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
| |
This is a followup to cbbbb7be0fbaa11ff75bce92f2d82131ff8db104.
* gnu/system/install.scm (/etc/configuration-files): Pass a relative
file name to 'local-file'.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.7.
|
|
|
|
| |
* gnu/packages/debug.scm (american-fuzzy-lop): Update to 2.15b.
|
|
|
|
| |
* gnu/packages/admin.scm (thefuck): New variable.
|
|
|
|
|
|
|
| |
Addresses DWF-2016-89001: validate TLS certificates.
* gnu/packages/gnome.scm (shotwell): Update to 0.23.1.
[inputs]: replace webkitgtk-2.4 with webkitgtk.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-wsgi-intercept, python2-wsgi-intercept):
Update to 1.2.2.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-requests-toolbelt,
python2-requests-toolbelt): Update to 0.6.2.
|
|
|
|
| |
* gnu/packages/dav.scm (vdirsyncer): Update to 0.11.2.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-click-threading, python2-click-threading):
Update to 0.2.0.
|
|
|
|
| |
* gnu/packages/python.scm (python-click, python2-click): Update to 6.6.
|
|
|
|
| |
* gnu/packages/games.scm (warzone2100): New variable.
|
|
|
|
|
|
|
|
|
|
| |
* 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'.
|
|
|
|
|
| |
* gnu/packages.scm (package-modules): Rename to...
(scheme-modules): ... this. Export. Update callers.
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
* gnu/build/vm.scm (qemu-command): Refer to SYSTEM rather than
%HOST-TYPE in the body.
|
|
|
|
|
|
| |
* 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'.
|
|
|
|
| |
* gnu/packages/guile.scm (guile-next): Update to 2.1.3.
|
|
|
|
|
|
| |
* gnu/packages/password-utils.scm (argon2): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
| |
* gnu/packages/version-control.scm (git): Update to 2.9.0.
(git-manpages)[source]: Update hash.
|
|
|
|
| |
* gnu/packages/scheme.scm (chicken): Update to 4.11.0.
|
|
|
|
| |
* gnu/packages/game-development.scm (quesoglc): New variable.
|
|
|
|
|
|
| |
* gnu/packages/web.scm (perl-uri): Update to 1.71.
Signed-off-by: 宋文武 <iyzsong@gmail.com>
|
|
|
|
| |
* gnu/packages/guile.scm (guile-dbd-sqlite3): New variable.
|
|
|
|
| |
* gnu/packages/guile.scm (guile-dbi): New variable.
|
|
|
|
| |
* gnu/packages/screen.scm (screen): Update to 4.4.0.
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-lispy): New variable.
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-iedit): New variable.
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-ace-window): New variable.
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-avy): New variable.
|