From a2cca0669e89708aa3f9992efa3f415ebb813976 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Tue, 19 Jan 2021 00:05:16 -0800 Subject: [PATCH] quartus-prime-lite: remove hydraPlatforms --- pkgs/applications/editors/quartus-prime/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/editors/quartus-prime/default.nix b/pkgs/applications/editors/quartus-prime/default.nix index 7ad2a3247df..96a543f3cb5 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 ]; }; };