about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@nextrem.ch>2023-01-09 23:07:32 +0100
committerPascal Bach <pascal.bach@nextrem.ch>2023-01-09 23:07:32 +0100
commitc0475c0cd5207d2b6d17a88aac19673951b9f526 (patch)
treec972aa33d40443f20fa729aef237cf4965dd3000 /pkgs/applications/video
parentd1b1b0d1b036d7c7147c156fdf7176653ac42c00 (diff)
makemkv: install missing mmgplsrv
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/makemkv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/makemkv/default.nix b/pkgs/applications/video/makemkv/default.nix
index 9c370741cdebf..d083f1eda20a9 100644
--- a/pkgs/applications/video/makemkv/default.nix
+++ b/pkgs/applications/video/makemkv/default.nix
@@ -55,7 +55,7 @@ in mkDerivation {
   installPhase = ''
     runHook preInstall
 
-    install -Dm555 -t $out/bin                              out/makemkv out/mmccextr ../makemkv-bin-${version}/bin/amd64/makemkvcon
+    install -Dm555 -t $out/bin                              out/makemkv out/mmccextr out/mmgplsrv ../makemkv-bin-${version}/bin/amd64/makemkvcon
     install -D     -t $out/lib                              out/lib{driveio,makemkv,mmbd}.so.*
     install -D     -t $out/share/MakeMKV                    ../makemkv-bin-${version}/src/share/*
     install -Dm444 -t $out/share/applications               ../makemkv-oss-${version}/makemkvgui/share/makemkv.desktop