1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

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