mpvpaper: don't need wlroots

This commit is contained in:
rewine 2023-12-06 00:31:23 +08:00
parent 7a5f0e9467
commit 38a51ffac9
2 changed files with 1 additions and 5 deletions

View File

@ -2,7 +2,6 @@
, lib
, meson
, ninja
, wlroots
, wayland
, wayland-protocols
, wayland-scanner
@ -37,7 +36,6 @@ stdenv.mkDerivation rec {
];
buildInputs = [
wlroots
wayland
wayland-protocols
egl-wayland

View File

@ -33968,9 +33968,7 @@ with pkgs;
wrapMpv = callPackage ../applications/video/mpv/wrapper.nix { };
mpv = wrapMpv mpv-unwrapped { };
mpvpaper = callPackage ../tools/wayland/mpvpaper {
wlroots = wlroots_0_15;
};
mpvpaper = callPackage ../tools/wayland/mpvpaper { };
mpvScripts = callPackage ../applications/video/mpv/scripts { };