pythonPackages.python-nest: init at 4.1.0

This commit is contained in:
Jamie Magee
2020-10-03 22:00:45 +02:00
parent 4e1b0f54e4
commit e0107315e4
2 changed files with 27 additions and 0 deletions
+2
View File
@@ -5756,6 +5756,8 @@ in {
python-multipart = callPackage ../development/python-modules/python-multipart { };
python-nest = callPackage ../development/python-modules/python-nest { };
pythonnet = callPackage
../development/python-modules/pythonnet { # `mono >= 4.6` required to prevent crashes encountered with earlier versions.
mono = pkgs.mono4;