summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* protobuf: remove old versionsNikolay Amiantov2017-09-09
| | | | | | This leaves only protobuf3_1 which is the last version with libprotobuf2. Also fix several packages to build with the latest protobuf.
* protobufc: 1.1 -> 1.3Nikolay Amiantov2017-09-08
|
* protobuf: default to 3.4Nikolay Amiantov2017-09-08
|
* protobuf3_4: init at 3.4.0Nikolay Amiantov2017-09-08
|
* atom: 1.19.4 -> 1.19.7Tim Steinbach2017-09-07
|
* factorio: fixup my eval fixup f9ea527a027Vladimír Čunát2017-09-07
|
* Merge pull request #28969 from disassembler/xiphosAnderson Torres2017-09-07
|\ | | | | xiphos: 4.0.3 -> 4.0.6
| * xiphos: 4.0.3 -> 4.0.6Samuel Leathers2017-09-04
| |
| * webkitgtk-2.17: init at 2.17.91Samuel Leathers2017-09-04
| |
| * gnome2.gtkhtml4: init at 4.10.0Samuel Leathers2017-09-04
| |
* | searx: fix buildFranz Pletz2017-09-07
| |
* | atlassian-crowd: 2.12.0 -> 3.0.1Franz Pletz2017-09-07
| |
* | perlPackages.BoostGeometryUtils: unbreak buildBjørn Forsman2017-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge pull request #29073 from Mic92/mongodb/2.4.8Jörg Thalheim2017-09-07
|\ \ | | | | | | mfi-controller: remove
| * | mfi: removeJörg Thalheim2017-09-07
| | |
| * | v8: remove 3.14.5.10Jörg Thalheim2017-09-07
| | | | | | | | | | | | was only used by mongodb248
| * | mongodb248: removeJörg Thalheim2017-09-07
| | | | | | | | | | | | | | | reason: build fails in hydra Do still need this and want to maintain this @elitak?
* | | Merge pull request #29043 from jerith666/amarok-gcc-5Joachim F2017-09-07
|\ \ \ | | | | | | | | amarok: fixup by building with gcc-5
| * | | amarok: fixup by building with gcc-5Matt McHenry2017-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | due to continued lack of progress on https://github.com/NixOS/nixpkgs/issues/16588, probably not worth the time for anything better. Progress on: #28643
* | | | Merge pull request #29072 from FRidh/python-fixes-3Frederik Rietdijk2017-09-07
|\ \ \ \ | | | | | | | | | | Python: several fixes (3)
| * | | | python.pkgs.buildPythonPackage: use distutils-cfg to block downloads, fixes ↵Frederik Rietdijk2017-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #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`.
| * | | | python.pkgs.setuptools: upgrade to 36.4.0Frederik Rietdijk2017-09-07
| | | | |
| * | | | python.pkgs.fixtures: 1.4.0 -> 3.0.0Frederik Rietdijk2017-09-07
| | | | |
| * | | | python.pkgs.fixtures: fix buildFrederik Rietdijk2017-09-07
| | | | |
| * | | | python.pkgs.django-multiselectfield: 0.1.3 -> 0.1.8Frederik Rietdijk2017-09-07
| | | | |
| * | | | python.pkgs.restview: 2.5.2 -> 2.7.0Frederik Rietdijk2017-09-07
| | | | |
| * | | | python.pkgs.readme_renderer: init at 17.2Frederik Rietdijk2017-09-07
| | | | |
| * | | | python.pkgs.logfury: fix buildFrederik Rietdijk2017-09-07
| | | | |
| * | | | python.pkgs.statsmodels: disable testsFrederik Rietdijk2017-09-07
| | | | |
* | | | | factorio: use `throw` instead of `abort`Vladimír Čunát2017-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise if you try to listing all available packages, you will get a hard error on platforms not supported by this package. Consequently the tarball job was broken.
* | | | | yarn: 0.28.4 -> 1.0.1zimbatm2017-09-07
| | | | |
* | | | | haskell-binary-orphans: use latest version when compiling with ghc-8.2.xPeter Simons2017-09-07
| | | | |
* | | | | haskell-Agda: use old Happy version to fix the buildPeter Simons2017-09-07
| | | | |
* | | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2017-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.5-6-g83a4cb0 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/119ce17843a35f569d15460b00734c62af05167a.
* | | | | hackage2nix: keep old happy 1.19.5 around for AgdaPeter Simons2017-09-07
| | | | |
* | | | | hackage2nix: disable broken buildsPeter Simons2017-09-07
| | | | |
* | | | | haskell-happy: fix build with ghc-7.8.xPeter Simons2017-09-07
| | | | |
* | | | | haskell-pandoc: compile ghc-8.2.x version with Cabal 1.x to avoid errors in ↵Peter Simons2017-09-07
| | | | | | | | | | | | | | | | | | | | Setup.hs
* | | | | haskell-aws: jailbreak when building with ghc-8.2.xPeter Simons2017-09-07
| | | | |
* | | | | haskell-aeson-compat: use latest version when building with ghc 8.2.xPeter Simons2017-09-07
| | | | | | | | | | | | | | | | | | | | Also, disable test suite to avoid depending on QuickCheck 2.10.*.
* | | | | linux: 4.9.47 -> 4.9.48Tim Steinbach2017-09-07
| | | | |
* | | | | linux: 4.12.10 -> 4.12.11Tim Steinbach2017-09-07
| | | | |
* | | | | Revert "python.pkgs.backports_weakref: init at 1.0rc1"Nikolay Amiantov2017-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c3b9eca87621f9102eba844c2f89ff4c34944202. It's already in the tree on master. For some reason nox-review hasn't caught that.
* | | | | python.pkgs.TheanoWithoutCuda: don't propagate stdenvNikolay Amiantov2017-09-07
| | | | | | | | | | | | | | | | | | | | Fixes errors during buildEnv.
* | | | | python.pkgs.backports_weakref: init at 1.0rc1Nikolay Amiantov2017-09-07
| | | | |
* | | | | caffe: don't use CUDA by defaultNikolay Amiantov2017-09-07
| | | | | | | | | | | | | | | | | | | | CUDA currently requires old GCC. Also, this way Caffe is usable without proprietary blobs.
* | | | | python.pkgs.dlib: init at 19.6Nikolay Amiantov2017-09-07
| | | | |
* | | | | python.pkgs.protobuf: fix buildNikolay Amiantov2017-09-07
| | | | |
* | | | | caffe: add Python supportNikolay Amiantov2017-09-07
| | | | | | | | | | | | | | | | | | | | Move to CMake in the process.
* | | | | dlib: 19.4 -> 19.6Nikolay Amiantov2017-09-07
| | | | |