shapelib: enable tests

This commit is contained in:
Robert Scott
2022-10-22 11:02:30 -05:00
committed by ehmry
parent 0c60d6c5d5
commit a3bca5ea5a
@@ -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/";