mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
haskell-xmonad-contrib: update to version 0.11.3
This commit is contained in:
parent
eca445a408
commit
f9f19ee938
@ -4,14 +4,11 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "xmonad-contrib";
|
||||
version = "0.11.2";
|
||||
sha256 = "0qlc732m6mhvx7g10r69hk5x460kjv2r04s91cnn5yfiia1qfpai";
|
||||
version = "0.11.3";
|
||||
sha256 = "14h9vr33yljymswj50wbimav263y9abdcgi07mvfis0zd08rxqxa";
|
||||
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