From 5b475709c8f69ea6f2ff224cb24a1e3932c3f72b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 21 Feb 2015 15:11:30 +0100 Subject: [PATCH] haskell-elevator doesn't compile. --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index b265da478fa..3f098da190e 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -557,6 +557,10 @@ self: super: { apiary-session = dontCheck super.apiary-session; apiary-websockets = dontCheck super.apiary-websockets; + # https://github.com/fumieval/elevator/issues/2 + elevator = markBroken super.elevator; + minioperational = markBroken super.minioperational; + } // { # Not on Hackage.