libosmium: run tests

This commit is contained in:
Daniël de Kok 2020-06-28 20:01:07 +02:00
parent 70ca51ce13
commit 619488c664

View File

@ -12,8 +12,10 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ cmake ];
buildInputs = [ protozero zlib bzip2 expat boost ];
doCheck = true;
meta = with stdenv.lib; {
description = "Fast and flexible C++ library for working with OpenStreetMap data";