25 stdenv.mkDerivation rec {
29 src = fetchFromGitHub {
33 sha256 = "sha256-UwIufR3EwbpNVHD1GypV3qNgiqDRllwtxAM0CZPodn0=";
38 name = "link-libwebp-1.3.1.patch";
39 url = "https://github.com/artemsen/swayimg/commit/bd3d6c838c699b876fd8c19b408c475eb47e17b6.patch";
40 hash = "sha256-2aMq/GTqyKw+CQr8o8ij4P4yNjBXYKXShQUknStUb5c=";
50 nativeBuildInputs = [ meson ninja pkg-config wayland-scanner ];
71 homepage = "https://github.com/artemsen/swayimg";
72 description = "Image viewer for Sway/Wayland";
73 changelog = "https://github.com/artemsen/swayimg/releases/tag/v${version}";
74 license = licenses.mit;
75 maintainers = with maintainers; [ matthewcroughan ];
76 platforms = platforms.linux;