Age | Commit message (Collapse) | Author |
|
* gnu/packages/emacs.scm (emacs-projectile): Update to 0.14.0.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/games.scm (freegish): New variable.
|
|
* gnu/packages/bioinformatics.scm (raxml): Update to 8.2.10.
|
|
* gnu/packages/bioinformatics.scm (r-rsamtools): Update to 1.26.2.
|
|
* gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.8.2.
|
|
* gnu/packages/web.scm (r-jsonlite): Update to 1.4.
|
|
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.9.
(%linux-libre-hash): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.21.
|
|
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.60.
|
|
This reverts commit ccda56886625af84d34ebf1f26b22345e5dbe235.
|
|
* gnu/packages/tor.scm (torsocks)[inputs,arguments]: New fields.
|
|
* gnu/packages/audio.scm (qjackctl)[source]: Use sourceforge mirror.
[inputs]: Remove qt, add qtbase, qtx11extras.
|
|
* gnu/packages/text-editors.scm (leafpad)[home-page]: Fix URL.
|
|
* gnu/packages/text-editors.scm (leafpad): New variable.
|
|
* gnu/packages/patches/screen-fix-info-syntax-error.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/screen.scm (screen)[source]: Use it.
|
|
* gnu/packages/compression.scm (lz4): Update to 1.7.5.
[source]: Update source URL. Use patch 'lz4-fix-test-failures.patch'.
[home-page]: Update URL.
* gnu/packages/patches/lz4-fix-test-failures.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
* gnu/packages/mail.scm (alpine): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
|
|
* gnu/packages/tls.scm (certbot)[arguments]: Use substitute-keyword-arguments to
inherit from python-acme.
|
|
* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.13.0.
[arguments]: Add 'patch-dependency' phase.
|
|
* gnu/packages/mail.scm (python-django-mailman3)[inputs]: Balance them.
|
|
* gnu/packages/mail.scm (postorius): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
|
|
* gnu/packages/mail.scm (python-django-mailman3): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
|
|
* gnu/packages/django.scm (python-django-gravatar2): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
|
|
* gnu/packages/django.scm (python-django-allauth): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
|
|
* gnu/packages/python.scm (python-openid): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
|
|
* gnu/packages/xml.scm (python-defusedxml): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
|
|
* gnu/packages/video.scm (you-get): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/maths.scm (octave)[inputs]: Add gl2ps.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/gl.scm (gl2ps): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* doc/guix.texi (The Store Monad) <mlet, mlet*, mbegin>: Clarify
their intended usage.
* guix/monads.scm (mbegin): Update docstring accordingly.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* doc/guix.texi (The Store Monad) <mwhen, munless>: Document them.
* guix/monads.scm (mwhen, munless): Clarify their intended use.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* guix/monads.scm (mwhen, munless): Rename parameters from 'exp0' and 'exp' to
'mexp0' and 'mexp', respectively. This makes it more obvious that these
expressions must be monadic expressions.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/bioinformatics.scm (r-vegan): Update to 2.4-3.
[arguments]: Remove build phase "revert-test-deletion".
[native-inputs]: Remove "r-vegan-delete-tests-patch".
|
|
* gnu/packages/statistics.scm (r-stringi): Update to 1.1.5.
|
|
* gnu/packages/calendar.scm (khal): Update to 0.9.5.
|
|
* gnu/build/vm.scm (define-module): Use module (guix build syscalls).
It fixes the following warnings during guix build :
gnu/build/vm.scm:233:3: warning: possibly unbound variable `mount'
gnu/build/vm.scm:238:3: warning: possibly unbound variable `umount'
gnu/build/vm.scm:268:8: warning: possibly unbound variable `mount'
gnu/build/vm.scm:276:8: warning: possibly unbound variable `umount'
gnu/build/vm.scm:315:4: warning: possibly unbound variable `mount'
gnu/build/vm.scm:323:4: warning: possibly unbound variable `umount'
This was not possible until the previous commit because we had to be sure
that Guile core implementation of 'mount' and 'umount' was used in
initrd context.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* guix/build/syscalls.scm (mount): Use Guile core mount if called from
static Guile, otherwise use FFI based mount implementation.
(umount): Ditto.
This allows to use (guix build syscalls) from a module independently
of calling context.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/mail.scm (dovecot-trees): Update to 2.1.0.
(source): Change to use 'url-fetch'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* Makefile.am (guix-binary.%.tar.xz): Add 'glibc-utf8-locales' and
'glibc-final' to the 'guix pack' command line.
* doc/guix.texi (Binary Installation): Mention 'etc/profile'.
|
|
* guix/build/profiles.scm (build-etc/profile): Fix typo in comment.
Add backslash in the generated shell comment.
|
|
* guix/scripts/pack.scm (%options, show-help): Add '--expression'.
(guix-pack)[maybe-package-argument]: New procedure.
Use it, and remove variable 'specs'.
* doc/guix.texi (Invoking guix pack): Document '--expression'.
|
|
* gnu/packages/admin.scm (intel-gpu-tools): New variable.
|
|
* gnu/packagages/emacs.scm (emacs-symon): Update to 20160630 (this is
the latest tag available from the upstream).
[source]: Use github instead of melpa.
[home-page]: Update.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
Suggested-by Ivan Vilata i Balaguer <ivan@selidor.net>.
Fixes <https://bugs.gnu.org/26367>.
* gnu/packages/emacs.scm (emacs-adaptive-wrap): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
* gnu/packages/emacs.scm (emacs-debbugs): Update to 0.14.
|
|
* gnu/packages/linux.scm (perf)[inputs]: Add libiberty.
|
|
* gnu/packages/ratpoison.scm (ratpoison): Update to 1.4.9.
[inputs]: Remove libxinerama. Add libxrandr.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
The only version of webkit supported by guitarix is unmaintained and contains a
large number of security vulnerabilities, and should be removed from Guix.
* gnu/packages/audio.scm (guitarix)[inputs]: Remove webkitgtk/gtk+-2.
|
|
* gnu/packages/version-control.scm (myrepos)[arguments]: Use
'modify-phases' syntax.
|
|
* gnu/packages/version-control.scm (myrepos): Update to 1.20170129.
[source]: Source tarballs have been removed from Github, use
git-download to download from upstream repository.
[home-page]: Use https.
|