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 { };
|
acpica-tools = callPackage ../tools/system/acpica-tools { };
|
||||||
|
|
||||||
actdiag = pythonPackages.actdiag;
|
actdiag = with python3.pkgs; toPythonApplication actdiag;
|
||||||
|
|
||||||
actkbd = callPackage ../tools/system/actkbd { };
|
actkbd = callPackage ../tools/system/actkbd { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user