2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-12-18 16:42:13 +00:00
|
|
|
{ cabal, openal, OpenGL }:
|
2009-04-19 17:26:27 +01:00
|
|
|
|
2011-08-15 12:27:02 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2009-04-19 17:26:27 +01:00
|
|
|
pname = "OpenAL";
|
2013-12-18 16:42:13 +00:00
|
|
|
version = "1.6.0.0";
|
|
|
|
sha256 = "0bw20ykn8vi3g4im4nsrfz7p1qq9qwnx8da83zwdbr3wjm9934gd";
|
|
|
|
buildDepends = [ OpenGL ];
|
2011-08-23 11:35:49 +01:00
|
|
|
extraLibraries = [ openal ];
|
2009-04-19 17:26:27 +01:00
|
|
|
meta = {
|
2013-12-18 16:42:13 +00:00
|
|
|
homepage = "https://github.com/haskell-openal/ALUT";
|
2009-04-19 17:26:27 +01:00
|
|
|
description = "A binding to the OpenAL cross-platform 3D audio API";
|
2011-08-07 23:00:08 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 10:54:50 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2009-04-19 17:26:27 +01:00
|
|
|
};
|
2011-03-28 16:04:00 +01:00
|
|
|
})
|