mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-cabal-helper: drop obsolete override
Tests are now being disabled by hackage2nix.
This commit is contained in:
parent
c8da4cf7af
commit
8e70d65652
1 changed files with 0 additions and 3 deletions
|
@ -205,9 +205,6 @@ self: super: {
|
||||||
# The tests in vty-ui do not build, but vty-ui itself builds.
|
# The tests in vty-ui do not build, but vty-ui itself builds.
|
||||||
vty-ui = enableCabalFlag super.vty-ui "no-tests";
|
vty-ui = enableCabalFlag super.vty-ui "no-tests";
|
||||||
|
|
||||||
# https://github.com/DanielG/cabal-helper/issues/10
|
|
||||||
cabal-helper = dontCheck super.cabal-helper;
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/1112
|
# https://github.com/fpco/stackage/issues/1112
|
||||||
vector-algorithms = dontCheck super.vector-algorithms;
|
vector-algorithms = dontCheck super.vector-algorithms;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue