forked from mirrors/nixpkgs
libosmium: run tests
This commit is contained in:
parent
70ca51ce13
commit
619488c664
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue