lol
0
fork

Configure Feed

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

* Narrow ocaml platforms to linux and darwin

svn path=/nixpkgs/trunk/; revision=25062

+1 -1
+1 -1
pkgs/development/compilers/ocaml/3.11.1.nix
··· 53 53 documentation generator (ocamldoc). 54 54 ''; 55 55 56 - platforms = stdenv.lib.platforms.all; 56 + platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin; 57 57 maintainers = [ 58 58 stdenv.lib.maintainers.z77z 59 59 ];