9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
17 sha256 = "10jlb4p3ahck9apcy2c2mrrjynv4c1dfwwbf1vwd8dl17pgv4kgs";
20 nativeBuildInputs = [ autoreconfHook ];
22 buildInputs = [ wxGTK sqlite ]
23 ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Cocoa darwin.stubs.setfile darwin.stubs.rez darwin.stubs.derez ];
26 homepage = "https://utelle.github.io/wxsqlite3/";
27 description = "A C++ wrapper around the public domain SQLite 3.x for wxWidgets";
28 platforms = platforms.unix;
29 maintainers = with maintainers; [ vrthra ];
30 license = [ licenses.lgpl2 ];