remove old references to xorgserver_1_13_0

This commit is contained in:
Vladimír Čunát 2013-04-24 06:44:43 +00:00
parent bde20f3e88
commit 49f12fe878
2 changed files with 1 additions and 2 deletions

View file

@ -1750,7 +1750,7 @@ let
tigervnc = callPackage ../tools/admin/tigervnc {
fontDirectories = [ xorg.fontadobe75dpi xorg.fontmiscmisc xorg.fontcursormisc
xorg.fontbhlucidatypewriter75dpi ];
xorgserver = xorg.xorgserver_1_13_0;
inherit (xorg) xorgserver;
fltk = fltk13;
};

View file

@ -1937,7 +1937,6 @@ in
xmessage = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
xmodmap = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
xorgserver = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
xorgserver_1_13_0 = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
xpr = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
xprop = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
xrandr = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };