about summary refs log tree commit diff
path: root/pkgs/applications/editors/quartus-prime
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/quartus-prime')
-rw-r--r--pkgs/applications/editors/quartus-prime/quartus.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/quartus-prime/quartus.nix b/pkgs/applications/editors/quartus-prime/quartus.nix
index 9475f44170314..4b56698602382 100644
--- a/pkgs/applications/editors/quartus-prime/quartus.nix
+++ b/pkgs/applications/editors/quartus-prime/quartus.nix
@@ -89,6 +89,7 @@ in stdenv.mkDerivation rec {
   meta = with lib; {
     inherit homepage;
     description = "FPGA design and simulation software";
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.unfree;
     platforms = platforms.linux;
     hydraPlatforms = [ ]; # requireFile srcs cannot be fetched by hydra, ignore