sproxy-web: mark as broken

This commit is contained in:
Domen Kožar 2014-09-06 15:23:22 +02:00
parent 0fc621e666
commit ed706113a8

View file

@ -22,5 +22,6 @@ cabal.mkDerivation (self: {
description = "Web interface to sproxy";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
broken = true;
};
})