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