about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* pythonPackages.jedi: 0.13.3 -> 0.14.1Langston Barrett2019-09-26
|
* pythonPackages.parso: 0.3.4 -> 0.5.1Langston Barrett2019-09-26
|
* ycmd: 2018-09-20 -> 2019-09-19; add optional golang completion (#69163)Jörg Thalheim2019-09-21
|\ | | | | ycmd: 2018-09-20 -> 2019-09-19; add optional golang completion
| * ycmd: add gopls completerSirio Balmelli2019-09-20
| | | | | | | | | | | | | | | | | | | | | | | | ycmd gives 'no completer support' because of missing 'gopls'. Add this as a conditional dependency. Refactor the 'mkdir -p' step to be conditional per-dependency, and placed just before the link step. This is mostly for legibility but also pedantic correctness: do not create a directory unless it will be used. Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
| * ycmd: update build to 2019-09-19Sirio Balmelli2019-09-20
| | | | | | | | Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
| * ycmd: install phase copies all dirs below 'third_party'Sirio Balmelli2019-09-20
| | | | | | | | | | | | | | | | | | | | | | Copy _all_ of 'third_party'. Cherry-picking the contents of this dir is a fragile approach as they change in later commits (breaking this build). This approach continues to work on the current build, and will not break with later versions of the project. Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
* | openjdk8: add `setJavaClassPath`-hook to jdk as well (#69137)Jörg Thalheim2019-09-21
|\ \ | | | | | | openjdk8: add `setJavaClassPath`-hook to jdk as well
| * | openjdk8: add `setJavaClassPath`-hook to jdk as wellMaximilian Bosch2019-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This hook got removed from JDK[1], however without this hook, the classpath in a Java-build isn't created anymore which caused several[2][3] broken packages. [1] https://github.com/NixOS/nixpkgs/pull/65247/files#r324459267 [2] https://hydra.nixos.org/build/100896633 [3] https://hydra.nixos.org/build/100895668 ZHF #68361
* | | Merge pull request #69108 from srghma/dropboxJörg Thalheim2019-09-21
|\ \ \ | | | | | | | | dropbox: 73.4.118 -> 81.4.195
| * | | dropbox: 73.4.118 -> 81.4.195Serhii Khoma2019-09-19
| | | |
* | | | zsh-completions: 0.30.0 -> 0.31.0 (#69197)Jörg Thalheim2019-09-21
|\ \ \ \ | | | | | | | | | | zsh-completions: 0.30.0 -> 0.31.0
| * | | | zsh-completions: 0.30.0 -> 0.31.0Will Dietz2019-09-21
| | | | |
* | | | | Merge pull request #69178 from uri-canva/typed-astJörg Thalheim2019-09-21
|\ \ \ \ \ | | | | | | | | | | | | pythonPackages.typed-ast: 1.3.5 -> 1.4.0, pythonPackages.mypy: 0.701 -> 0.711
| * | | | | pythonPackages.mypy: 0.701 -> 0.711Uri Baghin2019-09-20
| | | | | |
| * | | | | pythonPackages.typed-ast: 1.3.5 -> 1.4.0Uri Baghin2019-09-20
| | | | | |
* | | | | | Merge pull request #69181 from delroth/zbar-qtbaseJörg Thalheim2019-09-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | zbar: disable Qt assertions
| * | | | | | zbar: disable Qt assertionsPierre Bourdon2019-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Greatly decreases zbar-lib transitive closure size: assertion messages contain paths to Qt header files, causing zbar-lib to depend on qtbase-dev. The Qt specific mkDerivation normally does this automatically, but we can't use it here due to having only a small part of the project being Qt related.
* | | | | | | Merge pull request #69183 from matthewbauer/fix-avr-limits-hJörg Thalheim2019-09-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gcc: fix mising avr limits.h
| * | | | | | | gcc: fix mising avr limits.hMatthew Bauer2019-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #69172
* | | | | | | | Firefox bin 69.0.1 (#69099)Jörg Thalheim2019-09-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Firefox bin 69.0.1
| * | | | | | | | firefox: 69.0 -> 69.0.1taku02019-09-19
| | | | | | | | |
| * | | | | | | | firefox-bin: 69.0 -> 69.0.1taku02019-09-19
| | | | | | | | |
* | | | | | | | | Merge pull request #69191 from marsam/update-flowJörg Thalheim2019-09-21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | flow: 0.107.0 -> 0.108.0
| * | | | | | | | | flow: 0.107.0 -> 0.108.0Mario Rodas2019-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/facebook/flow/releases/tag/v0.108.0
* | | | | | | | | | python37Packages.sentry-sdk: Fix tests (#69142)Jörg Thalheim2019-09-21
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | python37Packages.sentry-sdk: Fix tests
| * | | | | | | | | python37Packages.sentry-sdk: use checkInputsRuud van Asseldonk2019-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of buildInputs, as there dependencies are only used in tests.
| * | | | | | | | | python37Packages.sentry-sdk: Fix testsRuud van Asseldonk2019-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests depend on many third-party libraries, presumably because Sentry offers integration for each of them. I added these as build inputs but not propagated build inputs, because they are only needed for the tests.
* | | | | | | | | | python3Packages.python-language-server: add setuptools as a de… (#69117)Jörg Thalheim2019-09-21
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python3Packages.python-language-server: add setuptools as a dependency
| * | | | | | | | | | python3Packages.python-language-server: add setuptools as a dependencySymphorien Gibol2019-09-19
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #69071 from marsam/init-cascadia-codeMario Rodas2019-09-21
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | cascadia-code: init at 1909.16
| * | | | | | | | | | cascadia-code: init at 1909.16Mario Rodas2019-09-18
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #69166 from mmahut/jormungandrMarek Mahut2019-09-21
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | jormungandr: adding jormungandr-scenario-tests
| * | | | | | | | | | | jormungandr: adding jormungandr-scenario-testsMarek Mahut2019-09-20
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #69184 from matthewbauer/libproxy-fix-darwinMatthew Bauer2019-09-21
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | libproxy: only wrap when pxgsettings exists
| * | | | | | | | | | | | libproxy: only wrap when pxgsettings existsMatthew Bauer2019-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://hydra.nixos.org/build/100220165
* | | | | | | | | | | | | mariadb: disable auth_pam plugin on darwinMatthew Bauer2019-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #69034 This plugin doesn’t work right for us now, needs to be disabled. It was added first in 10.3.18: https://github.com/MariaDB/server/commit/91fdb931fa2f734d54acadeb3e9c860a26543f04#diff-7cea40646c6b8df9a67a3eac4eec9bc6
* | | | | | | | | | | | | Revert "zfs: Incompatibility with kernel 5.3"Tim Steinbach2019-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 7cff0bc3eedb909d62d1dad79e71b37285fd9271. The assertion is eagerly evaluated and prevents builds for kernels that do not even use zfs
* | | | | | | | | | | | | firefox: mark broken on darwinMatthew Bauer2019-09-20
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this has been broken for a while, best to not make hydra keep building it.
* | | | | | | | | | | | release.nix: remove firefox-unwrapped from darwin-testedMatthew Bauer2019-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unfortunately it is broken and I won’t have time to fix right now. Most likely we will have to wait until the macOS 10.12 update to get this one working again. (cherry picked from commit 70f1335f8d64d1f8451b891d4fca4af08e607d09)
* | | | | | | | | | | | Merge pull request #69038 from matthewbauer/ncurses5Matthew Bauer2019-09-20
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | treewide: use libtinfo.so.5 where needed
| * | | | | | | | | | | treewide: use libtinfo.so.5 where neededMatthew Bauer2019-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was originally added in https://github.com/NixOS/nixpkgs/pull/21350 best to use this name for clarity.
* | | | | | | | | | | | Merge pull request #69165 from delroth/redo-apenwarr-sourceRobin Gloster2019-09-20
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | redo-apenwarr: fix source URL
| * | | | | | | | | | | | redo-apenwarr: fix source URLPierre Bourdon2019-09-20
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #68627 from Ma27/build-unfree-locallyMaximilian Bosch2019-09-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | treewide: build some unfree packages locally
| * | | | | | | | | | | | | treewide: build some unfree packages locallyMaximilian Bosch2019-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unfree packages aren't distributed by our binary cache due to legal reasons[1] and are usually a prebuilt binary that requires some patching. When using distributed builds[2], those are uploaded to another build machine as fixed-output derivations from `fetchurl` are built locally[3] which takes a certain amount of time and resources with almost no gain as the build process is trivial in contrast to the up/download to a remote builder. This is why I figured that at least some of the packages should be explicitly built locally, I've done something simlar for `citrix_workspace` already in the past[4]. The following packages are affected by this: * `idea.*` (excluding free derivatives) * `xmind` * `teamviewer` [1] https://nixos.wiki/wiki/FAQ/How_can_I_install_a_proprietary_or_unfree_package%3F#More_precision [2] https://nixos.wiki/wiki/Distributed_build [3] https://github.com/NixOS/nixpkgs/blob/267c8d6b2fea05bc811c8e2c2f4529b1436eeb9a/pkgs/build-support/fetchurl/default.nix#L95 [4] 87f818d9b21b16b067048a6ee0178b782886f0f0
* | | | | | | | | | | | | | mautrix-telegram: 0.6.0 -> 0.6.1Maximilian Bosch2019-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/tulir/mautrix-telegram/releases/tag/v0.6.1
* | | | | | | | | | | | | | Merge pull request #68178 from utdemir/init-shunit2Silvan Mosberger2019-09-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shunit2: init at 2019-08-10
| * | | | | | | | | | | | | | shunit2: init at 2019-08-10Utku Demir2019-09-06
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #69157 from mmahut/jormungandrMarek Mahut2019-09-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | jormungandr: 0.3.1415 -> 0.3.9999
| * | | | | | | | | | | | | | jormungandr: 0.3.1415 -> 0.3.9999Marek Mahut2019-09-20
| | | | | | | | | | | | | | |