Commit b4c13b01 authored by figsoda's avatar figsoda
Browse files

plasma5Packages.plasmatube: add missing runtime dependency

parent 105037c7
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
{ lib
, mkDerivation
, cmake
, extra-cmake-modules
, wrapGAppsHook
, gst_all_1
@@ -11,6 +10,7 @@
, mpv
, qtmultimedia
, qtquickcontrols2
, yt-dlp
}:

mkDerivation {
@@ -36,6 +36,13 @@ mkDerivation {
    gstreamer
  ]);

  qtWrapperArgs = [
    "--prefix"
    "PATH"
    ":"
    (lib.makeBinPath [ yt-dlp ])
  ];

  preFixup = ''
    qtWrapperArgs+=("''${gappsWrapperArgs[@]}")
  '';