shapelib: enable tests

This commit is contained in:
Robert Scott 2022-10-21 00:09:07 +01:00 committed by ehmry
parent 0c60d6c5d5
commit a3bca5ea5a

View File

@ -21,6 +21,11 @@ stdenv.mkDerivation rec {
})
];
doCheck = true;
preCheck = ''
patchShebangs tests contrib/tests
'';
meta = with lib; {
description = "C Library for reading, writing and updating ESRI Shapefiles";
homepage = "http://shapelib.maptools.org/";