about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2017-03-27 09:34:37 +0200
committerRobert Hensing <robert@roberthensing.nl>2017-03-27 09:34:37 +0200
commit39af068aba15cd63387f27437be52f9d63dc817a (patch)
tree512a359662d3d514103d2cac676f2c82ef4a0c4b /pkgs/development
parent50cce50143c8395738702e735c682e4afd965f1c (diff)
downloadnixlib-39af068aba15cd63387f27437be52f9d63dc817a.tar
nixlib-39af068aba15cd63387f27437be52f9d63dc817a.tar.gz
nixlib-39af068aba15cd63387f27437be52f9d63dc817a.tar.bz2
nixlib-39af068aba15cd63387f27437be52f9d63dc817a.tar.lz
nixlib-39af068aba15cd63387f27437be52f9d63dc817a.tar.xz
nixlib-39af068aba15cd63387f27437be52f9d63dc817a.tar.zst
nixlib-39af068aba15cd63387f27437be52f9d63dc817a.zip
mysql-haskell: dontCheck because check requires running server
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index b2d678edada9..fe11b9901564 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -55,6 +55,7 @@ self: super: {
 
   # check requires mysql server
   mysql-simple = dontCheck super.mysql-simple;
+  mysql-haskell = dontCheck super.mysql-haskell;
 
   # Link the proper version.
   zeromq4-haskell = super.zeromq4-haskell.override { zeromq = pkgs.zeromq4; };