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