blockdiag: use python3Packages and toPythonApplication
This commit is contained in:
parent
54ae6ea537
commit
8769f25c6a
@ -905,7 +905,7 @@ with pkgs;
|
|||||||
|
|
||||||
blobfuse = callPackage ../tools/filesystems/blobfuse { };
|
blobfuse = callPackage ../tools/filesystems/blobfuse { };
|
||||||
|
|
||||||
blockdiag = pythonPackages.blockdiag;
|
blockdiag = with python3Packages; toPythonApplication blockdiag;
|
||||||
|
|
||||||
blsd = callPackage ../tools/misc/blsd {
|
blsd = callPackage ../tools/misc/blsd {
|
||||||
libgit2 = libgit2_0_27;
|
libgit2 = libgit2_0_27;
|
||||||
|
Loading…
Reference in New Issue
Block a user