9 , withPulse ? stdenv.hostPlatform.isLinux
14 stdenv.mkDerivation rec {
15 pname = "libopenglrecorder";
16 version = "unstable-2020-08-13";
18 src = fetchFromGitHub {
20 repo = "libopenglrecorder";
21 rev = "c1b81ce26e62fae1aaa086b5cd337cb12361ea3d";
22 sha256 = "13s2d7qs8z4w0gb3hx03n97xmwl07d4s473m4gw90qcvmz217kiz";
34 ] ++ lib.optionals withPulse [
40 description = "Library allowing Optional async readback OpenGL frame buffer with optional audio recording";
41 homepage = "https://github.com/Benau/libopenglrecorder";
42 license = licenses.bsd3;
43 maintainers = with maintainers; [ OPNA2608 ];
44 platforms = with platforms; windows ++ linux;