6 , gobject-introspection
12 pname = "catnip-gtk4";
13 version = "unstable-2023-06-17";
15 src = fetchFromGitHub {
16 owner = "diamondburned";
18 rev = "e635904af952fcee7e9f4b1a3e45ce8519428d9f";
19 hash = "sha256-yJNw/pDgvIzcX4H6RoFJBiRwzWQXWF3obUPxYf4ALOY=";
22 vendorHash = "sha256-gcr3e5Fm2xCTOoTgl71Dv3rxI6gQbqRz0M1NO7fAZk0=";
35 ldflags = [ "-s" "-w" ];
37 enableParallelBuilding = true;
40 description = "GTK4 frontend for catnip";
41 homepage = "https://github.com/diamondburned/catnip-gtk4";
42 license = licenses.gpl3Only;
43 maintainers = with maintainers; [ figsoda ];
44 mainProgram = "catnip-gtk4";