1 { lib, stdenv, fetchFromSourcehut
2 , meson, pkg-config, ninja
3 , wayland, obs-studio, libX11
8 version = "unstable-2023-08-23";
10 src = fetchFromSourcehut {
14 rev = "f72d5cb3cbbd3983ae6cfd86cb1940be7372681c";
15 hash = "sha256-hiM0d38SSUqbyisP3fAtKRLBDjVKZdU2U1xyXci7yNk=";
18 nativeBuildInputs = [ meson pkg-config ninja ];
19 buildInputs = [ wayland obs-studio libX11 ];
22 description = "Obs-studio plugin that allows you to screen capture on wlroots based wayland compositors";
23 homepage = "https://hg.sr.ht/~scoopta/wlrobs";
24 maintainers = with maintainers; [ grahamc ];
25 license = licenses.gpl3Plus;
26 platforms = [ "x86_64-linux" ];