makemkv: migrate to by-name
This commit is contained in:
parent
03aafcd3d3
commit
cf9c59527b
@ -5,10 +5,9 @@
|
||||
fetchurl,
|
||||
ffmpeg,
|
||||
lib,
|
||||
mkDerivation,
|
||||
libsForQt5,
|
||||
openssl,
|
||||
pkg-config,
|
||||
qtbase,
|
||||
rubyPackages,
|
||||
writeShellApplication,
|
||||
zlib,
|
||||
@ -35,7 +34,7 @@ let
|
||||
hash = "sha256-JrEV5rpJNRgbXqiKLNUZZtWbZyR44EMTd1kSKVGLZ6o=";
|
||||
};
|
||||
in
|
||||
mkDerivation {
|
||||
libsForQt5.mkDerivation {
|
||||
pname = "makemkv";
|
||||
inherit version;
|
||||
|
||||
@ -58,7 +57,7 @@ mkDerivation {
|
||||
buildInputs = [
|
||||
ffmpeg
|
||||
openssl
|
||||
qtbase
|
||||
libsForQt5.qtbase
|
||||
zlib
|
||||
];
|
||||
|
||||
@ -4162,8 +4162,6 @@ with pkgs;
|
||||
|
||||
matrix-sdk-crypto-nodejs = callPackage ../development/libraries/matrix-sdk-crypto-nodejs { };
|
||||
|
||||
makemkv = libsForQt5.callPackage ../applications/video/makemkv { };
|
||||
|
||||
man = man-db;
|
||||
|
||||
mangohud = callPackage ../tools/graphics/mangohud {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user