forked from mirrors/nixpkgs
Remove vmware comment
This commit is contained in:
parent
ea3eb991b7
commit
fc7c7ae91a
|
@ -192,8 +192,7 @@ in
|
|||
};
|
||||
|
||||
videoDrivers = mkOption {
|
||||
# !!! We'd like "nv" here, but it segfaults the X server. Idem for
|
||||
# "vmware".
|
||||
# !!! We'd like "nv" here, but it segfaults the X server.
|
||||
default = [ "ati" "cirrus" "intel" "vesa" "vmware" ];
|
||||
example = [ "vesa" ];
|
||||
description = ''
|
||||
|
|
Loading…
Reference in a new issue