From 9a448bdf92cf40df4de1762664006fcd94f832a5 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Wed, 21 Sep 2022 11:33:20 +0200 Subject: [PATCH] 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. --- pkgs/tools/misc/autorandr/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/misc/autorandr/default.nix b/pkgs/tools/misc/autorandr/default.nix index 7a9a30756ffc..eb1ce13f3108 100644 --- a/pkgs/tools/misc/autorandr/default.nix +++ b/pkgs/tools/misc/autorandr/default.nix @@ -9,6 +9,7 @@ python3.pkgs.buildPythonApplication rec { pname = "autorandr"; version = "1.12.1"; + format = "other"; nativeBuildInputs = [ installShellFiles ]; propagatedBuildInputs = [ python3Packages.packaging ];