postgis: get rid of composableDerivation

In this change composableDerivation is removed in favor of
stdenv.mkDerivation.
This commit is contained in:
Frederik Rietdijk 2018-02-20 22:17:16 +01:00
parent 3d0b2f1e63
commit b2f53c76f8
5 changed files with 164 additions and 97 deletions

View file

@ -122,7 +122,7 @@ in
extraPlugins = mkOption {
type = types.listOf types.path;
default = [];
example = literalExample "[ (pkgs.postgis.override { postgresql = pkgs.postgresql94; }).v_2_1_4 ]";
example = literalExample "[ (pkgs.postgis.override { postgresql = pkgs.postgresql94; }) ]";
description = ''
When this list contains elements a new store path is created.
PostgreSQL and the elements are symlinked into it. Then pg_config,