Added libopencore support

This commit is contained in:
kiloreux 2017-08-08 07:50:38 +01:00
parent 739b4b42e6
commit ea4d01b857
No known key found for this signature in database
GPG Key ID: 8B81EA3FA91EB758

View 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";
};
}