14 version = "4.4.8.23-bis"; # Version specified in GitHub commit title
17 url = "https://github.com/c-smile/sciter-sdk/raw/9f1724a45f5a53c4d513b02ed01cdbdab08fa0e5/bin.lnx/x64/libsciter-gtk.so";
18 sha256 = "a1682fbf55e004f1862d6ace31b5220121d20906bdbf308d0a9237b451e4db86";
25 buildInputs = [ glib cairo libuuid pango gtk3 ];
32 install -m755 -D $src $out/lib/libsciter-gtk.so
38 homepage = "https://sciter.com";
39 description = "Embeddable HTML/CSS/JavaScript engine for modern UI development";
40 platforms = [ "x86_64-linux" ];
41 maintainers = with maintainers; [ leixb ];
42 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
43 license = licenses.unfree;