tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
shapelib: enable tests
authored by
Robert Scott
and committed by
ehmry
3 years ago
a3bca5ea
0c60d6c5
+5
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
shapelib
default.nix
+5
pkgs/development/libraries/shapelib/default.nix
···
21
21
})
22
22
];
23
23
24
24
+
doCheck = true;
25
25
+
preCheck = ''
26
26
+
patchShebangs tests contrib/tests
27
27
+
'';
28
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/";