sproxy-web: mark as broken
This commit is contained in:
parent
0fc621e666
commit
ed706113a8
|
@ -22,5 +22,6 @@ cabal.mkDerivation (self: {
|
||||||
description = "Web interface to sproxy";
|
description = "Web interface to sproxy";
|
||||||
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