mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
Add platform to vo-amrwbenc
This commit is contained in:
parent
2040e4c2f8
commit
e46b27cc90
@ -17,5 +17,6 @@ stdenv.mkDerivation {
|
|||||||
description = "VisualOn Adaptive Multi Rate Wideband (AMR-WB) encoder";
|
description = "VisualOn Adaptive Multi Rate Wideband (AMR-WB) encoder";
|
||||||
license = "stdenv.lib.licenses.apache";
|
license = "stdenv.lib.licenses.apache";
|
||||||
maintainers = [ stdenv.lib.maintainers.Esteth ];
|
maintainers = [ stdenv.lib.maintainers.Esteth ];
|
||||||
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user