mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
houdini: remove hydra platforms as src cannot be fetched
This commit is contained in:
parent
7c64854b23
commit
502bf8268f
|
@ -81,6 +81,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://www.sidefx.com";
|
||||
license = lib.licenses.unfree;
|
||||
platforms = lib.platforms.linux;
|
||||
hydraPlatforms = [ ]; # requireFile src's should be excluded
|
||||
maintainers = [ lib.maintainers.canndrew ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue