Skip to content
Snippets Groups Projects
Commit e773f7d1 authored by Daniel Firth's avatar Daniel Firth
Browse files

xmonad-contrib: init at 0.17.1

parent 73c6210f
Branches
Tags
No related merge requests found
......@@ -940,6 +940,7 @@ in H.HorizonExport.MakePackageSet
, H.callHackage "xml-conduit" "1.9.1.1"
, H.callHackage "xml-types" "0.3.8"
, H.callHackage "xml" "1.3.14"
, H.callHackage "xmonad-contrib" "0.17.1"
, H.callHackage "xmonad" "0.17.1"
, H.callHackage "yaml" "0.11.8.0"
, H.callHackage "zip-archive" "0.4.2.2"
......
......@@ -1527,6 +1527,8 @@ self: with pkgs.haskell.lib; {
xmonad = self.callPackage (./pkgs/xmonad.nix) { };
xmonad-contrib = self.callPackage (./pkgs/xmonad-contrib.nix) { };
yaml = self.callPackage (./pkgs/yaml.nix) { };
zip-archive = self.callPackage (./pkgs/zip-archive.nix) { };
......
{ mkDerivation
, QuickCheck
, X11
, X11-xft
, base
, bytestring
, containers
, deepseq
, directory
, filepath
, hspec
, lib
, mtl
, process
, random
, time
, unix
, utf8-string
, xmonad
}:
mkDerivation {
pname = "xmonad-contrib";
version = "0.17.1";
sha256 = "ab378337f48f8f359f6ff6425b1d7cfefccf336e527c3a7606d070e567479253";
revision = "1";
editedCabalFile = "0dc9nbn0kaw98rgpi1rq8np601zjhdr1y0ydg6yb82wwaqawql6z";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
containers
deepseq
directory
filepath
mtl
process
random
time
unix
utf8-string
X11
X11-xft
xmonad
];
testHaskellDepends = [
base
bytestring
containers
deepseq
directory
hspec
mtl
process
QuickCheck
random
time
unix
utf8-string
X11
xmonad
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://xmonad.org/";
description = "Community-maintained extensions for xmonad";
license = lib.licenses.bsd3;
broken = false;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment