wxsqlite3: build in parallel; add test (#424078)

Changed files
+12
pkgs
by-name
wx
wxsqlite3
+12
pkgs/by-name/wx/wxsqlite3/package.nix
···
hash = "sha256-3t8SQJdB7ivuCnsr5TxmgslQNkvz+O/mE3NB+R/kXHM=";
};
+
enableParallelBuilding = true;
+
nativeBuildInputs = [
autoreconfHook
];
···
sqlite
wxGTK32
];
+
+
doCheck = true;
+
+
checkPhase = ''
+
runHook preCheck
+
+
./samples/minimal -t -s ./samples
+
+
runHook postCheck
+
'';
meta = with lib; {
homepage = "https://utelle.github.io/wxsqlite3/";