summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/jack/default.nix
blob: 1abb8fd38472a048baa0596bc4b6bf65e597ee77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, enumset, eventList, explicitException, jack2, 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 = [ jack2 ];
  meta = {
    homepage = "http://www.haskell.org/haskellwiki/JACK";
    description = "Bindings for the JACK Audio Connection Kit";
    license = "GPL";
    platforms = self.stdenv.lib.platforms.linux;
    maintainers = with self.stdenv.lib.maintainers; [ ertes ];
  };
})