18 lines
541 B
Nix
18 lines
541 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, bindingsDSL, libusb }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "bindings-libusb";
|
|
version = "1.4.5.0";
|
|
sha256 = "0xnx9p6wqbwiaqigdnf7x6vd0qq7w9wm0vxsh93adpb5wdpjza66";
|
|
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;
|
|
};
|
|
})
|