Merge pull request #272297 from wineee/mpvpaper

mpvpaper: don't need wlroots
This commit is contained in:
Weijia Wang 2023-12-08 17:27:51 +01:00 committed by GitHub
commit facb02ebbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

@ -33985,9 +33985,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 { };