26 stdenv.mkDerivation rec {
27 pname = "viewnior-gtk3";
28 version = "1.8-unstable-2023-11-23";
30 src = fetchFromGitHub {
31 #owner = "hellosiyan";
35 # https://github.com/hellosiyan/Viewnior/pull/142
36 rev = "23ce6e5630b24509d8009f17a833ad9e59b85fab";
37 hash = "sha256-+/f0+og1Dd7eJK7P83+q4lf4SjzW2g6qNk8ZTxNAuDA=";
62 export GDK_PIXBUF_MODULE_FILE="${
63 gnome._gdkPixbufCacheBuilder_DO_NOT_USE {
71 # gtk3 viewnior can be launched in wayland mode and does so by default
72 # but moving around in a zoomed in image doesn't work
74 --set-default GDK_BACKEND x11
79 description = "Fast and simple image viewer";
81 Viewnior is insipred by big projects like Eye of Gnome, because of it's
82 usability and richness,and by GPicView, because of it's lightweight design and
83 minimal interface. So here comes Viewnior - small and light, with no compromise
84 with the quality of it's functions. The program is made with better integration
85 in mind (follows Gnome HIG2).
87 license = licenses.gpl3;
88 homepage = "https://siyanpanayotov.com/project/viewnior/";
89 maintainers = with maintainers; [
93 platforms = platforms.gnu ++ platforms.linux;
94 mainProgram = "viewnior";