linuxPackages.nvidia_x11: add jonringer as maintainer
This commit is contained in:
parent
1da4e07ea6
commit
82b2a833d8
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ let
|
||||||
description = "X.org driver and kernel module for NVIDIA graphics cards";
|
description = "X.org driver and kernel module for NVIDIA graphics cards";
|
||||||
license = licenses.unfreeRedistributable;
|
license = licenses.unfreeRedistributable;
|
||||||
platforms = [ "x86_64-linux" ] ++ optionals (!i686bundled) [ "i686-linux" ];
|
platforms = [ "x86_64-linux" ] ++ optionals (!i686bundled) [ "i686-linux" ];
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ jonringer ];
|
||||||
priority = 4; # resolves collision with xorg-server's "lib/xorg/modules/extensions/libglx.so"
|
priority = 4; # resolves collision with xorg-server's "lib/xorg/modules/extensions/libglx.so"
|
||||||
inherit broken;
|
inherit broken;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue