makemkv: use stdenv mkDerivation
This commit is contained in:
parent
0382d0a27b
commit
5f3f1a21d2
@ -5,7 +5,8 @@
|
|||||||
fetchurl,
|
fetchurl,
|
||||||
ffmpeg,
|
ffmpeg,
|
||||||
lib,
|
lib,
|
||||||
libsForQt5,
|
stdenv,
|
||||||
|
qt5,
|
||||||
openssl,
|
openssl,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
rubyPackages,
|
rubyPackages,
|
||||||
@ -34,7 +35,7 @@ let
|
|||||||
hash = "sha256-3Efu+x5o99U55LB5u5POZBRBBK0jPeVoGJOYEOzQO3s=";
|
hash = "sha256-3Efu+x5o99U55LB5u5POZBRBBK0jPeVoGJOYEOzQO3s=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
libsForQt5.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "makemkv";
|
pname = "makemkv";
|
||||||
inherit version;
|
inherit version;
|
||||||
|
|
||||||
@ -52,12 +53,13 @@ libsForQt5.mkDerivation {
|
|||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoPatchelfHook
|
autoPatchelfHook
|
||||||
pkg-config
|
pkg-config
|
||||||
|
qt5.wrapQtAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
ffmpeg
|
ffmpeg
|
||||||
openssl
|
openssl
|
||||||
libsForQt5.qtbase
|
qt5.qtbase
|
||||||
zlib
|
zlib
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user