omake: mark as broken

This commit is contained in:
Kirill Boltaev 2016-09-19 20:09:51 +03:00
parent a8da2da780
commit 8447340904
1 changed files with 1 additions and 0 deletions

View File

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