mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
18250b97ae
had added him earlier.
25 lines
818 B
Nix
25 lines
818 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, hint, libmpd, mtl, network, parsec, random, regexPosix
|
|
, split, X11, xmonad, xmonadContrib
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "xmonad-extras";
|
|
version = "0.12";
|
|
sha256 = "1gyj9j6x21rvs6kg6g74wr0jdd36c5ml63a670456fhjr96s8y0g";
|
|
buildDepends = [
|
|
hint libmpd mtl network parsec random regexPosix split X11 xmonad
|
|
xmonadContrib
|
|
];
|
|
configureFlags = "-f-with_hlist -fwith_split -fwith_parsec";
|
|
jailbreak = true;
|
|
meta = {
|
|
homepage = "http://projects.haskell.org/xmonad-extras";
|
|
description = "Third party extensions for xmonad with wacky dependencies";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
|
};
|
|
})
|