mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
haxePackages.hlopenal: init at 1.5.0
This commit is contained in:
parent
cd4eeacc7e
commit
45da69f65e
@ -66,6 +66,13 @@ let
|
||||
meta.description = "A Haxe Library for supporting different file formats";
|
||||
};
|
||||
|
||||
hlopenal = buildHaxeLib {
|
||||
libname = "hlopenal";
|
||||
version = "1.5.0";
|
||||
sha256 = "sha256-mJWFGBJPPAhVwsB2HzMfk4szSyjMT4aw543YhVqIan4=";
|
||||
meta.description = "OpenAL support for Haxe/HL";
|
||||
};
|
||||
|
||||
hxcpp = buildHaxeLib rec {
|
||||
libname = "hxcpp";
|
||||
version = "4.1.15";
|
||||
|
Loading…
Reference in New Issue
Block a user