Signed-off-by: Hadi <hadi@example.com>
This commit is contained in:
Hadi
2026-07-30 13:38:20 +02:00
parent 0d901aa10c
commit ee0cb3cf68
6 changed files with 40 additions and 5 deletions
+1
View File
@@ -91,6 +91,7 @@
nativeBuildInputs = [pkgs.makeWrapper];
postBuild = ''
wrapProgram $out/bin/helium \
--set-default GTK_USE_PORTAL 1 \
--run ${lib.escapeShellArg (toString patchScript)}
'';
};