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

{ cabal, alsaLib, extensibleExceptions }:

cabal.mkDerivation (self: {
  pname = "alsa-core";
  version = "0.5.0.1";
  sha256 = "1avh4a419h9d2zsslg6j8hm87ppgsgqafz8ll037rk2yy1g4jl7b";
  buildDepends = [ extensibleExceptions ];
  pkgconfigDepends = [ alsaLib ];
  meta = {
    homepage = "http://www.haskell.org/haskellwiki/ALSA";
    description = "Binding to the ALSA Library API (Exceptions)";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.stdenv.lib.platforms.linux;
  };
})