13 stdenv.mkDerivation rec {
17 src = fetchFromGitHub {
21 hash = "sha256-9WnXaMpKzqJhdfT7ScOhULbOwJsmuiS0IpYDArWq82s=";
24 nativeBuildInputs = [ autoreconfHook ];
26 buildInputs = [ sqlite wxGTK ]
27 ++ lib.optionals (stdenv.isDarwin) [ Cocoa setfile rez derez ];
30 homepage = "https://utelle.github.io/wxsqlite3/";
31 description = "A C++ wrapper around the public domain SQLite 3.x for wxWidgets";
32 platforms = platforms.unix;
33 maintainers = with maintainers; [ vrthra ];
34 license = with licenses; [ lgpl3Plus gpl3Plus ];