l-smash: fix darwin build
This commit is contained in:
parent
546e892ebc
commit
1d5d237cf9
|
@ -13,6 +13,11 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ which ];
|
nativeBuildInputs = [ which ];
|
||||||
|
|
||||||
|
configureFlags = [
|
||||||
|
"--cc=cc"
|
||||||
|
"--cross-prefix=${stdenv.cc.targetPrefix}"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://l-smash.github.io/l-smash/";
|
homepage = "http://l-smash.github.io/l-smash/";
|
||||||
description = "MP4 container utilities";
|
description = "MP4 container utilities";
|
||||||
|
|
Loading…
Reference in New Issue