mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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;
|
||||
isExecutable = true;
|
||||
buildDepends = [ haskellSrcExts text vector ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "https://github.com/bitc/lushtags";
|
||||
description = "Create ctags compatible tags files for Haskell programs";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
broken = true;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user