3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #200146 from NickCao/nvidia-open

This commit is contained in:
Martin Weinelt 2022-11-09 23:01:39 +01:00 committed by GitHub
commit 859d3eaa04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};