arena: fix evaluation blocking typo
This commit is contained in:
parent
006e298107
commit
bc52706a04
|
@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
license = stdenv.lib.licenses.unfree;
|
license = stdenv.lib.licenses.unfree;
|
||||||
platforms = ["x86_64-linux"];
|
platforms = ["x86_64-linux"];
|
||||||
hydryPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue