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 python3.pkgs.buildPythonApplication rec { 10 pname = "autorandr"; 11 version = "1.12.1"; 12 13 nativeBuildInputs = [ installShellFiles ]; 14 propagatedBuildInputs = [ python3Packages.packaging ];
··· 9 python3.pkgs.buildPythonApplication rec { 10 pname = "autorandr"; 11 version = "1.12.1"; 12 + format = "other"; 13 14 nativeBuildInputs = [ installShellFiles ]; 15 propagatedBuildInputs = [ python3Packages.packaging ];