chore: update flake.lock

This commit is contained in:
matt1432 2024-06-12 13:09:42 -04:00
parent 8ea8963d9c
commit 8912b55ff9
6 changed files with 46 additions and 43 deletions
pkgs/gpu-screen-recorder

View file

@ -47,12 +47,7 @@ in
xorg.libXrandr
];
postPatch = ''
# don't try to setcap/suid in a nix builder
substituteInPlace ./meson.build --replace \
"meson.add_install_script('extra/meson_post_install.sh')" \
"# meson.add_install_script('extra/meson_post_install.sh')"
'';
mesonFlags = ["-Dcapabilities=false"];
fixupPhase = ''
wrapProgram $out/bin/gpu-screen-recorder \
@ -63,4 +58,11 @@ in
]
}"
'';
meta = {
description = "Screen recorder that has minimal impact on system performance by recording a window using the GPU only";
homepage = "https://git.dec05eba.com/gpu-screen-recorder/about/";
license = lib.licenses.gpl3Only;
platforms = ["x86_64-linux"];
};
}