about summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* libgdiplus: fix segfaults by patches from master and dropping libungifAlexander V. Nikolaev2018-12-23
| | | | | | | | | | Configure script complains, that unable to build gif loading support, but it's a lie -- it builds against libgif 5, which have DGifOpenFile as well. Cherry-picked by @obadz from https://github.com/NixOS/nixpkgs/pull/36711/commits/8439304ebca3abcbd989131f77d644ab1e61ff90 (libungif was already dropped by commit b41ede5e3a3)
* libgdiplus: 2.10.9 -> 5.6Alexander V. Nikolaev2018-12-23
| | | | | | | | A lot of updates from mono-project' folks. Patches dropped, because both merged upstream. Cherry-picked by @obadz from https://github.com/NixOS/nixpkgs/pull/36711/commits/e022209def9016a8f53a3898d4a624a784c08c4a
* mono5: 5.14.0.177 -> 5.16.0.220obadz2018-12-23
|
* mono: only maintain major versions (mono4 & mono5)obadz2018-12-23
|
* Merge pull request #52578 from elohmeier/fintsRobert Schütz2018-12-22
|\ | | | | add sepaxml & fints
| * pythonPackages.fints: init at 2.0.0Enno Lohmeier2018-12-20
| |
| * pythonPackages.sepaxml: init at 2.0.0Enno Lohmeier2018-12-20
| |
* | pythonPackages.django_1_11: 1.11.16 -> 1.11.17 (#52636)Mario Rodas2018-12-22
| |
* | Merge pull request #52213 from r-ryantm/auto-update/librimeRyan Mulligan2018-12-22
|\ \ | | | | | | librime: 1.3.1 -> 1.3.2
| * | librime: 1.3.1 -> 1.3.2R. RyanTM2018-12-15
| | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/librime/versions
* | | Merge pull request #52648 from asymmetric/solc-0.5.2Jörg Thalheim2018-12-22
|\ \ \ | | | | | | | | solc: 0.5.1 -> 0.5.2
| * | | solc: 0.5.1 -> 0.5.2Lorenzo Manacorda2018-12-21
| | | |
* | | | Merge pull request #52030 from r-ryantm/auto-update/redisJörg Thalheim2018-12-22
|\ \ \ \ | | | | | | | | | | redis: 5.0.1 -> 5.0.3
| * | | | pythonPackages.thumbor: 6.5.2 -> 6.6.0Jörg Thalheim2018-12-22
| | |/ / | |/| | | | | | | | | | now compatible with our pillow
* | | | pythonPackages.manhole: disable tests (#52666)Ivan Kozik2018-12-22
| | | | | | | | | | | | | | | | | | | | `python: process-tests: 1.2.1 -> 2.0.0` included the change https://github.com/ionelmc/python-process-tests/commit/e6d4f4db27f61ebeb9dc451c12b8fb846d0f3728 which removed setup_coverage and thus broke manhole's tests.
* | | | Merge pull request #52607 from lopsided98/python-sh-disable-testsJörg Thalheim2018-12-22
|\ \ \ \ | | | | | | | | | | pythonPackages.sh: fix tests on Python 3.7
| * | | | pythonPackages.sh: disable failing tests on DarwinBen Wolsieffer2018-12-21
| | | | |
| * | | | pythonPackages.sh: fix tests on Python 3.7Ben Wolsieffer2018-12-21
| | | | |
* | | | | clojure: add $out/bin to wrapper PATHHerwig Hochleitner2018-12-22
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | without this, the `clj` command calls into system path, instead of its own `clojure` command cc @the-kenny
* | | | Merge pull request #51841 from veprbl/pr/pyjet_fixDmitry Kalinkin2018-12-21
|\ \ \ \ | | | | | | | | | | pythonPackages.pyjet: fix for python37
| * | | | pythonPackages.pyjet: fix for python37Dmitry Kalinkin2018-12-10
| | | | |
* | | | | Merge pull request #52641 from lopsided98/uritemplate-mergeJörg Thalheim2018-12-21
|\ \ \ \ \ | | | | | | | | | | | | pythonPackages.uritemplate_py: remove
| * | | | | pythonPackages.uritemplate_py: removeBen Wolsieffer2018-12-21
| | |/ / / | |/| | | | | | | | | | | | | This package is the same as uritemplate.
* | | | | Merge pull request #52631 from jlesquembre/clojureJörg Thalheim2018-12-21
|\ \ \ \ \ | | | | | | | | | | | | clojure: 1.9.0.391 -> 1.10.0.403
| * | | | | clojure: 1.9.0.391 -> 1.10.0.403José Luis Lafuente2018-12-21
| | | | | |
* | | | | | Merge pull request #52416 from alyssais/icuAlyssa Ross2018-12-21
|\ \ \ \ \ \ | |/ / / / / |/| | | | | icu63: init at 63.1
| * | | | | icu63: init at 63.1Alyssa Ross2018-12-17
| | | | | |
* | | | | | pyre: fix watchman referencesMario Rodas2018-12-21
| | | | | |
* | | | | | Merge pull request #52613 from nyanloutre/pyqt5-fixTimo Kaufmann2018-12-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | pythonPackages.pyqt5: fix sip dependency
| * | | | | | pythonPackages.pyqt5: link sip modulenyanloutre2018-12-21
| | | | | | |
| * | | | | | pythonPackages.sip: change module namenyanloutre2018-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/NixOS/nixpkgs/pull/49400
* | | | | | | haskell-JuicyPixels: update overrides for the new versionPeter Simons2018-12-21
| | | | | | |
* | | | | | | haskell-appar: drop obsolete overridePeter Simons2018-12-21
| | | | | | |
* | | | | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.12-11-gaf7cf68 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/6694c4746f931bbb53de37e140e0fea90dfb2793.
* | | | | | | hackage2nix: prefer alsa-mixer 0.2.x by defaultPeter Simons2018-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/NixOS/nixpkgs/issues/52516.
* | | | | | | LTS Haskell 12.23Peter Simons2018-12-21
| | | | | | |
* | | | | | | libcollectdclient: fix evaluationJörg Thalheim2018-12-21
| | | | | | |
* | | | | | | Merge pull request #52519 from risicle/ris-cf-cli-platformsJörg Thalheim2018-12-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | cloudfoundry-cli: fix build on multiple platforms, notably darwin. also bump -> 6.41.0
| * | | | | | | cloudfoundry-cli: 6.37.0 -> 6.41.0Robert Scott2018-12-21
| | | | | | | |
| * | | | | | | cloudfoundry-cli: output to "bin" output, don't "remove-references-to"Robert Scott2018-12-21
| | | | | | | |
| * | | | | | | cloudfoundry-cli: fix build on multiple platforms, notably darwin, to ↵Robert Scott2018-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | produce correct binary for target
* | | | | | | | python2Packages.wptserve: fix buildMichael Raskin2018-12-21
| | | | | | | |
* | | | | | | | coqPackages.Verdi: fix buildVincent Laporte2018-12-21
| | | | | | | |
* | | | | | | | coqPackages.InfSeqExt: fix buildVincent Laporte2018-12-21
| | | | | | | |
* | | | | | | | coqPackages.Cheerios: fix buildVincent Laporte2018-12-21
| | | | | | | |
* | | | | | | | coqPackages.StructTact: fix buildVincent Laporte2018-12-21
| | | | | | | |
* | | | | | | | pythonPackages.behave: fix build on Python 2.7Ben Wolsieffer2018-12-21
| | | | | | | |
* | | | | | | | Merge pull request #52610 from lopsided98/python-github3-cleanupJörg Thalheim2018-12-21
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | pythonPackages.github3_py: cleanup
| * | | | | | | pythonPackages.github3_py: cleanupBen Wolsieffer2018-12-21
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #51813 from samueldr/aarch64/disable-non-arm-builds-part-1Samuel Dionne-Riel2018-12-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | aarch64: ZHF for aarch64 (1/??)