l-smash: fix darwin build

This commit is contained in:
Stéphan Kochen 2021-05-17 22:01:05 +02:00 committed by Jonathan Ringer
parent 546e892ebc
commit 1d5d237cf9

View file

@ -13,6 +13,11 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ which ];
configureFlags = [
"--cc=cc"
"--cross-prefix=${stdenv.cc.targetPrefix}"
];
meta = with lib; {
homepage = "http://l-smash.github.io/l-smash/";
description = "MP4 container utilities";