mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Merge pull request #22425 from Mic92/mysql-simple
haskellPackages.mysql-simple: skip check
This commit is contained in:
commit
39064f1218
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ self: super: {
|
|||
# test phase requires networking
|
||||
mysql = dontCheck (super.mysql.override { mysql = pkgs.mysql.lib; });
|
||||
|
||||
# check requires mysql server
|
||||
mysql-simple = dontCheck super.mysql-simple;
|
||||
|
||||
# Link the proper version.
|
||||
zeromq4-haskell = super.zeromq4-haskell.override { zeromq = pkgs.zeromq4; };
|
||||
|
||||
|
|
Loading…
Reference in a new issue