rcu: disable build on hydra

- rcu uses requireFile as src, so it cannot be built on Hydra

(cherry picked from commit fe0a5507a8)
This commit is contained in:
ghpzin
2024-09-05 21:36:28 +03:00
committed by OPNA2608
parent 5a77153f8a
commit d6475d262d

View File

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