mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
haskell-OpenAL: update to version 1.6.0.0
This commit is contained in:
parent
0c246250c0
commit
7431595159
@ -1,13 +1,13 @@
|
||||
{ cabal, ObjectName, openal, StateVar, Tensor }:
|
||||
{ cabal, openal, OpenGL }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "OpenAL";
|
||||
version = "1.4.0.2";
|
||||
sha256 = "19q4pd5i2w330qh895z0cgim4m4f4gxqf4ya1192fchqmgcz1svz";
|
||||
buildDepends = [ ObjectName StateVar Tensor ];
|
||||
version = "1.6.0.0";
|
||||
sha256 = "0bw20ykn8vi3g4im4nsrfz7p1qq9qwnx8da83zwdbr3wjm9934gd";
|
||||
buildDepends = [ OpenGL ];
|
||||
extraLibraries = [ openal ];
|
||||
meta = {
|
||||
homepage = "http://connect.creativelabs.com/openal/";
|
||||
homepage = "https://github.com/haskell-openal/ALUT";
|
||||
description = "A binding to the OpenAL cross-platform 3D audio API";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
Loading…
Reference in New Issue
Block a user