From 502bf8268fba015d7114f9bab7e43f78ace40911 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Mon, 18 Jan 2021 23:58:43 -0800 Subject: [PATCH] houdini: remove hydra platforms as src cannot be fetched --- pkgs/applications/misc/houdini/runtime.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/misc/houdini/runtime.nix b/pkgs/applications/misc/houdini/runtime.nix index 9e92a2c6659..b1c7949d258 100644 --- a/pkgs/applications/misc/houdini/runtime.nix +++ b/pkgs/applications/misc/houdini/runtime.nix @@ -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 ]; }; }