rcu: disable build on hydra

- rcu uses requireFile as src, so it cannot be built on Hydra
This commit is contained in:
ghpzin 2024-09-05 21:36:28 +03:00
parent 144ac614a2
commit fe0a5507a8
No known key found for this signature in database

View File

@ -148,5 +148,6 @@ python3Packages.buildPythonApplication rec {
homepage = "http://www.davisr.me/projects/rcu/";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ OPNA2608 ];
hydraPlatforms = [ ]; # requireFile used as src
};
}