2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-10-08 08:35:05 +01:00
|
|
|
{ cabal, bindingsDSL, libusb }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "bindings-libusb";
|
2014-10-31 10:37:15 +00:00
|
|
|
version = "1.4.5.0";
|
|
|
|
sha256 = "0xnx9p6wqbwiaqigdnf7x6vd0qq7w9wm0vxsh93adpb5wdpjza66";
|
2013-10-08 08:35:05 +01:00
|
|
|
buildDepends = [ bindingsDSL ];
|
|
|
|
pkgconfigDepends = [ libusb ];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/basvandijk/bindings-libusb";
|
|
|
|
description = "Low level bindings to libusb";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|