ghc7101 configurations
haskell-ng.packages.ghc7101.timezone-series: jailbreak haskell-ng.packages.ghc7101.timezone-olson: jailbreak haskell-ng.packages.ghc7101.libmpd: disable testing haskell-ng.packages.ghc7101.xmonad-extras: rename volume operator
This commit is contained in:
parent
d4b5194ca6
commit
b2f22c8a29
1 changed files with 9 additions and 0 deletions
|
@ -298,4 +298,13 @@ self: super: {
|
|||
prePatch = "sed -i 's|4\.8|4.9|' diagrams-lib.cabal";
|
||||
patches = [ ./diagrams-lib-flexible-contexts.patch ];
|
||||
});
|
||||
|
||||
timezone-series = doJailbreak super.timezone-series;
|
||||
timezone-olson = doJailbreak super.timezone-olson;
|
||||
libmpd = dontCheck super.libmpd;
|
||||
xmonad-extras = overrideCabal super.xmonad-extras (drv: {
|
||||
postPatch = ''
|
||||
sed -i -e "s,<\*,<¤,g" XMonad/Actions/Volume.hs
|
||||
'';
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue