mono: only maintain major versions (mono4 & mono5)
This commit is contained in:
@@ -3725,7 +3725,7 @@ in {
|
||||
|
||||
pythonnet = callPackage ../development/python-modules/pythonnet {
|
||||
# `mono >= 4.6` required to prevent crashes encountered with earlier versions.
|
||||
mono = pkgs.mono46;
|
||||
mono = pkgs.mono4;
|
||||
};
|
||||
|
||||
pytz = callPackage ../development/python-modules/pytz { };
|
||||
|
||||
Reference in New Issue
Block a user