Commit Graph

15075 Commits (1abd090487c1239fcfbd8628313e5aefbf577c61)

Author SHA1 Message Date
doncatnip c0d47cadea
gnu: lua: Use MYCFLAGS instead of CFLAGS.
* 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>
2016-09-20 14:58:29 -04:00
Efraim Flashner e6d58734b6
gnu: chess: Update to 6.2.3.
* gnu/packages/games.scm (chess): Update to 6.2.3.
2016-09-20 21:41:14 +03:00
Dylan Jeffers b04a52a6ff
gnu: Add python-requests-oauthlib.
* gnu/packages/python.scm (python-requests-oauthlib,
python2-requests-oauthlib): New variables.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2016-09-20 21:27:56 +03:00
John Darrington be86b7adbc
gnu: Add bind
* gnu/packags/dns.scm (bind): New variable, (bind-utils): Remove.
2016-09-20 18:55:52 +02:00
Ludovic Courtès 9d126aa2b5
build: Allow builds with Guile 2.2.
Reported by Mu Lei.

* configure.ac: Use 'GUILE_PKG', allowing 2.2.
Use 'GUILE_PROGS' instead of 'AC_PATH_PROG'.
2016-09-20 23:36:53 +09:00
Ludovic Courtès e465d9e190
ui: Do not shadow '_' where it's used as a literal syntax match.
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.
2016-09-20 23:22:42 +09:00
Ludovic Courtès 232ccbefc0
services: Use 'source-module-closure' for (gnu build activation).
* gnu/services.scm (activation-script)[%modules]: Remove.
Use 'source-module-closure' instead.
2016-09-20 22:42:11 +09:00
Efraim Flashner 92330ba90d
gnu: efl: Remove hardcoding pulseaudio and libsndfile.
* gnu/packages/enlightenment.scm (efl)[arguments]: Remove custom phase
to hardlink to the locations of pulseaudio and libsndfile.
2016-09-20 11:32:08 +03:00
Mark H Weaver 846b2534df
gnu: emacs: Update to 25.1.
* gnu/packages/emacs.scm (emacs): Update to 25.1.
2016-09-19 23:45:25 -04:00
Mark H Weaver 6509a1e1e0
gnu: linux-libre: Update to 4.7.4.
* gnu/packages/linux.scm (linux-libre)
(%linux-libre-version, %linux-libre-hash): Update to 4.7.4.
2016-09-19 18:42:29 -04:00
Mark H Weaver a8b9c575aa
gnu: linux-libre@4.4: Update to 4.4.21.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.21.
2016-09-19 18:40:59 -04:00
Mark H Weaver 55ac38f986
gnu: linux-libre@4.1: Update to 4.1.33.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.33.
2016-09-19 18:37:22 -04:00
Nicolas Goaziou 006a832ccb
gnu: emacs-org: Update to 20160912.
* gnu/packages/emacs.scm (emacs-org): Update to 20160912.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2016-09-19 23:35:48 +03:00
Efraim Flashner 8120205ccd
gnu: python2-cov-core: Use strip-python2-variant.
* gnu/packages/python.scm (python-cov-core)[properties]: New field,
declare python2-variant.
(python2-cov-core): Use strip-python2-variant.
2016-09-19 23:25:01 +03:00
Leo Famulari d404a6f971
gnu: gnupg: Fix test failure.
* 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.
2016-09-19 16:09:56 -04:00
Hartmut Goebel dfdaea32e9
gnu: python-django, python2-django: Fix propagated- and native-inputs.
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>
2016-09-19 23:41:23 +09:00
Ludovic Courtès 4a84a48742
services: console-font: A single service handles all the VTs.
* 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.
2016-09-19 23:36:17 +09:00
Ludovic Courtès 71654dfdda
services: Add 'simple-service'.
* gnu/services.scm (simple-service): New procedure.
* doc/guix.texi (Service Reference): Document it.
2016-09-19 23:11:19 +09:00
Efraim Flashner bf307a7a54
gnu: efl: Add recommended build flags.
* gnu/packages/enlightenment.scm (efl)[inputs]: Add libwebp.
[arguments]: Add configure-flags to enable xinput22, image-loader-webp,
multisense, opengl with egl support.
2016-09-19 15:46:34 +03:00
Efraim Flashner 5de2a99e79
gnu: efl: Update to 1.18.1.
* gnu/packages/enlightenment.scm (efl): Update to 1.18.1.
2016-09-19 15:46:33 +03:00
Efraim Flashner 6f27fbd807
gnu: ffmpeg@2.8: Update to 2.8.8.
* gnu/packages/video.scm (ffmpeg@2.8): Update to 2.8.8.
2016-09-19 15:46:26 +03:00
宋文武 6b87c10f58
gnu: Add Mr. Rescue.
* gnu/packages/games.scm (mrrescue): New variable.
2016-09-19 19:24:18 +08:00
Roel Janssen eb24341ffb
gnu: Add r-biocinstaller.
* gnu/packages/bioinformatics.scm (r-biocinstaller): New variable.
2016-09-19 11:56:44 +02:00
ng0 c2c84add54
gnu: racket: Update to 6.6
* gnu/packages/scheme.scm (racket): Update to 6.6.
2016-09-19 11:53:30 +02:00
Ben Woodcroft de96ea286d
gnu: python-biom-format: Move inputs to propagated-inputs.
* gnu/packages/bioinformatics.scm (python-biom-format, python2-biom-format)
[inputs]: Move all from here ...
[propagated-inputs]: ... to here.
2016-09-19 15:44:20 +10:00
Ben Woodcroft 7bba95b769
gnu: seqmagick: Use BioPython 1.66.
* gnu/packages/bioinformatics.scm (seqmagick)[inputs]: Use
python2-biopython-1.66 instead of python2-biopython.
2016-09-19 15:44:20 +10:00
Ben Woodcroft 4b1a152826
gnu: Add python2-biopython-1.66.
* gnu/packages/bioinformatics.scm (python2-biopython-1.66): New variable.
2016-09-19 15:44:20 +10:00
Ben Woodcroft 8c8da1389e
gnu: python-biopython: Use 'python2-variant'.
* gnu/packages/bioinformatics.scm (python-biopython)[properties]: New field.
[native-inputs]: Remove field.
(python-biopython): Use 'strip-python-variant'.
2016-09-19 15:44:20 +10:00
Ben Woodcroft 4ce6030588
gnu: python-biopython: Update to 1.68.
* gnu/packages/bioinformatics.scm (python-biopython): Update to 1.68.
[arguments]: New field.
2016-09-19 15:44:18 +10:00
Nicolas Goaziou ded5d02bd0
gnu: wireshark: Update to 2.2.0.
* gnu/packages/networking.scm (wireshark): Update to 2.2.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-18 21:03:48 -04:00
Efraim Flashner c4605e4c97
gnu: onionshare: Fix build.
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.
2016-09-18 23:27:36 +03:00
Efraim Flashner b8ea5204ab
gnu: Add onionshare.
* 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.
2016-09-18 23:19:46 +03:00
Efraim Flashner d488d5d65b
gnu: Add python-nautilus.
* gnu/packages/python.scm (python-nautilus): New variable.
2016-09-18 23:19:46 +03:00
Efraim Flashner 153e58c568
gnu: Add python-bcrypt.
* gnu/packages/password-utils.scm (python-bcrypt): New variable.
2016-09-18 23:19:46 +03:00
Efraim Flashner 0aea283a65
gnu: Add python-nose2.
* gnu/packages/python.scm (python-nose2): New variable.
2016-09-18 23:19:45 +03:00
Efraim Flashner 12f839fdf6
gnu: Add python-cov-core.
* gnu/packages/python.scm (python-cov-core): New variable.
2016-09-18 23:19:45 +03:00
Efraim Flashner 257023978a
gnu: Add python-consul.
* gnu/packages/python.scm (python-consul): New variable.
2016-09-18 23:19:45 +03:00
Efraim Flashner ddc63a5611
gnu: Add python-graphene.
* gnu/packages/python.scm (python-graphene): New variable.
2016-09-18 23:19:45 +03:00
Efraim Flashner 894810c7c9
gnu: Add python-django-filter.
* gnu/packages/django.scm (python-django-filter): New variable.
2016-09-18 23:19:45 +03:00
Efraim Flashner 23b563dcfd
gnu: Add python-pytest-django.
* gnu/packages/django.scm (python-pytest-django): New variable.
2016-09-18 23:19:45 +03:00
Efraim Flashner de2966cfe8
gnu: Add python-sqlalchemy-utils.
* gnu/packages/python.scm (python-sqlalchemy-utils): New variable.
2016-09-18 23:19:45 +03:00
Efraim Flashner 7ee5157579
gnu: Add python-graphql-relay.
* gnu/packages/python.scm (python-graphql-relay): New variable.
2016-09-18 23:19:44 +03:00
Efraim Flashner 05b7a59336
gnu: Add python-graphql-core.
* gnu/packages/python.scm (python-graphql-core): New variable.
2016-09-18 23:19:44 +03:00
Efraim Flashner 44547e5153
gnu: Add python-pytest-mock.
* gnu/packages/python.scm (python-pytest-mock): New variable.
2016-09-18 23:19:44 +03:00
Efraim Flashner 5cb2fe446b
gnu: Add python-promise.
* gnu/packages/python.scm (python-promise): New variable.
2016-09-18 23:19:44 +03:00
Efraim Flashner 4d98bfaf23
gnu: Add python-peewee.
* gnu/packages/databases.scm (python-peewee): New variable.
2016-09-18 23:19:44 +03:00
Efraim Flashner 4d3fa5a421
gnu: Add python-pika.
* gnu/packages/python.scm (python-pika): New variable.
2016-09-18 23:19:43 +03:00
Efraim Flashner bff8be80c9
gnu: xorriso: Update to 1.4.6.
* gnu/packages/cdrom.scm (xorriso): Update to 1.4.6.
2016-09-18 23:14:02 +03:00
Efraim Flashner 0bb9461506
gnu: autoconf-archive: Update to 2016.09.16.
* gnu/packages/autotools.scm (autoconf-archive): Update to 2016.09.16.
2016-09-18 18:10:10 +03:00
John Darrington e4360e16f9
gnu: gtk+ use modify-phases
* gnu/packages/gtk.scm (arguments): Replace alist-cons-before with modify-phases
2016-09-18 14:42:26 +02:00