postgresqlPackages.pgrouting: add platforms
This commit is contained in:
parent
11ba54d66d
commit
8773f20845
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A PostgreSQL/PostGIS extension that provides geospatial routing functionality";
|
description = "A PostgreSQL/PostGIS extension that provides geospatial routing functionality";
|
||||||
homepage = https://pgrouting.org/;
|
homepage = https://pgrouting.org/;
|
||||||
maintainers = [ maintainers.steve-chavez ];
|
maintainers = [ maintainers.steve-chavez ];
|
||||||
platforms = platforms.linux;
|
platforms = postgresql.meta.platforms;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user