2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-05-18 18:32:44 +01:00
|
|
|
{ cabal, alsaCore, alsaLib, extensibleExceptions, sampleFrame
|
2013-04-18 17:33:49 +01:00
|
|
|
, storableRecord
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "alsa-pcm";
|
2014-07-03 15:59:44 +01:00
|
|
|
version = "0.6.0.3";
|
|
|
|
sha256 = "0rq0i17xhd0x7dnlhdf3i1fdvmyxrsbm0w0k9lrx20xpy4gw2zfs";
|
2013-04-18 17:33:49 +01:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
|
|
|
alsaCore extensibleExceptions sampleFrame storableRecord
|
|
|
|
];
|
|
|
|
pkgconfigDepends = [ alsaLib ];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://www.haskell.org/haskellwiki/ALSA";
|
|
|
|
description = "Binding to the ALSA Library API (PCM audio)";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2013-12-10 22:20:23 +00:00
|
|
|
platforms = self.stdenv.lib.platforms.linux;
|
2013-04-18 17:33:49 +01:00
|
|
|
};
|
|
|
|
})
|