19 stdenv.mkDerivation rec {
23 builder = ./builder.sh;
24 src = fetchFromGitHub {
28 sha256 = "1vy6yfwkfv6bb45bzf4g6dayiqkvqqvlr02rsnhd10793hlpqlgg";
33 url = "https://projects.archlinux.de/svntogit/packages.git/plain/trunk/gtk-sharp2-2.12.12-gtkrange.patch?h=packages/gtk-sharp-2";
34 sha256 = "bjx+OfgWnN8SO82p8G7pbGuxJ9EeQxMLeHnrtEm8RV8=";
42 substituteInPlace $f --replace mono ${mono}/bin/mono
64 ./bootstrap-${lib.versions.majorMinor version}
67 env.NIX_CFLAGS_COMPILE = "-Wno-error=int-conversion";
78 description = "Graphical User Interface Toolkit for mono and .Net";
79 homepage = "https://www.mono-project.com/docs/gui/gtksharp";
80 platforms = platforms.unix;
81 license = licenses.gpl2;