13 stdenv.mkDerivation rec {
17 builder = ./builder.sh;
19 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
20 sha256 = "18n3l9zcldyvn4lwi8izd62307mkhz873039nl6awrv285qzah34";
23 nativeBuildInputs = [ pkg-config ];
30 # Fixes MONO_PROFILE_ENTER_LEAVE undeclared when compiling against newer versions of mono.
31 # @see https://github.com/mono/gtk-sharp/pull/266
33 name = "MONO_PROFILE_ENTER_LEAVE.patch";
34 url = "https://github.com/mono/gtk-sharp/commit/401df51bc461de93c1a78b6a7a0d5adc63cf186c.patch";
35 sha256 = "0hrkcr5a7wkixnyp60v4d6j3arsb63h54rd30lc5ajfjb3p92kcf";
37 # @see https://github.com/mono/gtk-sharp/pull/263
39 name = "disambiguate_Gtk.Range.patch";
40 url = "https://github.com/mono/gtk-sharp/commit/a00552ad68ae349e89e440dca21b86dbd6bccd30.patch";
41 sha256 = "1ylplr9g9x7ybsgrydsgr6p3g7w6i46yng1hnl3afgn4vj45rag2";
54 platforms = lib.platforms.linux;