From 411d3dcb61d3a5635b5fb67d8d25b959cda315ff Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 22 Feb 2015 14:25:24 +0100 Subject: [PATCH] haskell-elevator: build is fixed --- pkgs/development/haskell-modules/configuration-common.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index f59d38ccd2d..14fd6fcd39a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -557,10 +557,6 @@ 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; - # https://github.com/mikeizbicki/hmm/issues/12 hmm = markBroken super.hmm;