Commit Graph

246376 Commits

Author SHA1 Message Date
maralorn
0756b8a7bf
haskell-language-server: Init wrapper for multiple ghc versions at 0.5.0 (#99519)
* haskell-language-server: Init wrapper for multiple ghc versions at 0.5.0

* Fix closure size

* docs: Add hls section to Haskell part of manual
2020-10-10 16:01:57 +02:00
Dennis Gosnell
f7e72e7b22
Merge pull request #100107 from jappeace/haskell-updates
cut-the-crap: 1.4.2 Mark unbroken
2020-10-10 21:19:33 +09:00
Jappie Klooster
2005dbf5a8 Add youtube-dl to path for version 2 2020-10-10 12:58:11 +02:00
Peter Simons
698b39ff6c hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-17-g25ee725 from Hackage revision
735a8cae16.
2020-10-10 02:31:02 +02:00
Jappie Klooster
ef2eaa9373 cut-the-crap: Mark unbroken
I fixed this by adding c2hs to cabal as a built tool.
2020-10-09 23:16:54 +02:00
Peter Simons
af919611ca
Merge pull request #100067 from NixOS/haskell-updates
Update Haskell package set to LTS 16.17 (plus other fixes)
2020-10-09 21:41:17 +02:00
Peter Simons
143650958c couchdb: revert changes from 0da82de388
These changes break evaluation and they frankly don't look correct here.
2020-10-09 21:39:35 +02:00
Peter Simons
913923c07c haskell-ghcide: update overrides for the new version of lsp-test 2020-10-09 21:39:35 +02:00
Peter Simons
ec2d05bd7a git-annex: update to new version 8.20201007 2020-10-09 21:39:35 +02:00
Malte Voos
7526fbef4b haskellPackages.domain-auth: disable test suite 2020-10-09 21:39:35 +02:00
maralorn
9bf8b98045 haskell-language-server: 0.4.0 -> 0.5.0 (#99508) 2020-10-09 21:39:35 +02:00
Peter Simons
d948d97c4d hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-17-g25ee725 from Hackage revision
6abe394f93.
2020-10-09 21:39:10 +02:00
Peter Simons
3f3b0065c3 hackage2nix: update list of broken builds to fix evaluation 2020-10-09 21:38:27 +02:00
Peter Simons
48659e9df8 LTS Haskell 16.17 2020-10-09 21:38:27 +02:00
Dmitry Kalinkin
5540128f68
Merge pull request #99993 from veprbl/pr/pythia_8_303
pythia: 8.244 -> 8.303
2020-10-09 15:16:01 -04:00
Dmitry Kalinkin
4d15ce5d15
Merge pull request #99910 from veprbl/pr/texlive_tests
tests.texlive: init
2020-10-09 14:14:11 -04:00
Doron Behar
0da82de388 treewide: Use spidermonkey_68 explicitly
A fix for #100089 which caused ofborg eval errors on all PRs due to
usage of aliases in couchdb and mediatomb.
2020-10-09 20:47:45 +03:00
Daiderd Jordan
a4bbb8a5af
Merge pull request #100051 from bachp/plex-1.20.2.3402
plex: 1.20.1.3252 -> 1.20.2.3402
2020-10-09 19:30:46 +02:00
Daniël de Kok
a11033993c
Merge pull request #99947 from omasanori/beancount-2.3.2
beancount: 2.3.1 -> 2.3.2
2020-10-09 19:25:58 +02:00
zimbatm
d8e4c8e612
Merge pull request #96641 from zimbatm/data-module-imports
nixos: Data module imports
2020-10-09 17:07:51 +00:00
Martin Weinelt
73155864fa
Merge pull request #100091 from mweinelt/pyatmo
python3Packages.pyatmo: 4.0.0 -> 4.1.0
2020-10-09 18:43:58 +02:00
Lassulus
966a7e9248
Merge pull request #82860 from xfix/flips
flips: init at unstable-2020-10-02
2020-10-09 18:23:21 +02:00
WORLDofPEACE
2023cbe998
Merge pull request #100089 from mkg20001/spidm
spidermonkey: drop from all-packages, add to aliases
2020-10-09 12:09:18 -04:00
ajs124
178213fad1
Merge pull request #99961 from helsinki-systems/upd/asterisk
asterisk: Bump all packages
2020-10-09 17:39:49 +02:00
Martin Weinelt
3f3e7949e0
python3Packages.pyatmo: 4.0.0 -> 4.1.0
Enable tests by fetching sources from GitHub.
2020-10-09 17:37:31 +02:00
ajs124
d81e10c735
Merge pull request #99953 from helsinki-systems/upd/confluence
atlassian-confluence: 7.7.4 -> 7.8.0
2020-10-09 17:21:35 +02:00
Martin Weinelt
81b664a0c6
Merge pull request #99986 from mweinelt/hass
home-assistant: 0.115.6 -> 0.116.2; python3Packages.voluptuous: 0.11.7 -> 0.12.0
2020-10-09 17:14:19 +02:00
Martin Weinelt
657c387464
pythonPackages.yeelight: 0.5.3 -> 0.5.4
Use pytestCheckhook for testing.
2020-10-09 17:10:28 +02:00
zimbatm
0e354d87bc
Merge pull request #100072 from zimbatm/tf-0.13-fixups
terraform-full: fix evaluation
2020-10-09 14:55:47 +00:00
zimbatm
c79ff8ddca
terraform: fix withPlugins
Move the providerSourceAddress fallback to the terraform.withPlugins
function. Since plugins can be arbitrary derivations, there is no
guarantee that this attribute will be exposed.

While doing that I also cleaned the toDrv function to only pass
attributes to the builder which are required by the build.

The Terraform 0.13 fallback slug has changed from
`nixpkgs/<provider-owner>/<provider-name>` to `nixpkgs/<provider-name>`
as the owner is also not always available. As a nixpkgs user, all I know
is that the provider is in nixpkgs and his name, the owner information
is not necessarily easy to get by.
2020-10-09 16:55:30 +02:00
Martin Weinelt
5a9a3143fc homeassistant: 0.116.1 -> 0.116.2 2020-10-09 16:54:53 +02:00
Maciej Krüger
556ad0d6a8
spidermonkey: drop from all-packages, add to aliases 2020-10-09 16:53:07 +02:00
Vincent Laporte
ddb2c7779e coqPackages.coq-ext-lib: clean dependencies 2020-10-09 16:32:48 +02:00
Vincent Laporte
13126ce0a0 coqPackages.dpdgraph: do not depend on camlp5 for recent versions of Coq 2020-10-09 16:32:48 +02:00
Vincent Laporte
488d73f045 coqPackages.bignums: do not depend on camlp5 for recent versions of Coq 2020-10-09 16:32:48 +02:00
Domen Kožar
56b0334bcf
Merge pull request #100064 from samuela/upkeep-bot/vscode-1.50.0-1602206671
vscode: 1.49.3 -> 1.50.0
2020-10-09 16:26:36 +02:00
Daniel Gorin
5d7bcd5b13
apfs-fuse: Let mount find apfs-fuse (#84997)
We add a symlink `mount.fuse.apfs-fuse ~~> apfs-fuse`, so that we can specify
`fuse.apfs-fuse` as `fsType` in `nixos` and have the device mounted. The
current alternative is to specify: `fuse./run/current-system/sw/bin/apfs-fuse`
as `fsType`.

On other distros, using `fuse.apfs-fuse` should work since `mount.fuse`
will just runs `apfs-fuse`, but on nixos the `PATH` of `mount.fuse` is
restricted. The symlink makes it work directly, without having
`mount.fuse` doing the dispatch.
2020-10-09 09:55:56 -04:00
Michael Weiss
c9eaddb48b
gns3-{gui,server}: 2.2.14 -> 2.2.15 2020-10-09 15:18:53 +02:00
Mario Rodas
7e1c3c0836
Merge pull request #99917 from marsam/update-bazelisk
bazelisk: 1.6.1 -> 1.7.1
2020-10-09 08:02:24 -05:00
Mario Rodas
fb261a5bab
Merge pull request #99939 from siraben/cyclone-scheme-init
cyclone-scheme: init at 0.21
2020-10-09 07:55:57 -05:00
Tim Steinbach
2216b87688
oh-my-zsh: 2020-10-08 -> 2020-10-09 2020-10-09 08:33:03 -04:00
Tim Steinbach
8293f9509e
linux/hardened/patches/5.8: 5.8.12.a -> 5.8.14.a 2020-10-09 08:32:01 -04:00
Tim Steinbach
edf17457ed
linux/hardened/patches/5.4: 5.4.68.a -> 5.4.70.a 2020-10-09 08:31:58 -04:00
Tim Steinbach
6f4d132a08
linux/hardened/patches/4.19: 4.19.148.a -> 4.19.150.a 2020-10-09 08:31:56 -04:00
Tim Steinbach
84c56e0dbb
linux/hardened/patches/4.14: 4.14.199.a -> 4.14.200.a 2020-10-09 08:31:50 -04:00
zimbatm
3f49e5ba03
terraform-providers.keycloak: use pname
We will be relying on the pname to figure out where to link the plugin.
2020-10-09 12:43:13 +02:00
Martin Weinelt
94515128c3 home-assistant: clean up dependencies 2020-10-09 12:11:05 +02:00
Martin Weinelt
41331908ac homeassistant: 0.116.0 -> 0.116.1 2020-10-09 12:11:05 +02:00
Martin Weinelt
53d04173e0 home-assistant: convert tests to pytestCheckHook
Enables testing in parallel. This cuts down the test phase from over
five to under one minute on my 6C/12T processor.

Sadly while the upstream runs their tests using `-n auto` this isn't
working for us in all cases. I currently assume they use low concurrency in
their CI, which is not triggering these issues..
2020-10-09 12:11:05 +02:00
Martin Weinelt
9cf3b6a473 homeassistant: 0.115.6 -> 0.116.0 2020-10-09 12:11:05 +02:00