18 stdenv.mkDerivation rec {
22 src = fetchFromGitHub {
26 sha256 = "sha256-uBitJM2Z5RFH4nfgdJ6ZbqkcMumu+K+3f6S49G7nEx8=";
48 mv ../mpvpaper.man ../mpvpaper.1
52 wrapProgram $out/bin/mpvpaper \
53 --prefix PATH : ${lib.makeBinPath [ mpv ]}
55 installManPage ../mpvpaper.1
59 description = "Video wallpaper program for wlroots based wayland compositors";
60 homepage = "https://github.com/GhostNaN/mpvpaper";
61 license = licenses.gpl3Only;
62 platforms = platforms.linux;
63 mainProgram = "mpvpaper";
64 maintainers = with maintainers; [ atila ];