forked from mirrors/nixpkgs
Merge pull request #200146 from NickCao/nvidia-open
This commit is contained in:
commit
859d3eaa04
|
@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
||||||
description = "NVIDIA Linux Open GPU Kernel Module";
|
description = "NVIDIA Linux Open GPU Kernel Module";
|
||||||
homepage = "https://github.com/NVIDIA/open-gpu-kernel-modules";
|
homepage = "https://github.com/NVIDIA/open-gpu-kernel-modules";
|
||||||
license = with licenses; [ gpl2Plus mit ];
|
license = with licenses; [ gpl2Plus mit ];
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ nickcao ];
|
maintainers = with maintainers; [ nickcao ];
|
||||||
inherit broken;
|
inherit broken;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue