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