gnome-sharp: mono4 -> mono5

This commit is contained in:
Jiri Danek
2019-08-08 09:10:38 +00:00
committed by Vincent Laporte
parent bb6ef0646a
commit ee68421388
3 changed files with 16 additions and 1 deletions
@@ -27,6 +27,8 @@ stdenv.mkDerivation rec {
buildInputs = [ gtk2 mono gtk-sharp-2_0 ]
++ (with gnome2; [ libart_lgpl gnome_vfs libgnome libgnomecanvas libgnomeui ]);
patches = [ ./fix-mono-path.patch ];
preConfigure = ''
./bootstrap-${lib.versions.majorMinor version}
'';