blockdiag: use python3Packages and toPythonApplication

This commit is contained in:
Robert Schütz
2018-08-03 19:18:22 +02:00
parent 54ae6ea537
commit 8769f25c6a
+1 -1
View File
@@ -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;