mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
Added libopencore support
This commit is contained in:
parent
739b4b42e6
commit
ea4d01b857
10
pkgs/development/libraries/libopencore/default.nix
Normal file
10
pkgs/development/libraries/libopencore/default.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "opencore-amr";
|
||||
src = fetchurl {
|
||||
url = https://vorboss.dl.sourceforge.net/project/opencore-amr/opencore-amr/opencore-amr-0.1.5.tar.gz;
|
||||
sha256 = "0hfk9khz3by0119h3jdwgdfd7jgkdbzxnmh1wssvylgnsnwnq01c";
|
||||
};
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user