summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-01-18 23:58:43 -0800
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-01-19 01:16:25 -0800
commit502bf8268fba015d7114f9bab7e43f78ace40911 (patch)
tree188a5f0c252b76e4721d3afba0f2814c840b7138 /pkgs
parent7c64854b231c4a37ebf85ceb4df5146d335fb5dd (diff)
houdini: remove hydra platforms as src cannot be fetched
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/houdini/runtime.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/houdini/runtime.nix b/pkgs/applications/misc/houdini/runtime.nix
index 9e92a2c6659bd..b1c7949d258c2 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 ];
   };
 }