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
2 changed files with 1 additions and 5 deletions
-2
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
+1 -3
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 { };