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:
parent
2b72edad9b
commit
468f99e946
|
@ -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/;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue