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.
This commit is contained in:
Frederik Rietdijk 2022-09-21 11:33:20 +02:00
parent 071a9fc320
commit 9a448bdf92

View File

@ -9,6 +9,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "autorandr";
version = "1.12.1";
format = "other";
nativeBuildInputs = [ installShellFiles ];
propagatedBuildInputs = [ python3Packages.packaging ];