forked from mirrors/nixpkgs
f6f2f38a6e
Currently, we have a 'jack' package with attrname 'jack1d' and a 'jackdbus' package with attrname 'jackaudio'. Make it consistent 'jack1' and 'jack2' in both package name and attrname. This aligns the naming with what can be found on the JACK homepage. Q: what's the difference between jack1 and jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
25 lines
732 B
Nix
25 lines
732 B
Nix
# 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.ghc.meta.platforms;
|
|
maintainers = [ self.stdenv.lib.maintainers.ertes ];
|
|
};
|
|
})
|