1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/jack/default.nix
2014-07-28 20:32:52 +02:00

25 lines
740 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, enumset, eventList, explicitException, jackaudio, midi
, nonNegative, transformers
}:
cabal.mkDerivation (self: {
pname = "jack";
version = "0.7.0.3";
sha256 = "12ap7xcgzmp5zwmqkwsgxplh5li21m7xngijr4mhnn9y33xc1lrk";
isLibrary = true;
isExecutable = true;
buildDepends = [
enumset eventList explicitException midi nonNegative transformers
];
pkgconfigDepends = [ jackaudio ];
meta = {
homepage = "http://www.haskell.org/haskellwiki/JACK";
description = "Bindings for the JACK Audio Connection Kit";
license = "GPL";
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.ertes ];
};
})