summary refs log tree commit diff
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
parent502bf8268fba015d7114f9bab7e43f78ace40911 (diff)
downloadnixpkgs-a2cca0669e89708aa3f9992efa3f415ebb813976.tar
nixpkgs-a2cca0669e89708aa3f9992efa3f415ebb813976.tar.gz
nixpkgs-a2cca0669e89708aa3f9992efa3f415ebb813976.tar.bz2
nixpkgs-a2cca0669e89708aa3f9992efa3f415ebb813976.tar.lz
nixpkgs-a2cca0669e89708aa3f9992efa3f415ebb813976.tar.xz
nixpkgs-a2cca0669e89708aa3f9992efa3f415ebb813976.tar.zst
nixpkgs-a2cca0669e89708aa3f9992efa3f415ebb813976.zip
quartus-prime-lite: remove hydraPlatforms
-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 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 ];
     };
   };