summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* libpsl: 0.14.0 -> 0.15.0Tobias Geerinckx-Rice2016-11-14
|
* Merge pull request #20255 from FRidh/xapianFrederik Rietdijk2016-11-14
|\ | | | | xapianBindings: remove
| * xapianBindings: removeFrederik Rietdijk2016-11-08
| | | | | | | | | | | | - no package uses it - uses composable derivation, and some changes are needed for python 3 support
* | pythonPackages.reikna: init at 0.6.7Frederik Rietdijk2016-11-14
| |
* | pythonPackages.pycuda: 2016.1 -> 2016.1.2Frederik Rietdijk2016-11-14
| | | | | | | | and disable tests because they require an available cuda device.
* | pythonPackages.numba: 0.27.0 -> 0.29.0Frederik Rietdijk2016-11-14
| | | | | | | | and move expression in a separate file.
* | pythonPackages.llvmlite: 0.13.0 -> 0.14.0Frederik Rietdijk2016-11-14
| | | | | | | | and move expression in separate file.
* | pythonPackages.pyopencl: init at 2016.2Frederik Rietdijk2016-11-14
| |
* | git-annex: update sha256 for new versionMichael Alan Dorman2016-11-14
| |
* | hackage-packages.nix: automatic Haskell package set updatePeter Simons2016-11-14
| | | | | | | | | | This update was generated by hackage2nix v2.0.3-3-g5c816fd from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/5e084e904a16887236499910167127c7cd79a861.
* | Merge #19936: vulkan / amdgpu-pro updateVladimír Čunát2016-11-13
|\ \
| * | vulkan-loader: allow validation layers to be enabledDavid McFarland2016-11-13
| | | | | | | | | | | | The loader now uses XDK_DATA_DIRS to find drivers and layers.
| * | vulkan-loader: allow 32-bit buildsDavid McFarland2016-11-13
| | |
| * | vulkan-loader: package headers, layers and demosDavid McFarland2016-11-13
| | |
| * | vulkan-loader: fix evaluation without sourceBenjamin Saunders2016-11-13
| | |
* | | Merge pull request #20242 from knedlsepp/activate-gdal-on-darwinDaiderd Jordan2016-11-12
|\ \ \ | | | | | | | | gdal: fix darwin build
| * | | gdal: enable darwin supportJosef Kemetmueller2016-11-07
| | | | | | | | | | | | | | | | | | | | | | | | Also some minor tweaks: There didn't seem any need to use -O0 optimization level anymore. Also the option "with-libpng" should have been "with-png" all along.
| * | | libgeotiff: enable darwin supportJosef Kemetmueller2016-11-07
| | | |
* | | | Merge pull request #20114 from acowley/freeimage-darwinDaiderd Jordan2016-11-12
|\ \ \ \ | | | | | | | | | | freeimage: darwin compatibility
| * | | | freeimage: darwin compatibilityAnthony Cowley2016-11-03
| | | | |
* | | | | Merge pull request #20111 from acowley/bullet-darwinDaiderd Jordan2016-11-12
|\ \ \ \ \ | | | | | | | | | | | | bullet: darwin compatibility
| * | | | | bullet: darwin compatibilityAnthony Cowley2016-11-02
| |/ / / /
* | | | | Merge pull request #20360 from sorokin/fix-autobuildPascal Wittmann2016-11-12
|\ \ \ \ \ | | | | | | | | | | | | fix autobuild compilation
| * | | | | fix autobuild compilationIvan Sorokin2016-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently autobuild failed to build in both master and release-16.03. The error message is mv: cannot stat '/nix/store/a4jzlkrhd4b4nr5760caj3rrjxhyg4z3-autobuild-5.3/bin/abput-sourceforge': No such file or directory builder for ‘/nix/store/l19vywq8zvbarswby5h7vl4iq1c1pvq7-autobuild-5.3.drv’ failed with exit code 1 It happens in post install script postInstall = '' wrapProgram $out/bin/ab{put,build}-sourceforge \ --prefix PATH ":" "${stdenv.lib.makeBinPath [ openssh rsync ]}" ''; The problem is that in autobuild 5.0 the ab{put,build}-sourceforge were removed * Version 5.0 (released 2008-11-25) ... ** abput, abput-sourceforge, abput-testdrive: Remove. ** abbuild, abbuild-sourceforge: Remove. Both the SourceForge and TestDrive systems have been shutdown. The scripts were of questionable value anyway. Possibly the bug was introduced in commit 8c4fcc87f8320004e924f53bbaee29ae3b7b4692: autobuild: 3.5 -> 5.3. As the package doesn't contain these programs there is no need in wrapping them. This commit just remove the postInstall section of corresponding package.
* | | | | | ocamlPackages.cstruct: 1.6.0 -> 1.9.0, 2.3.0Vincent Laporte2016-11-12
| | | | | |
* | | | | | ocamlPackages.cohttp: refactorVincent Laporte2016-11-12
| | | | | |
* | | | | | ocamlPackages.conduit: refactorVincent Laporte2016-11-12
|/ / / / /
* | | | | drone: fix build issue on OSXAlexander V. Nikolaev2016-11-11
| | | | | | | | | | | | | | | | | | | | also update all hashes to recent snapshots
* | | | | drone: init at 0.5-20160813Alexander V. Nikolaev2016-11-11
| | | | |
* | | | | go-bindata-assetfs: init at 20160814Alexander V. Nikolaev2016-11-11
| | | | |
* | | | | Merge pull request #20328 from NeQuissimus/pango_sha512Daniel Peebles2016-11-11
|\ \ \ \ \ | | | | | | | | | | | | pangoxsl: Use sha256
| * | | | | pangoxsl: Use sha256Tim Steinbach2016-11-11
| | |_|/ / | |/| | |
* | | | | Merge pull request #20333 from NeQuissimus/saxonb_sha512Daniel Peebles2016-11-11
|\ \ \ \ \ | | | | | | | | | | | | saxonb: Use sha256
| * | | | | saxonb: Use sha256Tim Steinbach2016-11-11
| |/ / / /
* | | | | Merge pull request #20348 from NeQuissimus/jdom_sha256Daniel Peebles2016-11-11
|\ \ \ \ \ | | | | | | | | | | | | jdom: use sha256
| * | | | | jdom: use sha256Tim Steinbach2016-11-11
| | | | | |
* | | | | | Merge pull request #20334 from NeQuissimus/saxon_sha512Daniel Peebles2016-11-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | saxon: use sha256
| * | | | | | saxon: use sha256Tim Steinbach2016-11-11
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #20329 from NeQuissimus/opencv3_ipp_sha256Daniel Peebles2016-11-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | opencv3: Move IPP to use sha256
| * | | | | | opencv3: Move IPP to use sha256Tim Steinbach2016-11-10
| |/ / / / /
* | | | | | Merge pull request #20325 from NeQuissimus/ammonite_0_8_0Tim Steinbach2016-11-11
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | ammonite-repl: 0.7.9 -> 0.8.0
| * | | | | ammonite-repl: 0.7.9 -> 0.8.0Tim Steinbach2016-11-10
| |/ / / /
* | | | | openssl_1_1_0: 1.1.0b -> 1.1.0cGraham Christensen2016-11-11
| | | | |
* | | | | Merge pull request #20154 from mdaiter/opencv3_extrasviric2016-11-11
|\ \ \ \ \ | | | | | | | | | | | | opencv3: enable cuda compilations
| * | | | | opencv3: added in extra flag for enabling cuda with dependenciesMatthew Daiter2016-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | opencv3: added in optional buildFlag for enabling cuda opencv3: added CUDA enabling flags to cmakeFlags opencv3: added CUDA-speicifc FAST_MATH flag for enabling CUDA-accelerated math functions opencv3: change enableCUDA default to false opencv:added in cuda-enabling functionality.
* | | | | | ocaml-uuseg: 0.8.0 -> 0.9.0sternenseemann2016-11-11
| |/ / / / |/| | | | | | | | | | | | | | This commit also refactors the expression.
* | | | | haskell-STMonadTrans: disable failing test suite to fix the buildPeter Simons2016-11-10
| | | | | | | | | | | | | | | | | | | | Closes https://github.com/NixOS/nixpkgs/issues/20309.
* | | | | haskell-http-client: update reference in configuration-common.nixPeter Simons2016-11-10
| | | | |
* | | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2016-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.0.3-3-g5c816fd from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/ea775f0608816e429b5e3c44060b66c6003c27a4.
* | | | | nlohmann_json: 2.0.3 -> 2.0.7Eelco Dolstra2016-11-10
| | | | |