arandr: don't double-wrap executables

This commit is contained in:
Acid Bong
2025-11-29 19:33:34 +02:00
parent 4dd10767bd
commit 35b537a74f
+6
View File
@@ -59,6 +59,12 @@ buildPythonApplication rec {
# no tests
doCheck = false;
dontWrapGApps = true;
preFixup = ''
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';
passthru.updateScript = nix-update-script {
extraArgs = [
"--version-regex=(\\d.*)"