summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* scdoc: 1.4.1 -> 1.4.2Michael Weiss2018-09-12
|
* android-file-transfer: 3.4 -> 3.5Vladyslav Mykhailichenko2018-09-12
|
* haskell-cabal2nix: update override for hpack 0.31.0Peter Simons2018-09-12
| | | | * pkgs/development/haskell-modules/configuration-common.nix:
* Merge pull request #45644 from jluttine/update-rlp-1.0.2Robert Schütz2018-09-12
|\ | | | | pythonPackages.rlp: 1.0.1 -> 1.0.2 (with some new deps)
| * pythonPackage.backports-shutil-which: enable testsJörg Thalheim2018-09-12
| |
| * pythonPackages.libagent: fix propagatedBuildInputsJaakko Luttinen2018-09-12
| |
| * pythonPackage.backports-shutil-which: init at 3.5.1Jaakko Luttinen2018-09-12
| |
| * pythonPackage.pymsgbox: init at 1.0.6Jaakko Luttinen2018-09-12
| |
| * pythonPackages.ledgerblue: fix build inputsJaakko Luttinen2018-09-12
| |
| * pythonPackages.python-u2flib-host: init at 3.0.3Jaakko Luttinen2018-09-12
| |
| * pythonPackages.rlp: fix buildJaakko Luttinen2018-09-12
| |
| * pythonPackages.eth-utils: init at 1.2.0Jaakko Luttinen2018-09-12
| |
| * pythonPackages.eth-typing: init at 1.1.0Jaakko Luttinen2018-09-12
| |
| * pythonPackages.eth-hash: init at 0.1.14Jaakko Luttinen2018-09-11
| |
* | lispPackages.quicklisp: 2018-04-30 -> 2018-08-31 ; regenerate packagesMichael Raskin2018-09-12
| | | | | | | | | | | | | | | | Added a wrapper package that creates symlinks to OpenSSL libraries with the actual versions, because we have 1.0.2 with .so-suffix .1.0.0 and cl-async-ssl is unhappy because of that. I continue to dislike cl-postgres and simple-date upstream packaging.
* | all-cabal-hashes: update snapshot to Hackage at 2018-09-12T08:26:27ZPeter Simons2018-09-12
| |
* | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-09-12
| | | | | | | | | | This update was generated by hackage2nix v2.11-9-gb3613cb from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/e44c7d34b0e57883da9cc0e09b0b5de3b065fe98.
* | haskell-stm: update overrides that use version 2.4.5.0 to version 2.4.5.1Peter Simons2018-09-12
| |
* | haskell.compiler.ghc861: Apply fix to abi-hash with backpack.Shea Levy2018-09-12
| | | | | | | | See https://phabricator.haskell.org/D5123.
* | ghc: Apply fix to abi-hash with backpack.Shea Levy2018-09-12
| | | | | | | | See https://phabricator.haskell.org/D5123.
* | haskell-Cabal: keep a copy of the 2.2.x version around in the package setPeter Simons2018-09-12
| |
* | haskellPackages.termonad: Add dontCheck and remove from ↵(cdep)illabout2018-09-12
| | | | | | | | | | | | | | | | | | | | | | | | dont-distribute-packages. The doctests for termonad fail to build only with nix. When building without nix, the doctests run correctly: https://github.com/cdepillabout/termonad/issues/15 This PR disables the tests for termonad, as well as removing it from dont-distribute-packages.
* | cabal2nix: fix (and clean up)override for hpack dependencyPeter Simons2018-09-12
| |
* | haskell-yaml: drop obsolete overridePeter Simons2018-09-12
| |
* | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-09-12
| | | | | | | | | | This update was generated by hackage2nix v2.11-9-gb3613cb from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/3869e8d54128882292705ca508ade7d32a5f7176.
* | LTS Haskell 12.9Peter Simons2018-09-12
| |
* | More conservative SCC tagging for Haskell librariesAlexander Biehl2018-09-12
| | | | | | | | | | `all-functions` corresponds to `-fprof-auto` which places an SCC on every binding. It is well known that SCCs hinder GHC from doing its optimization magic and really slows down profiled code to a point where the profiling reports are completely skewed towards things that were completely optimized away in production settings. Concretely this shows up with things like lenses which do not carry runtime overhead when properly simplified. `exported-functions` corresponds to GHCs `-fprof-auto-exported` which doesn't put SCCs on `INLINE`d code and in turn doesn't influence simplification of this basic but important stuff.
* | Haskell builder: Use $abi/$libname as --libsubdirAlex Biehl2018-09-12
| |
* | Merge pull request #46563 from Mic92/pylsJörg Thalheim2018-09-12
|\ \ | | | | | | python-language-server: 0.19.0 -> 0.21.2
| * | python-language-server: 0.19.0 -> 0.21.2Jörg Thalheim2018-09-12
| | |
| * | python-jsonrpc-server: init at 0.0.1Jörg Thalheim2018-09-12
| | |
* | | Merge pull request #46561 from Mic92/vim-updater-fixesJörg Thalheim2018-09-12
|\ \ \ | | | | | | | | vimPlugins: updater fixes
| * | | vimPlugins: run update script in empty environmentJörg Thalheim2018-09-12
| | | |
| * | | vimPlugins: do not pick up aliases from nixpkgsJörg Thalheim2018-09-12
| | | |
| * | | vimPlugins: updatesJörg Thalheim2018-09-12
| |/ /
* / / vaultenv: 0.5.3 -> 0.8.0Luke Clifton2018-09-12
|/ /
* | python3Packages.pyowm: fix python3 build (#46549)Maximilian Bosch2018-09-12
| | | | | | | | | | | | | | | | See https://hydra.nixos.org/build/80714323 Version 2.9 requires `geojson==2.x'. To allow 2.4, the constraint required some patching using `substituteInPlace'. Addresses #45960
* | Merge pull request #44657 from costrouc/costrouc/dask-distributedRyan Mulligan2018-09-11
|\ \ | | | | | | pythonPackages.distributed: 1.15.1 -> 1.22.1
| * | fixup! merge: fixing changes with nixpkgs since pull-requestChris Ostrouchov2018-09-11
| | |
| * | merge: fixing changes with nixpkgs since pull-requestChristopher Ostrouchov2018-09-11
| |\ \ | | | | | | | | | | | | | | | | | | | | - pytest-timeout: no longer requires patch - joblib: was improperly merged with the github merge tool (never using again)
| * \ \ Merge branch 'master' into costrouc/dask-distributedChristopher Ostrouchov2018-09-05
| |\ \ \
| * | | | pythonPackages.distributed: 1.15.1 -> 1.22.1Chris Ostrouchov2018-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The github repository was downloaded instead of the pypi repository for testing (needed `conftest.py`). Major work was done on the underlying dependencies to make distributed work on python 2.7, 3+. Note that the test **do** take a significant amount of time (10-15 minutes). - moved to `python-modules` - compatible with 2.7, 3+ - all tests pass (previously tests were not run)
| * | | | pythonPackages.pytest-repeat: init at 0.6.0Chris Ostrouchov2018-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | - compatible with 2.7, 3+ - all tests pass and running
| * | | | pythonPackages.joblib: 0.12.1 -> 0.12.2Chris Ostrouchov2018-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to get all the tests passing the Github repository was downloaded instead of from pypi so that the `conftest.py` is available. In addition to updating the version: - compatible with 2.7, 3+ now - all tests are running and passing
| * | | | pythonPackages.python-lz4: init at 2.1.0Chris Ostrouchov2018-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fetching from github repository instead of pypi so that all tests can be run. - compatible with 2.7, 3+ - all tests pass
| * | | | pythonPackages.pytest-faulthandler: init at 1.5.0Chris Ostrouchov2018-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | - compatible with 2.7 and 3+ - all test pass.
| * | | | pythonPackages.pytest-timeout: refactor add python 2.7 compatibiliyChris Ostrouchov2018-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In version 1.3.1 of `pytest-timeout` (latest) the setup.py file is not compatible with python 2.7 and 3+ due to how `open` is called. A patch has been added that can be removed once a fix and new relase is given.
* | | | | Merge pull request #46550 from markuskowa/licenses-16xeji2018-09-12
|\ \ \ \ \ | | | | | | | | | | | | Add licenses
| * | | | | dar: add licenseMarkus Kowalewski2018-09-11
| | | | | |
| * | | | | xvfb-run: add license`Markus Kowalewski2018-09-11
| | | | | |