mono: only maintain major versions (mono4 & mono5)

This commit is contained in:
obadz
2018-12-23 00:04:46 +00:00
parent fef61378a1
commit 55af73e156
11 changed files with 14 additions and 75 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
, lib, fetchurl, fetchpatch, fetchFromGitHub
, which, findutils, m4, gawk
, python, openjdk, mono58, libressl
, python, openjdk, mono, libressl
}:
let
@@ -50,7 +50,7 @@ let
inherit rev sha256;
};
nativeBuildInputs = [ python openjdk gawk which m4 findutils mono58 ];
nativeBuildInputs = [ python openjdk gawk which m4 findutils mono ];
buildInputs = [ libressl boost ];
patches =