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 55b964e179
commit 7202f40707

View File

@ -1782,6 +1782,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.