kdePackages: use unwrapped mpv everywhere
This commit is contained in:
parent
24cd8d3422
commit
9064e5d482
@ -6,14 +6,14 @@
|
|||||||
purpose,
|
purpose,
|
||||||
qqc2-desktop-style,
|
qqc2-desktop-style,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
mpv,
|
mpv-unwrapped,
|
||||||
yt-dlp,
|
yt-dlp,
|
||||||
}:
|
}:
|
||||||
mkKdeDerivation {
|
mkKdeDerivation {
|
||||||
pname = "plasmatube";
|
pname = "plasmatube";
|
||||||
|
|
||||||
extraNativeBuildInputs = [pkg-config];
|
extraNativeBuildInputs = [pkg-config];
|
||||||
extraBuildInputs = [qtquick3d qtsvg mpv qqc2-desktop-style];
|
extraBuildInputs = [qtquick3d qtsvg mpv-unwrapped qqc2-desktop-style];
|
||||||
extraPropagatedBuildInputs = [purpose];
|
extraPropagatedBuildInputs = [purpose];
|
||||||
|
|
||||||
qtWrapperArgs = ["--prefix" "PATH" ":" (lib.makeBinPath [ yt-dlp ])];
|
qtWrapperArgs = ["--prefix" "PATH" ":" (lib.makeBinPath [ yt-dlp ])];
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
qtsvg,
|
qtsvg,
|
||||||
qtwebsockets,
|
qtwebsockets,
|
||||||
qtwebview,
|
qtwebview,
|
||||||
mpv,
|
mpv-unwrapped,
|
||||||
kitemmodels,
|
kitemmodels,
|
||||||
sonnet,
|
sonnet,
|
||||||
}:
|
}:
|
||||||
@ -13,6 +13,6 @@ mkKdeDerivation {
|
|||||||
pname = "tokodon";
|
pname = "tokodon";
|
||||||
|
|
||||||
extraNativeBuildInputs = [pkg-config];
|
extraNativeBuildInputs = [pkg-config];
|
||||||
extraBuildInputs = [qtmultimedia qtsvg qtwebsockets qtwebview mpv kitemmodels sonnet];
|
extraBuildInputs = [qtmultimedia qtsvg qtwebsockets qtwebview mpv-unwrapped kitemmodels sonnet];
|
||||||
meta.mainProgram = "tokodon";
|
meta.mainProgram = "tokodon";
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
lib,
|
lib,
|
||||||
mkKdeDerivation,
|
mkKdeDerivation,
|
||||||
fetchFromGitLab,
|
fetchFromGitLab,
|
||||||
mpv,
|
mpv-unwrapped,
|
||||||
qtdeclarative,
|
qtdeclarative,
|
||||||
}:
|
}:
|
||||||
mkKdeDerivation rec {
|
mkKdeDerivation rec {
|
||||||
@ -18,7 +18,7 @@ mkKdeDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
extraBuildInputs = [qtdeclarative];
|
extraBuildInputs = [qtdeclarative];
|
||||||
extraPropagatedBuildInputs = [mpv];
|
extraPropagatedBuildInputs = [mpv-unwrapped];
|
||||||
|
|
||||||
meta.license = with lib.licenses; [bsd2 bsd3 cc-by-sa-40 cc0 lgpl21Only lgpl3Only lgpl3Plus mit];
|
meta.license = with lib.licenses; [bsd2 bsd3 cc-by-sa-40 cc0 lgpl21Only lgpl3Only lgpl3Plus mit];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user