linuxPackages.nvidia_x11.open: set platforms to only x86_64-linux

This commit is contained in:
Nick Cao 2022-11-08 13:22:46 +08:00
parent 39ee23f4c3
commit cbda4425ec
No known key found for this signature in database

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation {
description = "NVIDIA Linux Open GPU Kernel Module";
homepage = "https://github.com/NVIDIA/open-gpu-kernel-modules";
license = with licenses; [ gpl2Plus mit ];
platforms = platforms.linux;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ nickcao ];
inherit broken;
};