Commit Graph

31018 Commits

Author SHA1 Message Date
geistesk
5e25459144 iprange: init at 1.0.3 2017-09-09 00:29:12 +02:00
Jörg Thalheim
a34d2ab2d6 Merge pull request #29093 from brodul/add/gosu
gosu: init at 2.0.1
2017-09-08 15:32:20 +01:00
Frederik Rietdijk
c3a0c3c9f1 Revert "python.pkgs.buildPythonPackage: use distutils-cfg to block downloads, fixes #25428"
This reverts commit b73e3bfafd.

See https://github.com/NixOS/nixpkgs/issues/29103
2017-09-08 08:55:05 +02:00
Vincent Laporte
ebd5c936fd ocamlPackages.cmdliner: make version 1.0 the default 2017-09-08 04:09:11 +00:00
Andraz Brodnik
4955943101 Add gosu 2017-09-07 22:57:43 +02:00
Anderson Torres
936dca89df Merge pull request #28969 from disassembler/xiphos
xiphos: 4.0.3 -> 4.0.6
2017-09-07 17:11:45 -03:00
Bjørn Forsman
c24820db93 perlPackages.BoostGeometryUtils: unbreak build
Set LD=$CC to fix this build error:

...
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Boost/Geometry/Utils/Utils.bs')
ld -shared -O2 -L/nix/store/sgjc1147vi5hd57ck9xgck5xjkydg5lz-glibc-2.25/lib -fstack-protector-strong -o blib/arch/auto/Boost/Geometry/Utils/Utils.so buildtmp/Utils.o -lstdc++
buildtmp/Utils.o: In function `_GLOBAL__sub_I_Utils.c':
Utils.c:(.text.startup+0x1a): undefined reference to `__dso_handle'
/nix/store/yf4p5w2v4h4i8rja9zw1akp007av624j-binutils-2.28.1/bin/ld: buildtmp/Utils.o: relocation R_X86_64_PC32 against undefined hidden symbol `__dso_handle' can not be used when making a shared object
/nix/store/yf4p5w2v4h4i8rja9zw1akp007av624j-binutils-2.28.1/bin/ld: final link failed: Bad value
error building blib/arch/auto/Boost/Geometry/Utils/Utils.so from buildtmp/Utils.o at /nix/store/7q2hps69zkj501lsmvnd2ry95mmdbh80-perl-5.24.2/lib/perl5/5.24.2/ExtUtils/CBuilder/Base.pm line 321.
builder for ‘/nix/store/bdwqvgxlgcqsmlqfh0d74jkpw96p78kh-perl-Boost-Geometry-Utils-0.15.drv’ failed with exit code 2
error: build of ‘/nix/store/bdwqvgxlgcqsmlqfh0d74jkpw96p78kh-perl-Boost-Geometry-Utils-0.15.drv’ failed
2017-09-07 21:48:58 +02:00
Jörg Thalheim
56ccd27dee Merge pull request #29073 from Mic92/mongodb/2.4.8
mfi-controller: remove
2017-09-07 20:31:19 +01:00
Joachim F
f66ed3079d Merge pull request #29043 from jerith666/amarok-gcc-5
amarok: fixup by building with gcc-5
2017-09-07 18:43:27 +00:00
Frederik Rietdijk
56c56fb414 Merge pull request #29072 from FRidh/python-fixes-3
Python: several fixes (3)
2017-09-07 19:26:20 +02:00
Frederik Rietdijk
b73e3bfafd python.pkgs.buildPythonPackage: use distutils-cfg to block downloads, fixes #25428
While we tell pip not to fetch (with the `--no-index` option),
`setuptools` can do so itself. In the past we used a `distutils.cfg`
with `allow-hosts = None` to prevent setuptools from fetching itself.
This was removed when we started building wheels in
2562f94de4e4fd2ddc677187fa2e2848L69.

The `dist-utils.cfg` code was still there, and adding it to
`buildInputs` is sufficient.

Tested with python.pkgs.passlib by removing the `checkInputs` / `nose`.
2017-09-07 19:22:06 +02:00
Nikolay Amiantov
2df59769ab Revert "python.pkgs.backports_weakref: init at 1.0rc1"
This reverts commit c3b9eca876.

It's already in the tree on master. For some reason nox-review hasn't caught that.
2017-09-07 17:11:35 +03:00
Nikolay Amiantov
c3b9eca876 python.pkgs.backports_weakref: init at 1.0rc1 2017-09-07 17:04:54 +03:00
Nikolay Amiantov
f1f944f23b caffe: don't use CUDA by default
CUDA currently requires old GCC. Also, this way Caffe is usable without proprietary blobs.
2017-09-07 17:04:29 +03:00
Nikolay Amiantov
5a2bb4c992 python.pkgs.dlib: init at 19.6 2017-09-07 17:04:29 +03:00
Nikolay Amiantov
c4bed3043d caffe: add Python support
Move to CMake in the process.
2017-09-07 17:04:29 +03:00
Nikolay Amiantov
88641353d6 caffe: 2015-07-02 -> 1.0-rc5 2017-09-07 17:04:29 +03:00
Jörg Thalheim
6b6ffd5b21 mfi: remove 2017-09-07 10:24:24 +01:00
Jörg Thalheim
9ee5727459 v8: remove 3.14.5.10
was only used by mongodb248
2017-09-07 10:20:22 +01:00
Jörg Thalheim
382afe8c62 mongodb248: remove
reason: build fails in hydra
Do still need this and want to maintain this @elitak?
2017-09-07 10:06:00 +01:00
Jörg Thalheim
37d3a4425e python.pkgs.keyring: move out of python-packages.nix 2017-09-07 09:54:07 +01:00
Frederik Rietdijk
b7eb4a4f90 python.pkgs.fixtures: fix build 2017-09-07 10:17:55 +02:00
Matthieu Coudron
a8dca7bf8a keyring: 8.4.1 -> 10.4.0 2017-09-07 10:16:04 +02:00
Frederik Rietdijk
85e2083aaf python.pkgs.django-multiselectfield: 0.1.3 -> 0.1.8 2017-09-07 10:11:45 +02:00
Frederik Rietdijk
700c95a706 python.pkgs.restview: 2.5.2 -> 2.7.0 2017-09-07 10:01:51 +02:00
Frederik Rietdijk
69435dfba5 python.pkgs.readme_renderer: init at 17.2 2017-09-07 10:01:06 +02:00
Frederik Rietdijk
b690856b62 python.pkgs.logfury: fix build 2017-09-07 09:52:47 +02:00
Frederik Rietdijk
4ecfeb56a7 acd-cli: use python36 2017-09-07 09:28:04 +02:00
Frederik Rietdijk
e4b94fa60f python.pkgs.pathspec: 0.5.2 -> 0.5.3 2017-09-07 09:28:04 +02:00
Frederik Rietdijk
62464e28fd python.pkgs.pybfd: fix build 2017-09-07 09:28:04 +02:00
Frederik Rietdijk
8d7e8a6720 python.pkgs.passlib: move to own file 2017-09-07 09:28:03 +02:00
Frederik Rietdijk
785d7f2349 python.pkgs.jsonnet: disable for Python 3 2017-09-07 09:28:03 +02:00
Frederik Rietdijk
d45e554457 mycli: move out of python-packages.nix and fix build 2017-09-07 09:28:03 +02:00
Frederik Rietdijk
49ce901f11 python.pkgs.cgkit: remove old and broken package 2017-09-07 09:28:03 +02:00
Jean-Philippe Bernardy
d51bd36646 cudnn: add 6.0 2017-09-07 09:28:03 +02:00
Jean-Philippe Bernardy
2489a0aca7 protobuf: add 3.3 2017-09-07 09:28:03 +02:00
Jean-Philippe Bernardy
70de5af18c pythonPackages.backports_weakref: init 1.0rc1 2017-09-07 09:28:03 +02:00
Jean-Philippe Bernardy
a869636e54 pythonPackages.markdown: 2.6.7 -> 2.6.8 2017-09-07 09:28:03 +02:00
Peter Hoeg
1b9615e62c libarchive-c: 2.5 -> 2.7 2017-09-07 09:28:03 +02:00
Eelco Dolstra
a602e1aa70 pythonPackages.libarchive-c: Disable failing test
f9f9749fd2 (commitcomment-24028305)
(cherry picked from commit 22d4630e683b9e0fddf34fdc276fc08014e4ae61)
2017-09-07 09:28:03 +02:00
Alex Brandt
637ccde435 python.pkgs.behave: init at 1.2.5 2017-09-07 09:28:03 +02:00
Alex Brandt
83dbb41aed pythonPackages.parse-type: init at 0.3.4 2017-09-07 09:28:03 +02:00
Alex Brandt
f06d7bd125 pythonPackages.pyhamcrest: init at 1.9.0 2017-09-07 09:28:03 +02:00
Alex Brandt
4934a4d553 pythonPackages.parse: init at 1.6.6 2017-09-07 09:28:03 +02:00
betaboon
7e7f91d23a pythonPackages.serpy: init at 0.1.1 2017-09-07 09:28:03 +02:00
betaboon
3836ee50e3 pythonPackages.sampledata: init at 0.3.7 2017-09-07 09:28:03 +02:00
betaboon
007313d044 pythonPackages.psd-tools: init at 1.4 2017-09-07 09:28:03 +02:00
betaboon
4b4e05c6ec pythonPackages.premailer: init at 3.0.1 2017-09-07 09:28:03 +02:00
betaboon
820aa5fef9 pythonPackages.marshmallow-sqlalchemy: init at 0.13.1 2017-09-07 09:28:02 +02:00
betaboon
7a33723155 pythonPackages.fn: init at 0.4.3 2017-09-07 09:28:02 +02:00