From 5badd8445e27721e20758c011345780bb9129251 Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Wed, 15 Oct 2014 06:08:18 +0100 Subject: [PATCH] haskell-yi-custom: broken = true for now --- pkgs/applications/editors/yi/yi-custom.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/editors/yi/yi-custom.nix b/pkgs/applications/editors/yi/yi-custom.nix index 05b26f7046f..59436392408 100644 --- a/pkgs/applications/editors/yi/yi-custom.nix +++ b/pkgs/applications/editors/yi/yi-custom.nix @@ -35,6 +35,8 @@ cabal.mkDerivation (self: rec { license = self.stdenv.lib.licenses.publicDomain; platforms = self.ghc.meta.platforms; maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ]; + # The wrapper does not yet work properly if we actually try to use it. + broken = true; }; }) \ No newline at end of file