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:
parent
071a9fc320
commit
9a448bdf92
|
@ -9,6 +9,7 @@
|
|||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "autorandr";
|
||||
version = "1.12.1";
|
||||
format = "other";
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
propagatedBuildInputs = [ python3Packages.packaging ];
|
||||
|
|
Loading…
Reference in a new issue