Unverified Commit 35b537a7 authored by Acid Bong's avatar Acid Bong
Browse files

arandr: don't double-wrap executables

parent 4dd10767
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -59,6 +59,12 @@ buildPythonApplication rec {
  # no tests
  doCheck = false;

  dontWrapGApps = true;

  preFixup = ''
    makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
  '';

  passthru.updateScript = nix-update-script {
    extraArgs = [
      "--version-regex=(\\d.*)"