3
0
Fork 0
forked from mirrors/nixpkgs

xf86_video_nouveau: deprecate this alias

This commit is contained in:
Vladimír Čunát 2015-09-17 09:10:38 +02:00
parent fc2b0e9d10
commit 485ea9a621
2 changed files with 1 additions and 3 deletions

View file

@ -13,7 +13,6 @@ let
# Map video driver names to driver packages. FIXME: move into card-specific modules.
knownVideoDrivers = {
nouveau = { modules = [ pkgs.xf86_video_nouveau ]; };
unichrome = { modules = [ pkgs.xorgVideoUnichrome ]; };
virtualbox = { modules = [ kernelPackages.virtualboxGuestAdditions ]; driverName = "vboxvideo"; };
ati = { modules = [ pkgs.xorg.xf86videoati pkgs.xorg.glamoregl ]; };

View file

@ -10257,8 +10257,6 @@ let
xf86_video_nested = callPackage ../os-specific/linux/xf86-video-nested { };
xf86_video_nouveau = xorg.xf86videonouveau;
xmoto = callPackage ../games/xmoto { };
xorg_sys_opengl = callPackage ../os-specific/linux/opengl/xorg-sys { };
@ -15044,6 +15042,7 @@ let
rxvt_unicode_with-plugins = rxvt_unicode-with-plugins; # added 2015-04-02
speedtest_cli = speedtest-cli; # added 2015-02-17
sqliteInteractive = sqlite-interactive; # added 2014-12-06
xf86_video_nouveau = xorg.xf86videonouveau; # added 2015-09
youtube-dl = pythonPackages.youtube-dl; # added 2015-06-07
youtubeDL = youtube-dl; # added 2014-10-26