lol

wxsqlite3: add test

Taken from https://github.com/utelle/wxsqlite3/blob/c388d8daf1e3e0e63b43cb4c94f16a28b425293f/.github/workflows/ci4wxsqlite3.yml#L40

+10
+10
pkgs/by-name/wx/wxsqlite3/package.nix
··· 29 29 wxGTK32 30 30 ]; 31 31 32 + doCheck = true; 33 + 34 + checkPhase = '' 35 + runHook preCheck 36 + 37 + ./samples/minimal -t -s ./samples 38 + 39 + runHook postCheck 40 + ''; 41 + 32 42 meta = with lib; { 33 43 homepage = "https://utelle.github.io/wxsqlite3/"; 34 44 description = "C++ wrapper around the public domain SQLite 3.x for wxWidgets";