mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
seqdiag: use python3Packages and toPythonApplication
This commit is contained in:
parent
8769f25c6a
commit
7d4d49bf1d
@ -5074,7 +5074,7 @@ with pkgs;
|
||||
|
||||
setserial = callPackage ../tools/system/setserial { };
|
||||
|
||||
seqdiag = pythonPackages.seqdiag;
|
||||
seqdiag = with python3Packages; toPythonApplication seqdiag;
|
||||
|
||||
screenfetch = callPackage ../tools/misc/screenfetch { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user