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 ];