arena: fix evaluation blocking typo

This commit is contained in:
Ryan Mulligan 2018-07-24 09:35:10 -07:00
parent 006e298107
commit bc52706a04

View file

@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
'';
license = stdenv.lib.licenses.unfree;
platforms = ["x86_64-linux"];
hydryPlatforms = stdenv.lib.platforms.none;
hydraPlatforms = stdenv.lib.platforms.none;
};
}