mono: only maintain major versions (mono4 & mono5)

This commit is contained in:
obadz
2018-12-22 23:38:37 +00:00
parent fef61378a1
commit 55af73e156
11 changed files with 14 additions and 75 deletions

View File

@@ -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 { };