mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03: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
|
||||
];
|
||||
platforms = with stdenv.lib.platforms;
|
||||
linux;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
hydraPlatforms = [];
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
homepage = https://google.github.io/liquidfun/;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user