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
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
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
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
Daiderd Jordan
4e88e82e06
Merge pull request #26099 from dtzWill/fix/lldb-libedit
...
lldb-4: Patch to fix libedit usage on Linux
2017-05-29 23:36:00 +02:00
Joachim F
789bde2408
Merge pull request #25940 from bendlas/update-chromium
...
chromium: 57.0.2987.133 -> 58.0.3029.110 + build fixes
2017-05-29 22:19:57 +01:00
Kranium Gikos Mendoza
a61e58b121
pythonPackages.argcomplete: init at 1.8.2
2017-05-30 06:37:19 +10:00
Jörg Thalheim
2c39927c7a
pythonPackages.alembic: 0.8.3 -> 0.9.2
2017-05-29 14:35:03 +01:00
Pascal Wittmann
58e5078487
ragelDev: 7.0.0.9 -> 7.0.0.10
2017-05-29 11:38:36 +02:00
Pascal Wittmann
5831eb9afc
colm: 0.13.0.4 -> 0.13.0.5
2017-05-29 11:32:58 +02:00
romildo
1c6abe0230
merlin: 2.5.3 -> 2.5.4
...
- Update to version 2.5.4.
- Remove dependency on menhir, which seems not needed.
2017-05-29 09:46:47 +02:00
Jörg Thalheim
b34f33665f
Merge pull request #26179 from veprbl/cernlib
...
cernlib: init at 2006
2017-05-29 08:14:30 +01:00
Robert Scott
21e3b2ff55
python.pkgs.pylint: add pytestrunner to buildInputs
2017-05-29 02:10:43 +01:00
Robert Scott
d2ef1a24b8
python.pkgs.ldap: use fetchPypi for src
2017-05-29 02:10:43 +01:00
Robert Scott
2c228f62cd
python.pkgs.pylibmc: use fetchPypi for src
2017-05-29 02:10:43 +01:00
Robert Scott
7bbb9824ac
python.pkgs.hypothesis: add pytest_xdist as a checkInputs dependency
...
without this py.test doesn't recognize the -n flag and fails
2017-05-29 02:10:43 +01:00
Dmitry Kalinkin
6e95e2a161
cernlib: init at 2006
2017-05-28 18:51:16 -04:00
Jörg Thalheim
868529b2ce
Merge pull request #26195 from romildo/upd.ocp-indent
...
cmdliner: 0.9.8 -> 1.0.0, ocp-indent: 1.5.2 -> 1.6.0
2017-05-28 23:31:40 +01:00
romildo
97b3def8cf
ocp-indent: 1.5.2 -> 1.6.0
2017-05-28 17:39:21 -03:00
romildo
56a4aaf4df
cmdliner: 0.9.8 -> 1.0.0
2017-05-28 17:38:23 -03:00
Charles Strahan
132b503aac
GHCJS packages: avoid inode explosion
...
As noted in #25595 , a change introduced in 4b77d425aa
causes an
explosion of inodes due to the constructions of many, many `ghcEnv`
symlink forests. This commit undoes that change.
To discuss reworking the support for GHCJS plugins, please see: #26192
Fixes #25595
2017-05-28 14:36:37 -04:00
Joachim Fasting
157b5bd1f0
cppcheck: 1.78 -> 1.79
...
ChangeLog: https://sourceforge.net/p/cppcheck/news/2017/05/cppcheck-179/
2017-05-28 17:18:11 +02:00
Robert Scott
fa44b72d91
python.pkgs.django_hijack: 2.0.7 -> 2.1.4
...
also fix & enable tests, add self as maintainer
2017-05-28 14:43:41 +01:00
Robert Scott
ac8a58b5b4
python.pkgs.django_compat: get tests working & enable them
...
also add self as maintainer
2017-05-28 14:43:34 +01:00
Frederik Rietdijk
d0f2361bc1
python.pkgs.simplejson: 3.8.1 -> 3.10.0
2017-05-28 10:08:43 +02:00
Frederik Rietdijk
b27a2667db
python.pkgs.hypothesis fixup
2017-05-28 08:34:46 +02:00
Joachim Fasting
a50315d736
tinycc: 0.9.27pre-20170225 -> 0.9.27pre-20170527
...
Contains fixes for the x86_64 codegen [1]
[1]: https://lists.nongnu.org/archive/html/tinycc-devel/2017-05/msg00102.html
2017-05-27 23:22:50 +02:00
Will Dietz
5e659e94a6
lldb-4: Patch to fix libedit usage on Linux
...
Idea from:
https://bugs.llvm.org//show_bug.cgi?id=28898#c7
Fixes ability to use arrow keys.
2017-05-27 14:10:01 -05:00
Frederik Rietdijk
6b999f3c42
Python: many package updates
...
Did not test all packages. Likely we'll have some breakage.
2017-05-27 14:25:08 +02:00
Frederik Rietdijk
4cbd5e4141
python.pkgs.sqlalchemy: 1.0.15 -> 1.1.10
2017-05-27 14:25:08 +02:00
Robert Scott
45ac7700fa
mkPythonDerivation: obey a dontWrapPythonPrograms attribute
...
This should allow a python derivation to disable possibly overzealous
python program wrapping without having to override the whole fixupPhase
2017-05-27 14:25:08 +02:00
Frederik Rietdijk
c10af9e744
Python: wrapPythonPrograms: only wrap in $out/bin
...
Thus far all executables in a derivation were wrapped. This commit
only wraps executables in $out/bin. If other scripts need to be wrapped
as well, then one can use wrapPythonProgramsIn.
2017-05-27 14:25:08 +02:00
Frederik Rietdijk
6cd52fa440
python.pkgs.llvmlite: 0.16.0 -> 0.18.0
2017-05-27 14:25:08 +02:00
Frederik Rietdijk
0d43420621
python.pkgs.astroid: 1.4.9: 1.5.2
2017-05-27 14:25:08 +02:00
Frederik Rietdijk
97f67d1b5a
buildPythonPackage: do not keep checkInputs
...
When tests are disabled, we do not want to pass checkInputs to
stdenv.mkDerivation. This reduces the build requirements and, more
importantly, helps cutting cycles.
2017-05-27 14:25:08 +02:00
Daiderd Jordan
eeeaba31f8
Merge pull request #26139 from LnL7/armv7l-go
...
go: disable failing tests on arm
2017-05-27 13:52:50 +02:00
Jaakko Luttinen
ef54727795
pythonPackages.Nikola: init at 7.8.4
2017-05-27 14:17:39 +03:00
Pascal Wittmann
f06f4a0728
pandas: remove outdated comment
...
closes #26058
2017-05-27 12:05:30 +02:00
Frederik Rietdijk
959842a9c7
Python: add pname attributes to libraries
...
so that we can use the update script.
2017-05-27 11:30:21 +02:00
Frederik Rietdijk
66deb18463
python.pkgs.pytestdjango: remove duplicate expression
...
We already have an expression. This one wasn't referenced anywhere.
2017-05-27 11:28:00 +02:00
Peter Simons
c976806322
haskell-servant-client: fix evaluation
2017-05-27 10:33:37 +02:00
Peter Simons
33b4a6853e
liquidhaskell: try fix test suite
...
This almost succeeded, but some minor issues remain.
2017-05-27 10:33:37 +02:00
Peter Simons
d67214d8f7
liquidhaskell: fix build
2017-05-27 10:33:37 +02:00
Peter Simons
dfe23fc584
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.2.1-7-g2ed2e10 from Hackage revision
600bbf8919
.
2017-05-27 10:33:33 +02:00
Peter Simons
51b7b5f2f9
hackage2nix: maintain logging-facade-syslog
2017-05-27 10:32:49 +02:00
Peter Simons
b7e45d143c
hackage2nix: update list of broken builds
2017-05-27 10:32:49 +02:00
Peter Simons
26708385fa
hackage2nix: clean up required extra-versions for aeson
2017-05-27 10:32:49 +02:00