3
0
Fork 0
forked from mirrors/nixpkgs

haskell-shake-language-c: test suite assumes an environment that we don't offer

This commit is contained in:
Peter Simons 2015-09-18 16:02:38 +02:00
parent d134181222
commit 4bb32a1e4d

View file

@ -471,6 +471,9 @@ self: super: {
separated = dontCheck super.separated;
shadowsocks = dontCheck super.shadowsocks;
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;
strive = dontCheck super.strive; # fails its own hlint test with tons of warnings
svndump = dontCheck super.svndump;