xmobar: drop unnecessary override for 'stm'
This commit is contained in:
parent
59ef5ef0e8
commit
efe445f5f5
1 changed files with 1 additions and 3 deletions
|
@ -2017,9 +2017,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||
QuickCheck = self.QuickCheck2;
|
||||
};
|
||||
|
||||
xmobar = callPackage ../applications/misc/xmobar {
|
||||
stm = self.stm_2_3;
|
||||
};
|
||||
xmobar = callPackage ../applications/misc/xmobar {};
|
||||
|
||||
xmonad = callPackage ../applications/window-managers/xmonad {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue