summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/bindings-libusb/default.nix
blob: e6f429245883ac99b72b1e85b94f6a072824d87b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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;
  };
})