summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* 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
| |/
* | Merge pull request #46557 from luke-clifton/vaultenvupdateSarah Brofeldt2018-09-12
|\ \ | |/ |/| vaultenv: 0.5.3 -> 0.8.0
| * 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
| | | | |
| * | | | rkflashtool: add licenseMarkus Kowalewski2018-09-11
| | | | |
| * | | | mdbtools: add license + homepageMarkus Kowalewski2018-09-11
| | | | |
| * | | | kt: add licenseMarkus Kowalewski2018-09-11
| | | | |
| * | | | ent: add licenseMarkus Kowalewski2018-09-11
| | | | |
| * | | | desktop-file-utils: add licenseMarkus Kowalewski2018-09-11
| | | | |
| * | | | cloud-utils: add licenseMarkus Kowalewski2018-09-11
| | | | |
| * | | | qrencode: add licenseMarkus Kowalewski2018-09-11
| | | | |
| * | | | exif: add liceses, update homepageMarkus Kowalewski2018-09-11
| | | | |
| * | | | editres: add licenseMarkus Kowalewski2018-09-11
| | | | |
| * | | | cuneiform: add license + homepageMarkus Kowalewski2018-09-11
| | | | |
| * | | | cfdg: add licenseMarkus Kowalewski2018-09-11
| | | | |
* | | | | aria2: fix darwin build (#46548)Daiderd Jordan2018-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | Not released yet, see https://github.com/aria2/aria2/issues/1198 /cc ZHF #45961
* | | | | Merge pull request #46544 from obsidiansystems/glibc-configureFlags-cleanupJohn Ericson2018-09-11
|\ \ \ \ \ | | | | | | | | | | | | glibc: Use lib.enableFeature and friends
| * | | | | glibc: Use lib.enableFeature and friendsJohn Ericson2018-09-11
| | | | | |
* | | | | | debootstrap: 1.0.107 -> 1.0.108 (#46294)R. RyanTM2018-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/debootstrap/versions
* | | | | | appstream-glib: 0.7.10 -> 0.7.12 (#46297)R. RyanTM2018-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/appstream-glib/versions
* | | | | | adapta-gtk-theme: 3.94.0.92 -> 3.94.0.132 (#46302)R. RyanTM2018-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/adapta-gtk-theme/versions
* | | | | | avfs: 1.0.5 -> 1.0.6 (#46306)R. RyanTM2018-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/avfs/versions
* | | | | | pants: fix build (#46545)Maximilian Bosch2018-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://hydra.nixos.org/build/80727495 `pants' works with requests==2.19 to build successfully and `nixpkgs' currently uses `requests==2.19.1`. Patching the version constraint in `setup.py' accordingly fixes the problem. Addresses #45960
* | | | | | Merge pull request #46535 from The-Compiler/patch-1xeji2018-09-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | qutebrowser: Fix patching of standarddir.py