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