1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

liquidfun: Don't build on Hydra

It uses requireFile.
This commit is contained in:
Eelco Dolstra 2014-09-03 11:05:21 +02:00
parent 2b72edad9b
commit 468f99e946

View file

@ -39,8 +39,8 @@ stdenv.mkDerivation rec {
[ [
qknight qknight
]; ];
platforms = with stdenv.lib.platforms; platforms = stdenv.lib.platforms.linux;
linux; hydraPlatforms = [];
license = stdenv.lib.licenses.bsd2; license = stdenv.lib.licenses.bsd2;
homepage = https://google.github.io/liquidfun/; homepage = https://google.github.io/liquidfun/;
}; };