about summary refs log tree commit diff
path: root/pkgs/applications/editors/yi
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-10-15 06:08:18 +0100
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-10-15 06:08:18 +0100
commit5badd8445e27721e20758c011345780bb9129251 (patch)
treecc2fee7cafeee2ae20eb33658dd649872a802ee0 /pkgs/applications/editors/yi
parenta21d3b67e5f95da6cbf38b9533e47c3505aa863d (diff)
haskell-yi-custom: broken = true for now
Diffstat (limited to 'pkgs/applications/editors/yi')
-rw-r--r--pkgs/applications/editors/yi/yi-custom.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/editors/yi/yi-custom.nix b/pkgs/applications/editors/yi/yi-custom.nix
index 05b26f7046f21..59436392408fb 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