persistent-mysql: fix build
tests need a running mysql instance, so disable them
This commit is contained in:
parent
720d0c7803
commit
7335de2dab
@ -1468,4 +1468,6 @@ self: super: {
|
|||||||
# haskell-ci-0.8 needs cabal-install-parsers ==0.1, but we have 0.2.
|
# haskell-ci-0.8 needs cabal-install-parsers ==0.1, but we have 0.2.
|
||||||
haskell-ci = doJailbreak super.haskell-ci;
|
haskell-ci = doJailbreak super.haskell-ci;
|
||||||
|
|
||||||
|
persistent-mysql = dontCheck super.persistent-mysql;
|
||||||
|
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
@ -8156,7 +8156,6 @@ broken-packages:
|
|||||||
- persistent-map
|
- persistent-map
|
||||||
- persistent-migration
|
- persistent-migration
|
||||||
- persistent-mongoDB
|
- persistent-mongoDB
|
||||||
- persistent-mysql
|
|
||||||
- persistent-mysql-haskell
|
- persistent-mysql-haskell
|
||||||
- persistent-protobuf
|
- persistent-protobuf
|
||||||
- persistent-ratelimit
|
- persistent-ratelimit
|
||||||
|
@ -185286,8 +185286,6 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "Backend for the persistent library using MySQL database server";
|
description = "Backend for the persistent library using MySQL database server";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"persistent-mysql-haskell" = callPackage
|
"persistent-mysql-haskell" = callPackage
|
||||||
|
Loading…
Reference in New Issue
Block a user