18 version = "1.0.3-alpha";
20 src = fetchFromGitHub {
24 sha256 = "sha256-fHMSo8zlOl9Lt8nYwClUzON4TPB9Ogwven+TidsesxY=";
46 sed -i "s@/usr/bin/mpv@${mpv}/bin/mpv@" \
50 # Wrap the library path so it can see `libqimgv_player_mpv.so`, which is used
51 # to play video files within qimgv itself.
53 "--prefix LD_LIBRARY_PATH : ${placeholder "out"}/lib"
57 description = "Qt5 image viewer with optional video support";
58 mainProgram = "qimgv";
59 homepage = "https://github.com/easymodo/qimgv";
60 license = licenses.gpl3;
61 platforms = platforms.linux;
62 maintainers = with maintainers; [ cole-h ];