omake: mark as broken

This commit is contained in:
Kirill Boltaev 2016-09-19 20:09:51 +03:00
parent a8da2da780
commit 8447340904

View File

@ -33,5 +33,6 @@ stdenv.mkDerivation {
description = "A build system designed for scalability and portability";
homepage = "${webpage}";
license = "GPL";
broken = true;
};
}