mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
rcu: disable build on hydra
- rcu uses requireFile as src, so it cannot be built on Hydra
This commit is contained in:
parent
144ac614a2
commit
fe0a5507a8
@ -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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user