lol
0
fork

Configure Feed

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

polyml: enable tests

+8
+8
pkgs/development/compilers/polyml/default.nix
··· 31 31 "--with-gmp" 32 32 ]; 33 33 34 + doCheck = true; 35 + 36 + checkPhase = '' 37 + runHook preCheck 38 + make check 39 + runHook postCheck 40 + ''; 41 + 34 42 meta = with lib; { 35 43 description = "Standard ML compiler and interpreter"; 36 44 longDescription = ''