new package: hayland
This commit is contained in:
parent
7b8237f6fc
commit
55bb7dd1f2
25
pkgs/development/libraries/haskell/hayland/default.nix
Normal file
25
pkgs/development/libraries/haskell/hayland/default.nix
Normal 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;
|
||||
};
|
||||
})
|
@ -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 {};
|
||||
|
Loading…
Reference in New Issue
Block a user