seqdiag: use python3Packages and toPythonApplication

This commit is contained in:
Robert Schütz
2018-08-03 19:21:02 +02:00
parent 8769f25c6a
commit 7d4d49bf1d
+1 -1
View File
@@ -5074,7 +5074,7 @@ with pkgs;
setserial = callPackage ../tools/system/setserial { };
seqdiag = pythonPackages.seqdiag;
seqdiag = with python3Packages; toPythonApplication seqdiag;
screenfetch = callPackage ../tools/misc/screenfetch { };