mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
haskell-shake-language-c: test suite assumes an environment that we don't offer
This commit is contained in:
parent
d134181222
commit
4bb32a1e4d
@ -471,6 +471,9 @@ self: super: {
|
|||||||
separated = dontCheck super.separated;
|
separated = dontCheck super.separated;
|
||||||
shadowsocks = dontCheck super.shadowsocks;
|
shadowsocks = dontCheck super.shadowsocks;
|
||||||
shake-language-c = dontCheck super.shake-language-c;
|
shake-language-c = dontCheck super.shake-language-c;
|
||||||
|
shake-language-c_0_6_3 = dontCheck super.shake-language-c_0_6_3;
|
||||||
|
shake-language-c_0_6_4 = dontCheck super.shake-language-c_0_6_4;
|
||||||
|
shake-language-c_0_8_0 = dontCheck super.shake-language-c_0_8_0;
|
||||||
static-resources = dontCheck super.static-resources;
|
static-resources = dontCheck super.static-resources;
|
||||||
strive = dontCheck super.strive; # fails its own hlint test with tons of warnings
|
strive = dontCheck super.strive; # fails its own hlint test with tons of warnings
|
||||||
svndump = dontCheck super.svndump;
|
svndump = dontCheck super.svndump;
|
||||||
|
Loading…
Reference in New Issue
Block a user