2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-01-11 03:24:14 -08:00
|
|
|
{ cabal, alsaCore, alsaLib, c2hs }:
|
2013-12-17 09:33:26 -08:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "alsa-mixer";
|
2014-04-16 05:51:38 -07:00
|
|
|
version = "0.2.0.2";
|
|
|
|
sha256 = "11sc2n879a8rb9yz54cb8vg8rplgapbymzy785p7n7638xx877hk";
|
2014-01-11 03:24:14 -08:00
|
|
|
buildDepends = [ alsaCore ];
|
|
|
|
buildTools = [ c2hs ];
|
|
|
|
extraLibraries = [ alsaLib ];
|
2013-12-17 09:33:26 -08:00
|
|
|
meta = {
|
2014-03-11 05:26:05 -07:00
|
|
|
homepage = "https://github.com/ttuegel/alsa-mixer";
|
2014-01-11 03:24:14 -08:00
|
|
|
description = "Bindings to the ALSA simple mixer API";
|
2013-12-17 09:33:26 -08:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.stdenv.lib.platforms.linux;
|
|
|
|
};
|
|
|
|
})
|