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

@@ -1,4 +1,4 @@
{stdenv, fetchFromGitHub, pkgconfig, mono48, autoreconfHook }:
{stdenv, fetchFromGitHub, pkgconfig, mono4, autoreconfHook }:
stdenv.mkDerivation rec {
name = "dbus-sharp-${version}";
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
# Use msbuild when https://github.com/NixOS/nixpkgs/pull/43680 is merged
# See: https://github.com/NixOS/nixpkgs/pull/46060
buildInputs = [ mono48 ];
buildInputs = [ mono4 ];
dontStrip = true;