autorandr: fix build dist issue

The build uses a custom build and install phase and should therefore not
use the hooks that are provided by default.

+1
+1
pkgs/tools/misc/autorandr/default.nix
··· 9 9 python3.pkgs.buildPythonApplication rec { 10 10 pname = "autorandr"; 11 11 version = "1.12.1"; 12 + format = "other"; 12 13 13 14 nativeBuildInputs = [ installShellFiles ]; 14 15 propagatedBuildInputs = [ python3Packages.packaging ];