hscope: mark broken
This commit is contained in:
parent
c5fee4671d
commit
e594ae66fa
|
@ -20,5 +20,6 @@ cabal.mkDerivation (self: {
|
||||||
description = "cscope like browser for Haskell code";
|
description = "cscope like browser for Haskell code";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue