mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
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:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user