1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

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;
};
}