2014-07-14 11:21:41 +00: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 16:26:27 +00:00
|
|
|
|
2011-08-15 11:27:02 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2009-04-19 16:26:27 +00:00
|
|
|
pname = "OpenAL";
|
2013-12-18 16:42:13 +00:00
|
|
|
version = "1.6.0.0";
|
|
|
|
sha256 = "0bw20ykn8vi3g4im4nsrfz7p1qq9qwnx8da83zwdbr3wjm9934gd";
|
|
|
|
buildDepends = [ OpenGL ];
|
2011-08-23 10:35:49 +00:00
|
|
|
extraLibraries = [ openal ];
|
2009-04-19 16:26:27 +00:00
|
|
|
meta = {
|
2013-12-18 16:42:13 +00:00
|
|
|
homepage = "https://github.com/haskell-openal/ALUT";
|
2009-04-19 16:26:27 +00:00
|
|
|
description = "A binding to the OpenAL cross-platform 3D audio API";
|
2011-08-07 22:00:08 +00:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 09:54:50 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2009-04-19 16:26:27 +00:00
|
|
|
};
|
2011-03-28 15:04:00 +00:00
|
|
|
})
|