mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 11:44:02 +00:00
mpvpaper: don't need wlroots
This commit is contained in:
parent
7a5f0e9467
commit
38a51ffac9
@ -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
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user