From b2f22c8a29e5b84bba1e099a60a5ae5df7496be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edward=20Tj=C3=B6rnhammar?= Date: Tue, 14 Apr 2015 20:24:58 +0200 Subject: [PATCH] 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 --- .../haskell-modules/configuration-ghc-7.10.x.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix index b089e3b3fa00..554df6ab9c6e 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -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 + ''; + }); }