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

{ cabal, alsaCore, alsaLib, c2hs }:

cabal.mkDerivation (self: {
  pname = "alsa-mixer";
  version = "0.2.0.2";
  sha256 = "11sc2n879a8rb9yz54cb8vg8rplgapbymzy785p7n7638xx877hk";
  buildDepends = [ alsaCore ];
  buildTools = [ c2hs ];
  extraLibraries = [ alsaLib ];
  meta = {
    homepage = "https://github.com/ttuegel/alsa-mixer";
    description = "Bindings to the ALSA simple mixer API";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.stdenv.lib.platforms.linux;
  };
})