xmonad-extras: pass old version of split

optional features depend on it.
This commit is contained in:
Mathijs Kwik 2012-08-25 20:16:55 +02:00
parent b1f8a1b916
commit ba83178aed

View File

@ -1811,6 +1811,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
xmonadExtras = callPackage ../applications/window-managers/xmonad/xmonad-extras.nix {
X11 = self.X11_1_5_0_1;
split = self.split_0_1;
};
# Tools.