treewide: name -> pname
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
let version = "1.8.5"; in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libspatialindex-${version}";
|
||||
pname = "libspatialindex";
|
||||
inherit version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.osgeo.org/libspatialindex/spatialindex-src-${version}.tar.gz";
|
||||
|
||||
Reference in New Issue
Block a user