Uri Baghin
0b990ec8c5
pythonPackages.algebraic-data-types: init at 0.1.1
2019-09-21 20:40:34 +10:00
Jörg Thalheim
f0fec244ca
ycmd: 2018-09-20 -> 2019-09-19; add optional golang completion ( #69163 )
...
ycmd: 2018-09-20 -> 2019-09-19; add optional golang completion
2019-09-21 09:45:23 +01:00
Jörg Thalheim
ae07f6c406
openjdk8: add setJavaClassPath
-hook to jdk as well ( #69137 )
...
openjdk8: add `setJavaClassPath`-hook to jdk as well
2019-09-21 09:37:37 +01:00
Jörg Thalheim
2f261c9fc0
Merge pull request #69108 from srghma/dropbox
...
dropbox: 73.4.118 -> 81.4.195
2019-09-21 09:33:03 +01:00
Jörg Thalheim
63531011d0
zsh-completions: 0.30.0 -> 0.31.0 ( #69197 )
...
zsh-completions: 0.30.0 -> 0.31.0
2019-09-21 09:25:48 +01:00
Jörg Thalheim
495f0ea056
Merge pull request #69178 from uri-canva/typed-ast
...
pythonPackages.typed-ast: 1.3.5 -> 1.4.0, pythonPackages.mypy: 0.701 -> 0.711
2019-09-21 09:15:06 +01:00
Elis Hirwing
89b0ef6589
Merge pull request #69195 from c0deaddict/fix/gitea-dump
...
nixos/gitea: fix dump
2019-09-21 10:02:41 +02:00
Will Dietz
97c1065ae7
zsh-completions: 0.30.0 -> 0.31.0
2019-09-21 02:54:36 -05:00
Jörg Thalheim
5b80b9a7b4
Merge pull request #69181 from delroth/zbar-qtbase
...
zbar: disable Qt assertions
2019-09-21 08:43:25 +01:00
Jörg Thalheim
fd3d64baa0
Merge pull request #69183 from matthewbauer/fix-avr-limits-h
...
gcc: fix mising avr limits.h
2019-09-21 08:35:39 +01:00
Jörg Thalheim
8fc3fe400c
Firefox bin 69.0.1 ( #69099 )
...
Firefox bin 69.0.1
2019-09-21 08:28:57 +01:00
Jos van Bakel
86b83f37b8
nixos/gitea: fix dump
2019-09-21 09:28:53 +02:00
Jörg Thalheim
363e0c15f0
Merge pull request #69191 from marsam/update-flow
...
flow: 0.107.0 -> 0.108.0
2019-09-21 08:27:52 +01:00
Jörg Thalheim
e03ef7f7f7
python37Packages.sentry-sdk: Fix tests ( #69142 )
...
python37Packages.sentry-sdk: Fix tests
2019-09-21 08:20:31 +01:00
Ruud van Asseldonk
8a9ebc0b4b
python37Packages.sentry-sdk: use checkInputs
...
Instead of buildInputs, as there dependencies are only used in tests.
2019-09-21 09:02:20 +02:00
Jörg Thalheim
970145f051
python3Packages.python-language-server: add setuptools as a de… ( #69117 )
...
python3Packages.python-language-server: add setuptools as a dependency
2019-09-21 07:47:50 +01:00
Mario Rodas
03888ff8de
Merge pull request #69071 from marsam/init-cascadia-code
...
cascadia-code: init at 1909.16
2019-09-21 01:41:46 -05:00
Marek Mahut
639771fa5d
Merge pull request #69166 from mmahut/jormungandr
...
jormungandr: adding jormungandr-scenario-tests
2019-09-21 08:01:38 +02:00
Mario Rodas
7ffeba4315
flow: 0.107.0 -> 0.108.0
...
Changelog: https://github.com/facebook/flow/releases/tag/v0.108.0
2019-09-21 00:00:00 -05:00
Matthew Bauer
60e978b483
Merge pull request #69184 from matthewbauer/libproxy-fix-darwin
...
libproxy: only wrap when pxgsettings exists
2019-09-21 00:25:51 -04:00
Matthew Bauer
60c62446e7
libproxy: only wrap when pxgsettings exists
...
https://hydra.nixos.org/build/100220165
2019-09-21 00:24:21 -04:00
Matthew Bauer
7e43b4d0ae
mariadb: disable auth_pam plugin on darwin
...
Fixes #69034
This plugin doesn’t work right for us now, needs to be disabled. It
was added first in 10.3.18:
91fdb931fa (diff-7cea40646c6b8df9a67a3eac4eec9bc6)
2019-09-21 00:18:34 -04:00
Tim Steinbach
53e1d838eb
Revert "zfs: Incompatibility with kernel 5.3"
...
This reverts commit 7cff0bc3ee
.
The assertion is eagerly evaluated and prevents builds for kernels
that do not even use zfs
2019-09-20 23:59:57 -04:00
Matthew Bauer
abbb9ea848
firefox: mark broken on darwin
...
this has been broken for a while, best to not make hydra keep building it.
2019-09-20 23:20:32 -04:00
Matthew Bauer
d8adf06d35
release.nix: remove firefox-unwrapped from darwin-tested
...
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 70f1335f8d
)
2019-09-20 23:09:11 -04:00
Matthew Bauer
566796ab13
Merge pull request #69038 from matthewbauer/ncurses5
...
treewide: use libtinfo.so.5 where needed
2019-09-20 23:00:04 -04:00
Matthew Bauer
7b58739e2c
gcc: fix mising avr limits.h
...
Fixes #69172
2019-09-20 22:37:00 -04:00
Pierre Bourdon
18b607b71b
zbar: disable Qt assertions
...
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.
2019-09-21 03:46:57 +02:00
Robin Gloster
4445971025
Merge pull request #69165 from delroth/redo-apenwarr-source
...
redo-apenwarr: fix source URL
2019-09-20 23:52:30 +02:00
Maximilian Bosch
87a9e5eb31
Merge pull request #68627 from Ma27/build-unfree-locally
...
treewide: build some unfree packages locally
2019-09-20 23:45:28 +02:00
Maximilian Bosch
ae293ad45e
mautrix-telegram: 0.6.0 -> 0.6.1
...
https://github.com/tulir/mautrix-telegram/releases/tag/v0.6.1
2019-09-20 23:35:14 +02:00
Silvan Mosberger
f47ef8fcf7
sdImage: use findmnt to get root device when resizing ( #58059 )
...
sdImage: use findmnt to get root device when resizing
2019-09-20 23:28:01 +02:00
Silvan Mosberger
d484f2b7fc
Merge pull request #68178 from utdemir/init-shunit2
...
shunit2: init at 2019-08-10
2019-09-20 22:58:43 +02:00
Marek Mahut
477776c521
jormungandr: adding jormungandr-scenario-tests
2019-09-20 22:44:57 +02:00
Pierre Bourdon
ad4b97a233
redo-apenwarr: fix source URL
2019-09-20 22:31:08 +02:00
Marek Mahut
6e4ed2ed0b
Merge pull request #69157 from mmahut/jormungandr
...
jormungandr: 0.3.1415 -> 0.3.9999
2019-09-20 22:24:04 +02:00
Daiderd Jordan
b5f406cb6a
Merge pull request #68689 from B4dM4n/uvloop-darwin
...
uvloop: fix darwin build
2019-09-20 22:21:53 +02:00
Aaron Andersen
8310533289
Merge pull request #69084 from c0deaddict/feature/init-osmid
...
osmid: init at 0.6.8
2019-09-20 16:19:11 -04:00
Daiderd Jordan
a6dcdf9ed4
Merge pull request #68681 from B4dM4n/h11-darwin
...
pythonPackages.h11: fix darwin build
2019-09-20 22:17:43 +02:00
Daiderd Jordan
51bd8395d3
Merge pull request #68691 from B4dM4n/trustme-darwin
...
pythonPackages.trustme: fix darwin build
2019-09-20 22:15:32 +02:00
worldofpeace
6dae6702c3
Merge pull request #68850 from eyJhb/purple-slack
...
purple-slack: Init at 2019-08-18
2019-09-20 16:06:47 -04:00
Daiderd Jordan
1803573281
Merge pull request #68782 from B4dM4n/portend-darwin
...
pythonPackages.portend: fix darwin build
2019-09-20 22:05:39 +02:00
Daiderd Jordan
4bc107b06e
Merge pull request #68823 from B4dM4n/notebook-darwin
...
notebook: fix darwin sandbox build + dependencies
2019-09-20 22:03:54 +02:00
Daiderd Jordan
463703c213
Merge pull request #68883 from B4dM4n/cheroot-darwin
...
cheroot: fix darwin sandbox build
2019-09-20 22:01:15 +02:00
Silvan Mosberger
c545e85de8
minecraft: 2015-07-24 -> 2.1.5965 ( closes #68123 ) ( #68175 )
...
minecraft: 2015-07-24 -> 2.1.5965 (closes #68123 )
2019-09-20 21:54:30 +02:00
Maximilian Bosch
19f88062a6
openjdk8: add setJavaClassPath
-hook to jdk as well
...
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
2019-09-20 21:40:02 +02:00
Sirio Balmelli
dee0cb7be5
ycmd: add gopls completer
...
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>
2019-09-20 21:33:40 +02:00
Sirio Balmelli
7d21d6a680
ycmd: update build to 2019-09-19
...
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-20 21:33:40 +02:00
Sirio Balmelli
dfc7bdb1a3
ycmd: install phase copies all dirs below 'third_party'
...
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>
2019-09-20 21:33:37 +02:00
eyjhbb@gmail.com
a191823096
purple-slack: Init at 2019-08-18
2019-09-20 21:27:15 +02:00