actdiag: use python3 and toPythonApplication
This commit is contained in:
parent
95134fb939
commit
54ae6ea537
@ -429,7 +429,7 @@ with pkgs;
|
||||
|
||||
acpica-tools = callPackage ../tools/system/acpica-tools { };
|
||||
|
||||
actdiag = pythonPackages.actdiag;
|
||||
actdiag = with python3.pkgs; toPythonApplication actdiag;
|
||||
|
||||
actkbd = callPackage ../tools/system/actkbd { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user