lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

metaocaml_3_09: mark as broken

+2 -1
+2 -1
pkgs/development/compilers/ocaml/metaocaml-3.09.nix
··· 27 27 meta = { 28 28 homepage = http://www.metaocaml.org/; 29 29 license = with stdenv.lib.licenses; [ qpl lgpl2 ]; 30 - desctiption = "A compiled, type-safe, multi-stage programming language"; 30 + description = "A compiled, type-safe, multi-stage programming language"; 31 + broken = true; 31 32 }; 32 33 33 34 })