makemkv: fix formatting and replace pkgconfig alias
This commit is contained in:
parent
126e5c1bd1
commit
6c9aaf2a81
@ -1,5 +1,12 @@
|
|||||||
{ stdenv, mkDerivation, fetchurl, autoPatchelfHook
|
{ stdenv
|
||||||
, ffmpeg_3, openssl, qtbase, zlib, pkgconfig
|
, mkDerivation
|
||||||
|
, fetchurl
|
||||||
|
, autoPatchelfHook
|
||||||
|
, pkg-config
|
||||||
|
, ffmpeg_3
|
||||||
|
, openssl
|
||||||
|
, qtbase
|
||||||
|
, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -27,7 +34,7 @@ in mkDerivation {
|
|||||||
|
|
||||||
sourceRoot = "makemkv-oss-${version}";
|
sourceRoot = "makemkv-oss-${version}";
|
||||||
|
|
||||||
nativeBuildInputs = [ autoPatchelfHook pkgconfig ];
|
nativeBuildInputs = [ autoPatchelfHook pkg-config ];
|
||||||
|
|
||||||
buildInputs = [ ffmpeg_3 openssl qtbase zlib ];
|
buildInputs = [ ffmpeg_3 openssl qtbase zlib ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user