ffmpeg: fix cross
pkg-config will be the next pkg-config so its targetPrefix will be wrong
This commit is contained in:
parent
2abc0277f0
commit
22ec8cd807
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
|
|||
configureFlags = filter (v: v != null) ([
|
||||
"--arch=${stdenv.hostPlatform.parsed.cpu.name}"
|
||||
"--target_os=${stdenv.hostPlatform.parsed.kernel.name}"
|
||||
"--pkg-config=${pkg-config.targetPrefix}pkg-config"
|
||||
"--pkg-config=${buildPackages.pkg-config.targetPrefix}pkg-config"
|
||||
# License
|
||||
"--enable-gpl"
|
||||
"--enable-version3"
|
||||
|
|
Loading…
Reference in a new issue