mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
haskell-bindings-portaudio: new package
This commit is contained in:
parent
d9ba0ed9af
commit
891a293aa6
@ -0,0 +1,17 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, bindingsDSL, portaudio }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "bindings-portaudio";
|
||||
version = "0.1";
|
||||
sha256 = "0wcxq300ijfkf4zc7p4xwsd9wzhnlss0kxjf04fka01mf9bh3ai2";
|
||||
buildDepends = [ bindingsDSL ];
|
||||
pkgconfigDepends = [ portaudio ];
|
||||
meta = {
|
||||
description = "Low-level bindings to portaudio library";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
};
|
||||
})
|
@ -263,6 +263,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
libusb = pkgs.libusb1;
|
||||
};
|
||||
|
||||
bindingsPortaudio = callPackage ../development/libraries/haskell/bindings-portaudio {};
|
||||
|
||||
bindingsPosix = callPackage ../development/libraries/haskell/bindings-posix {};
|
||||
|
||||
bitarray = callPackage ../development/libraries/haskell/bitarray {};
|
||||
|
Loading…
Reference in New Issue
Block a user