summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-01-19 00:05:16 -0800
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-01-19 01:16:25 -0800
commita2cca0669e89708aa3f9992efa3f415ebb813976 (patch)
tree190567a03b7ad8247161cb72dd4fc522b5841017 /pkgs/applications/editors
parent502bf8268fba015d7114f9bab7e43f78ace40911 (diff)
quartus-prime-lite: remove hydraPlatforms
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/quartus-prime/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/quartus-prime/default.nix b/pkgs/applications/editors/quartus-prime/default.nix
index 7ad2a3247df2..96a543f3cb58 100644
--- a/pkgs/applications/editors/quartus-prime/default.nix
+++ b/pkgs/applications/editors/quartus-prime/default.nix
@@ -89,6 +89,7 @@ let
description = "FPGA design and simulation software";
license = lib.licenses.unfree;
platforms = lib.platforms.linux;
+ hydraPlatforms = [ ]; # requireFile srcs cannot be fetched by hydra, ignore
maintainers = with lib.maintainers; [ kwohlfahrt ];
};
};