| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/scheme.scm (chez-scheme)[supported-systems]: Remove arm.
|
|
|
|
|
|
|
| |
* gnu/packages/wm.scm (awesome): Update to 3.5.9.
[inputs]: Add gobject-introspection, lua-lgi, cairo. Use latest available lua.
[arguments]: Set lua search paths. Add cairo to LD_LIBRARY_PATH. Wrap binary in
respect to those paths plus GI_TYPELIB_PATH.
|
|
|
|
|
|
| |
* gnu/packages/lua.scm (lua-lgi): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
|
|
| |
* gnu/packages/lua.scm (lua)[arguments]: Use MYCFLAGS instead of
CFLAGS and remove conflicting -DLUA_USE_POSIX since -DLUA_USE_LINUX
is passed implicitly for build target "linux".
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
| |
* gnu/packages/games.scm (chess): Update to 6.2.3.
|
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-requests-oauthlib,
python2-requests-oauthlib): New variables.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
| |
* gnu/packags/dns.scm (bind): New variable, (bind-utils): Remove.
|
|
|
|
|
|
|
| |
Reported by Mu Lei.
* configure.ac: Use 'GUILE_PKG', allowing 2.2.
Use 'GUILE_PROGS' instead of 'AC_PATH_PROG'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes compilation with Guile 2.1.
Reported by Mu Lei.
* guix/ui.scm (report-load-error)
(warn-about-load-error, read/eval-package-expression): Use 'rest'
instead of '_' as the pattern variable name.
* gnu/packages.scm (%find-package): Likewise.
* guix/scripts/build.scm (transform-package-inputs): Likewise.
* guix/scripts/hash.scm (guix-hash): Likewise.
* guix/scripts/import/gnu.scm (%options, guix-import-gnu): Likewise.
* guix/scripts/import/nix.scm (guix-import-nix): Likewise.
* guix/scripts/offload.scm (build-machines): Likewise.
* guix/scripts/refresh.scm (%options): Likewise.
* guix/scripts/substitute.scm (narinfo-signature->canonical-sexp):
Likewise.
|
|
|
|
|
| |
* gnu/services.scm (activation-script)[%modules]: Remove.
Use 'source-module-closure' instead.
|
|
|
|
|
| |
* gnu/packages/enlightenment.scm (efl)[arguments]: Remove custom phase
to hardlink to the locations of pulseaudio and libsndfile.
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs): Update to 25.1.
|
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre)
(%linux-libre-version, %linux-libre-hash): Update to 4.7.4.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.21.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.33.
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-org): Update to 20160912.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-cov-core)[properties]: New field,
declare python2-variant.
(python2-cov-core): Use strip-python2-variant.
|
|
|
|
|
|
| |
* gnu/packages/patches/gnupg-fix-expired-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnupg.scm (gnupg): Use it.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
setuptools is a run-time dependency (sic!), all others are required
for testing only.
* gnu/packages/django.scm (python-django) [propagated-inputs,
native-inputs]: Exchange them. Move tzdata to new native-inputs.
Enhance comments.
(python2-django) [propagated-inputs] change into native-inputs.
Enhance comment.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
| |
* gnu/services/base.scm (%default-console-font): New variable.
(console-font-shepherd-services): New procedure.
(console-font-service-type): Change to use 'service-type'.
(console-font-service): Rewrite using 'simple-service'.
(%base-services): Use a single CONSOLE-FONT-SERVICE-TYPE instance.
* gnu/system/install.scm (installation-services): Likewise.
|
|
|
|
|
| |
* gnu/services.scm (simple-service): New procedure.
* doc/guix.texi (Service Reference): Document it.
|
|
|
|
|
|
| |
* gnu/packages/enlightenment.scm (efl)[inputs]: Add libwebp.
[arguments]: Add configure-flags to enable xinput22, image-loader-webp,
multisense, opengl with egl support.
|
|
|
|
| |
* gnu/packages/enlightenment.scm (efl): Update to 1.18.1.
|
|
|
|
| |
* gnu/packages/video.scm (ffmpeg@2.8): Update to 2.8.8.
|
|
|
|
| |
* gnu/packages/games.scm (mrrescue): New variable.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (r-biocinstaller): New variable.
|
|
|
|
| |
* gnu/packages/scheme.scm (racket): Update to 6.6.
|
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (python-biom-format, python2-biom-format)
[inputs]: Move all from here ...
[propagated-inputs]: ... to here.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (seqmagick)[inputs]: Use
python2-biopython-1.66 instead of python2-biopython.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (python2-biopython-1.66): New variable.
|
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (python-biopython)[properties]: New field.
[native-inputs]: Remove field.
(python-biopython): Use 'strip-python-variant'.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (python-biopython): Update to 1.68.
[arguments]: New field.
|
|
|
|
|
|
| |
* gnu/packages/networking.scm (wireshark): Update to 2.2.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
|
|
| |
This commit is a follow-up to b8ea5204ab.
* gnu/packages/tor.scm: Add 'gpl3+' to guix-licenses import, Add
python-build-system.
(onionshare)[licenses]: Remove license namespace.
|
|
|
|
|
|
| |
* gnu/packages/tor.scm (onionshare): New variable.
* gnu/packages/patches/onionshare-fix-install-paths.patch: New variable.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
|
|
| |
* gnu/packages/python.scm (python-nautilus): New variable.
|
|
|
|
| |
* gnu/packages/password-utils.scm (python-bcrypt): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-nose2): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-cov-core): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-consul): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-graphene): New variable.
|
|
|
|
| |
* gnu/packages/django.scm (python-django-filter): New variable.
|
|
|
|
| |
* gnu/packages/django.scm (python-pytest-django): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-sqlalchemy-utils): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-graphql-relay): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-graphql-core): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-pytest-mock): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-promise): New variable.
|
|
|
|
| |
* gnu/packages/databases.scm (python-peewee): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-pika): New variable.
|