11 stdenv.mkDerivation rec {
16 url = "https://www.gtk-server.org/stable/gtk-server-${version}.tar.gz";
17 sha256 = "sha256-sFL3y068oXDKgkEUcNnGVsNSPBdI1NzpsqdYJfmOQoA=";
24 nativeBuildInputs = [ pkg-config wrapGAppsHook3 ];
25 buildInputs = [ libffcall glib gtk3 ];
27 configureOptions = [ "--with-gtk3" ];
30 homepage = "http://www.gtk-server.org/";
31 description = "gtk-server for interpreted GUI programming";
32 license = licenses.gpl2Plus;
34 platforms = platforms.linux;