about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2017-12-22 12:48:07 -0500
committerShea Levy <shea@shealevy.com>2017-12-22 12:48:07 -0500
commit5e8a0786b0565f4941dbd836550eabfc7c8fa3f3 (patch)
tree7df863129745430cbe8fb3902dcb5950d5ba8a94 /pkgs/development/haskell-modules
parent6e3351d9cc4118d75f7ddeadce4f6141daf69a00 (diff)
downloadnixlib-5e8a0786b0565f4941dbd836550eabfc7c8fa3f3.tar
nixlib-5e8a0786b0565f4941dbd836550eabfc7c8fa3f3.tar.gz
nixlib-5e8a0786b0565f4941dbd836550eabfc7c8fa3f3.tar.bz2
nixlib-5e8a0786b0565f4941dbd836550eabfc7c8fa3f3.tar.lz
nixlib-5e8a0786b0565f4941dbd836550eabfc7c8fa3f3.tar.xz
nixlib-5e8a0786b0565f4941dbd836550eabfc7c8fa3f3.tar.zst
nixlib-5e8a0786b0565f4941dbd836550eabfc7c8fa3f3.zip
Disable tests on haskellPackages.protobuf
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index e69309d91ce7..a08697a5792b 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1005,4 +1005,7 @@ self: super: {
             sha256 = "14mf9940arilg6v54w9bc4z567rfbmm7gknsklv965fr7jpinxxj";
           };
     in appendPatch super.monad-memo patch;
+
+  # https://github.com/alphaHeavy/protobuf/issues/34
+  protobuf = dontCheck super.protobuf;
 }