Loading pkgs/by-name/wx/wxsqlite3/package.nix +12 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,8 @@ stdenv.mkDerivation rec { hash = "sha256-3t8SQJdB7ivuCnsr5TxmgslQNkvz+O/mE3NB+R/kXHM="; }; enableParallelBuilding = true; nativeBuildInputs = [ autoreconfHook ]; Loading @@ -27,6 +29,16 @@ stdenv.mkDerivation rec { wxGTK32 ]; doCheck = true; checkPhase = '' runHook preCheck ./samples/minimal -t -s ./samples runHook postCheck ''; meta = with lib; { homepage = "https://utelle.github.io/wxsqlite3/"; description = "C++ wrapper around the public domain SQLite 3.x for wxWidgets"; Loading Loading
pkgs/by-name/wx/wxsqlite3/package.nix +12 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,8 @@ stdenv.mkDerivation rec { hash = "sha256-3t8SQJdB7ivuCnsr5TxmgslQNkvz+O/mE3NB+R/kXHM="; }; enableParallelBuilding = true; nativeBuildInputs = [ autoreconfHook ]; Loading @@ -27,6 +29,16 @@ stdenv.mkDerivation rec { wxGTK32 ]; doCheck = true; checkPhase = '' runHook preCheck ./samples/minimal -t -s ./samples runHook postCheck ''; meta = with lib; { homepage = "https://utelle.github.io/wxsqlite3/"; description = "C++ wrapper around the public domain SQLite 3.x for wxWidgets"; Loading