mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
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 { };
|
||||
|
||||
blockdiag = pythonPackages.blockdiag;
|
||||
blockdiag = with python3Packages; toPythonApplication blockdiag;
|
||||
|
||||
blsd = callPackage ../tools/misc/blsd {
|
||||
libgit2 = libgit2_0_27;
|
||||
|
Loading…
Reference in New Issue
Block a user