tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
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
})
22
];
23
0
0
0
0
0
24
meta = with lib; {
25
description = "C Library for reading, writing and updating ESRI Shapefiles";
26
homepage = "http://shapelib.maptools.org/";
···
21
})
22
];
23
24
+
doCheck = true;
25
+
preCheck = ''
26
+
patchShebangs tests contrib/tests
27
+
'';
28
+
29
meta = with lib; {
30
description = "C Library for reading, writing and updating ESRI Shapefiles";
31
homepage = "http://shapelib.maptools.org/";