13 stdenv.mkDerivation rec {
17 src = fetchFromGitHub {
21 hash = "sha256-a8wqDTVZnhqk0zHAuGvwjtJTM0irN2tkRIjx6sIteV0=";
25 chmod +x ./meson_post_install.py
26 patchShebangs ./meson_post_install.py
42 # No tests implemented.
46 homepage = "https://github.com/jcupitt/vipsdisp";
47 description = "Tiny image viewer with libvips";
48 license = licenses.mit;
49 mainProgram = "vipsdisp";
50 maintainers = with maintainers; [ foo-dogsquared ];
51 platforms = platforms.unix;