haskell-lushtags: broken with recent haskell-source-exts
This commit is contained in:
parent
927f51f720
commit
23f186fa3f
@ -9,11 +9,11 @@ cabal.mkDerivation (self: {
|
|||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ haskellSrcExts text vector ];
|
buildDepends = [ haskellSrcExts text vector ];
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/bitc/lushtags";
|
homepage = "https://github.com/bitc/lushtags";
|
||||||
description = "Create ctags compatible tags files for Haskell programs";
|
description = "Create ctags compatible tags files for Haskell programs";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user