mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
xmonad-contrib: patch to fix build with GHC 7.8.2
This commit is contained in:
parent
74a9767c5e
commit
a77e380454
@ -9,6 +9,9 @@ cabal.mkDerivation (self: {
|
||||
buildDepends = [
|
||||
extensibleExceptions mtl random utf8String X11 X11Xft xmonad
|
||||
];
|
||||
patchPhase = self.stdenv.lib.optional (self.stdenv.lib.versionOlder "7.8" self.ghc.version) ''
|
||||
sed -i -e 's|ForeignFunctionInterface|AllowAmbiguousTypes, ForeignFunctionInterface|' xmonad-contrib.cabal
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://xmonad.org/";
|
||||
description = "Third party extensions for xmonad";
|
||||
|
Loading…
Reference in New Issue
Block a user