From d6475d262d03af4181b5b493ff78dbfb5edc4d1a Mon Sep 17 00:00:00 2001 From: ghpzin Date: Thu, 5 Sep 2024 21:36:28 +0300 Subject: [PATCH] rcu: disable build on hydra - rcu uses requireFile as src, so it cannot be built on Hydra (cherry picked from commit fe0a5507a81d6e77fbb127046ee8882f62596730) --- pkgs/by-name/rc/rcu/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/rc/rcu/package.nix b/pkgs/by-name/rc/rcu/package.nix index 2f5387f51dfd..26a30f2cac53 100644 --- a/pkgs/by-name/rc/rcu/package.nix +++ b/pkgs/by-name/rc/rcu/package.nix @@ -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 }; }