2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-07-31 11:47:17 +01:00
|
|
|
{ cabal, enumset, eventList, explicitException, jack2, midi
|
2014-04-28 17:57:09 +01:00
|
|
|
, nonNegative, transformers
|
|
|
|
}:
|
2014-04-25 13:03:00 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "jack";
|
2014-07-03 16:00:31 +01:00
|
|
|
version = "0.7.0.3";
|
|
|
|
sha256 = "12ap7xcgzmp5zwmqkwsgxplh5li21m7xngijr4mhnn9y33xc1lrk";
|
2014-04-25 13:03:00 +01:00
|
|
|
isLibrary = true;
|
2014-04-28 17:57:09 +01:00
|
|
|
isExecutable = true;
|
2014-04-25 13:03:00 +01:00
|
|
|
buildDepends = [
|
2014-04-28 17:57:09 +01:00
|
|
|
enumset eventList explicitException midi nonNegative transformers
|
2014-04-25 13:03:00 +01:00
|
|
|
];
|
2014-07-31 11:47:17 +01:00
|
|
|
pkgconfigDepends = [ jack2 ];
|
2014-04-25 13:03:00 +01:00
|
|
|
meta = {
|
2014-04-28 17:57:09 +01:00
|
|
|
homepage = "http://www.haskell.org/haskellwiki/JACK";
|
2014-04-25 13:03:00 +01:00
|
|
|
description = "Bindings for the JACK Audio Connection Kit";
|
2014-04-28 17:57:09 +01:00
|
|
|
license = "GPL";
|
2014-08-12 10:16:43 +01:00
|
|
|
platforms = self.stdenv.lib.platforms.linux;
|
2014-08-09 12:48:22 +01:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ertes ];
|
2014-04-25 13:03:00 +01:00
|
|
|
};
|
|
|
|
})
|