Merge pull request #44408 from dotlambda/actdiag-application
*diag: use python3 and toPythonApplication
This commit is contained in:
@@ -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 { };
|
||||
|
||||
@@ -905,7 +905,7 @@ with pkgs;
|
||||
|
||||
blobfuse = callPackage ../tools/filesystems/blobfuse { };
|
||||
|
||||
blockdiag = pythonPackages.blockdiag;
|
||||
blockdiag = with python3Packages; toPythonApplication blockdiag;
|
||||
|
||||
blsd = callPackage ../tools/misc/blsd {
|
||||
libgit2 = libgit2_0_27;
|
||||
@@ -4244,7 +4244,7 @@ with pkgs;
|
||||
|
||||
nssmdns = callPackage ../tools/networking/nss-mdns { };
|
||||
|
||||
nwdiag = pythonPackages.nwdiag;
|
||||
nwdiag = with python3Packages; toPythonApplication nwdiag;
|
||||
|
||||
nylon = callPackage ../tools/networking/nylon { };
|
||||
|
||||
@@ -5076,7 +5076,7 @@ with pkgs;
|
||||
|
||||
setserial = callPackage ../tools/system/setserial { };
|
||||
|
||||
seqdiag = pythonPackages.seqdiag;
|
||||
seqdiag = with python3Packages; toPythonApplication seqdiag;
|
||||
|
||||
screenfetch = callPackage ../tools/misc/screenfetch { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user