pythonnet: 2.4.0 -> 2.5.2
- No longer broken. - Updated mono dependency to mono5. - Fix / improve packaging.
This commit is contained in:
committed by
Jonathan Ringer
parent
3165afca11
commit
90e5205085
@@ -6674,8 +6674,8 @@ in {
|
||||
|
||||
pythonnet = callPackage
|
||||
../development/python-modules/pythonnet {
|
||||
# `mono >= 4.6` required to prevent crashes encountered with earlier versions.
|
||||
mono = pkgs.mono4;
|
||||
# Using `mono > 5`, tests are failing..
|
||||
mono = pkgs.mono5;
|
||||
};
|
||||
|
||||
python-nmap = callPackage ../development/python-modules/python-nmap { };
|
||||
|
||||
Reference in New Issue
Block a user