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…
x
Reference in New Issue
Block a user