Commit Graph

108467 Commits

Author SHA1 Message Date
Fernando J Pando
50b0e5bfa1 treq: 17.3.1
- enables and fixes tests
- makes docs properly
- used fetchpypi
- tested nixos python 27/34
2017-05-30 14:51:57 -04:00
Théo Zimmermann
f8fd5531a3 patdiff: init at 0.9.0 2017-05-30 20:50:36 +02:00
Théo Zimmermann
5fd9b442f4 ocamlPackages_4_03 (Jane Street packages): 113_33_xx -> 0.9.x 2017-05-30 20:50:36 +02:00
Théo Zimmermann
1562201643 ocamlPackages.janeStreet.{base,sexplib}: 0.9.0 -> 0.9.1 2017-05-30 20:50:36 +02:00
Théo Zimmermann
1cff0701ef ocamlPackages: remove duplicated definitions 2017-05-30 20:50:36 +02:00
Théo Zimmermann
1dac99b7c9 ocamlPackages.janeStreet package set: init at 0.9.0
This contains a collection of Jane Street packages at version 0.9.0.
Packages not already present in ocamlPackages are also made available
without the janeStreet prefix.
2017-05-30 20:50:36 +02:00
Jacob Mitchell
ed6ecacf64 haskell-modules: refactor package set
This change is effectively a no-op to nixpkgs. However, it gives users
the flexibility to create and maintain their own package sets per
project, while benefiting from nix's Haskell configurations.

I would make immediate use of this change in stack2nix, a project that
generates nix expressions for all the dependencies of a given Haskell
project. @domenkozar is familiar with the motivations and helped
refine this change
2017-05-30 11:27:32 -07:00
Frederik Rietdijk
9cbb69b11a Merge pull request #26182 from lheckemann/xonotic-audio
xonotic: fix audio
2017-05-30 19:53:37 +02:00
Vladimír Čunát
983657087b
Merge branch 'master' into staging 2017-05-30 19:39:59 +02:00
Vladimír Čunát
ea7e54be18
libuv: 1.11.0 -> 1.12.0
The changelog seems safe; I tried some reverse dependencies, too.
2017-05-30 19:32:30 +02:00
Frederik Rietdijk
72cf5a1119 Merge pull request #26246 from apeschar/scrapy-fix
pythonPackages.scrapy: fix 1.4.0 update
2017-05-30 19:20:44 +02:00
Vincent Laporte
218c486c1c fstar: fix build on darwin 2017-05-30 17:08:47 +00:00
Albert Peschar
77edba1fc4 pythonPackages.scrapy: fix 1.4.0 update 2017-05-30 18:30:31 +02:00
Eelco Dolstra
1318120484
Fix indentation 2017-05-30 18:11:37 +02:00
Matthias Beyer
3c83ce3014 pythonPackages.pytest-localserver: 0.3.5 -> 0.3.7 (#26238)
* pythonPackages.pytest-localserver: 0.3.5 -> 0.3.7

* pythonPackages.pytest-localserver: Change to use python packaging tools

* pythonPackages.pytest-localserver: Move to own file
2017-05-30 17:47:00 +02:00
Aaron Bull Schaefer
728ddbd95f vagrant: 1.9.1 -> 1.9.5 2017-05-30 08:23:04 -07:00
Gabriel Ebner
46bcd05185 Merge pull request #26241 from womfoo/bump/gpxsee-3.8
gpxsee: 4.3 -> 4.8
2017-05-30 17:01:36 +02:00
Edward Tjörnhammar
53835c93cb
i2pd: homepage update 2017-05-30 16:49:21 +02:00
Edward Tjörnhammar
1e51fdc2cd
i2pd: disable AVX instructions 2017-05-30 16:49:20 +02:00
Kranium Gikos Mendoza
9f3c2bc839 gpxsee: 4.3 -> 4.8 2017-05-31 00:30:40 +10:00
Vladimír Čunát
538aa0f808
Merge branch 'staging' (early part)
The comparison looks nice on Hydra.
2017-05-30 16:08:21 +02:00
Eelco Dolstra
3a994fb579 Merge pull request #26231 from Mic92/systemd
systemd: v232 -> v233
2017-05-30 15:08:01 +02:00
Frederik Rietdijk
30ce98bbc3 Merge pull request #26233 from risicle/flask-migrate-bump
python.pkgs.flask_migrate: 1.7.0 -> 2.0.3
2017-05-30 13:40:39 +02:00
Robert Scott
a1c15989aa python.pkgs.flask_migrate: 1.7.0 -> 2.0.3
fixes build against new dependencies after some test tinkering, seems
we can remove the python3-patching as there exists a "python" symlink now
2017-05-30 12:39:20 +01:00
Pascal Wittmann
b73fd0c562 global: 6.5.6 -> 6.5.7 2017-05-30 13:36:07 +02:00
Pascal Wittmann
94be2db902 libfilezilla: 0.9.1 -> 0.9.2 2017-05-30 13:27:29 +02:00
Justin Humm
e6b65c04fa pythonPackages.future: 0.15.2 -> 0.16.0
Also moved the expression from python-packages.nix to ./pkgs/development/python-modules/future/default.nix due to discussion in #26220
Used fetchPypi insted of fetchurl.
2017-05-30 13:06:56 +02:00
Arseniy Seroka
e919b2f78f Merge pull request #26232 from volhovM/update/scudcloud-1.58
scudcloud: 1.54 -> 1.58
2017-05-30 13:22:39 +03:00
Mikhail Volkhov
4730b8ba05
scudcloud: 1.54 -> 1.58 2017-05-30 13:05:01 +03:00
Frederik Rietdijk
84a13a8bdd Merge pull request #26213 from jyp/tf-standard-gcc
pythonPackages.tensorflow: Don't change the rpath to point to gcc4.9
2017-05-30 11:12:32 +02:00
Jean-Philippe Bernardy
1fdf42d461 pythonPackages.tensorflow: Don't change the rpath to point to gcc4.9
When using cuda, the rpath was set to include GCC lib version 4.9.
I am not sure what this was attempting to do, but an effect was to
prevent certain python libraries to find the correct (newer) version
of the std lib.

Also avoid mentions of any specifc version in the
propagatedBuildInputs
2017-05-30 11:06:19 +02:00
Jörg Thalheim
dfebb66f65
systemd: v232 -> v233
Changelog: https://github.com/systemd/systemd/blob/v233/NEWS

Upgrade was pretty smooth. One notably change is the new hybrid cgroup
mode: https://github.com/systemd/systemd/blob/v233/NEWS#L5 It should
provide better compatibility with docker.
2017-05-30 08:47:09 +01:00
Lancelot SIX
61ce84904e Merge pull request #26166 from risicle/django-compat-hijack-tests
python: django-compat & django-hijack tests (also bump django-hijack)
2017-05-30 09:29:34 +02:00
Frederik Rietdijk
ccafbacd8f Merge pull request #26215 from dermetfan/mcrcon
mcrcon: init at 0.0.5
2017-05-30 09:03:47 +02:00
Vincent Laporte
4f6422b76c unison: more general platform 2017-05-30 06:55:46 +00:00
Vincent Laporte
a987943fdf ditaa: more general platform 2017-05-30 06:55:46 +00:00
Frederik Rietdijk
5c04222d85 Merge pull request #26228 from Ma27/update/geogebra
geogebra: 5-0-355-0 -> 5-0-361-0
2017-05-30 08:53:09 +02:00
Frederik Rietdijk
89a32f4586 Merge pull request #26124 from womfoo/init/cloudmonkey-5.3.3
cloudmonkey: init at 5.3.3 with related dependency argcomplete: init at 1.8.2
2017-05-30 08:43:05 +02:00
Frederik Rietdijk
67f6f3a420 Merge pull request #26221 from knedlsepp/fix-pandas-darwin-build
pandas: Fix build on darwin
2017-05-30 08:39:36 +02:00
Frederik Rietdijk
165c116a32 Merge pull request #26224 from nand0p/txaio-fixes
txaio: 2.7.1 fixes
2017-05-30 08:37:15 +02:00
Pascal Wittmann
86790f7d4f Merge pull request #26218 from mbrgm/upgrade-restic
restic: 0.5.0 -> 0.6.0
2017-05-30 08:33:29 +02:00
Maximilian Bosch
47e8665595
geogebra: 5-0-355-0 -> 5-0-361-0 2017-05-30 06:35:33 +02:00
John Ericson
a908ad6fd3 Merge pull request #26037 from obsidiansystems/platform-examples
lib: Consolidate platform configurations (used for crossSystem)
2017-05-29 22:29:15 -04:00
Fernando J Pando
79830172b5 txaio: 2.7.1 fixes
- uses fetchpypi
- fixes broken test
- tested nixos python 27/34
2017-05-29 20:44:27 -04:00
Josef Kemetmueller
eb2994a0d5 pandas: Fix build on darwin
Since the commands "locale", "pbpaste" and "pbcopy" are not in nixpkgs,
as they are impure darwin dependencies, we currently cannot get the
clipboard and locale functionality to work properly. We disable the
tests "test_locale" and "test_clipboard" on darwin, so we get a mostly
working pandas. Additionally to disabling the test via py.test, we also
need to provide fake pbpaste/pbcopy commands, so py.test won't fail
during the collection phase.

This closes #25417 and closes #11623.
2017-05-30 02:18:40 +02:00
John Ericson
c66ff8ec3c cross tests and stdenv: armv5te*l* of sheevaplug explicit
The "l" suffix presumably indicates it is little-endian, which it
is.
2017-05-29 20:12:06 -04:00
Profpatsch
2b0a8427e6 lib/string: make isStorePath total (#26216)
fix #9278
2017-05-30 00:20:37 +01:00
John Ericson
20e756a093 lib: Consolidate platform configurations (used for crossSystem)
This is good for maintenance and education.
2017-05-29 18:56:03 -04:00
John Ericson
87b4a91fc4 lib: Move fixed-point combinators out of trivial
Trivia != prelude. This is a better organized and less likely to
scare off new contributors.
2017-05-29 18:09:52 -04:00
Marius Bergmann
a49eb2f3b8 restic: 0.5.0 -> 0.6.0 2017-05-29 23:58:59 +02:00