1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00
nixpkgs/pkgs/development/libraries/haskell/hayland/default.nix
2014-11-16 02:08:39 -06:00

26 lines
621 B
Nix

# 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;
};
})