mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
haskell-xmonad-extras: update to version 0.10.1.2
This commit is contained in:
parent
6702643f73
commit
0bd2f95a31
@ -4,15 +4,12 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "xmonad-extras";
|
||||
version = "0.10.1.1";
|
||||
sha256 = "1pkp9z58w2x8yhxhvm5nifxb1qcajv52ji53n77rjhpysvrgq5m7";
|
||||
version = "0.10.1.2";
|
||||
sha256 = "1v0yhi3sw7qks8d13amps0qs5p90j3prjh5abm02wblcd0bm1xay";
|
||||
buildDepends = [
|
||||
hint libmpd mtl network parsec random regexPosix split X11 xmonad
|
||||
xmonadContrib
|
||||
];
|
||||
patchPhase = ''
|
||||
sed -i xmonad-extras.cabal -e 's|split .*|split|'
|
||||
'';
|
||||
configureFlags = "-f-with_hlist -fwith_split -fwith_parsec";
|
||||
meta = {
|
||||
homepage = "http://projects.haskell.org/xmonad-extras";
|
||||
|
Loading…
Reference in New Issue
Block a user