1 { lib, stdenv, fetchFromGitHub, autoreconfHook, which, pkg-config, mono, gtk-sharp-2_0, gio-sharp }:
3 stdenv.mkDerivation rec {
4 pname = "gtk-sharp-beans";
7 src = fetchFromGitHub {
9 repo = "gtk-sharp-beans";
12 sha256 = "04sylwdllb6gazzs2m4jjfn14mil9l3cny2q0xf0zkhczzih6ah1";
15 nativeBuildInputs = [ pkg-config autoreconfHook which ];
16 buildInputs = [ mono gtk-sharp-2_0 gio-sharp ];
21 description = "Binds some API from GTK that isn't in GTK# 2.12.x";
22 platforms = platforms.linux;
23 license = licenses.lgpl21;