new package: hayland

This commit is contained in:
David Virgilio 2014-11-16 02:08:39 -06:00
parent 7b8237f6fc
commit 55bb7dd1f2
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, c2hs, dataFlags, time, wayland, xml,
mesa
}:
cabal.mkDerivation (self: {
pname = "hayland";
version = "0.1.0.1";
sha256 = "0dpisbqfsay8lwpfihw5fmpzi2ajc8qshsawbr4r6x8indy4kdy0";
isLibrary = true;
isExecutable = true;
buildDepends = [ c2hs dataFlags time xml ];
testDepends = [ xml ];
pkgconfigDepends = [
wayland
mesa
];
doCheck = false;
meta = {
description = "Haskell bindings for the C Wayland library";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};
})

View File

@ -1087,6 +1087,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
HaTeX = callPackage ../development/libraries/haskell/HaTeX {};
hayland = callPackage ../development/libraries/haskell/hayland {};
hcltest = callPackage ../development/libraries/haskell/hcltest {};
hedis = callPackage ../development/libraries/haskell/hedis {};