ffmpeg: use prefixed pkg-config if needed
Helpful for when we introduce an always prefixed pkg-config.
This commit is contained in:
parent
36abd4f593
commit
390d78cc23
@ -71,6 +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"
|
||||
# License
|
||||
"--enable-gpl"
|
||||
"--enable-version3"
|
||||
|
Loading…
Reference in New Issue
Block a user