shapelib: enable tests

authored by

Robert Scott and committed by
ehmry
a3bca5ea 0c60d6c5

+5
+5
pkgs/development/libraries/shapelib/default.nix
··· 21 21 }) 22 22 ]; 23 23 24 + doCheck = true; 25 + preCheck = '' 26 + patchShebangs tests contrib/tests 27 + ''; 28 + 24 29 meta = with lib; { 25 30 description = "C Library for reading, writing and updating ESRI Shapefiles"; 26 31 homepage = "http://shapelib.maptools.org/";