12 libayatana-appindicator,
21 wrapperDir ? "/run/wrappers/bin",
24 stdenv.mkDerivation (finalAttrs: {
25 pname = "gpu-screen-recorder-gtk";
29 url = "https://dec05eba.com/snapshot/gpu-screen-recorder-gtk.git.${finalAttrs.version}.tar.gz";
30 hash = "sha256-qk5bI23fypvv0yN9Ql7TOerBhoRzj65EcoAy3lMGMqc=";
46 libayatana-appindicator
56 gpu-screen-recorder-wrapped = gpu-screen-recorder.override {
61 gappsWrapperArgs+=(--prefix PATH : ${wrapperDir})
62 gappsWrapperArgs+=(--suffix PATH : ${lib.makeBinPath [ gpu-screen-recorder-wrapped ]})
63 gappsWrapperArgs+=(--prefix LD_LIBRARY_PATH : ${
66 addDriverRunpath.driverLink
72 changelog = "https://git.dec05eba.com/gpu-screen-recorder-gtk/tree/com.dec05eba.gpu_screen_recorder.appdata.xml#n82";
73 description = "GTK frontend for gpu-screen-recorder.";
74 homepage = "https://git.dec05eba.com/gpu-screen-recorder-gtk/about/";
75 license = lib.licenses.gpl3Only;
76 mainProgram = "gpu-screen-recorder-gtk";
77 maintainers = with lib.maintainers; [ babbaj ];
78 platforms = [ "x86_64-linux" ];