haskellPackages.xmonad-extras: jailbreak to allow xmonad 0.13 (#22927)

Fixes https://github.com/NixOS/nixpkgs/issues/22919
This commit is contained in:
Sarah Brofeldt 2017-02-18 04:07:55 +01:00 committed by Joachim F
parent 946612ffdd
commit d26ac6afa4

View File

@ -862,4 +862,7 @@ self: super: {
# https://github.com/Gabriel439/Haskell-DirStream-Library/issues/8
dirstream = doJailbreak super.dirstream;
# https://github.com/xmonad/xmonad-extras/issues/3
xmonad-extras = doJailbreak super.xmonad-extras;
}