mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 05:29:20 +03:00
postgis: get rid of composableDerivation
In this change composableDerivation is removed in favor of stdenv.mkDerivation.
This commit is contained in:
parent
3d0b2f1e63
commit
b2f53c76f8
5 changed files with 164 additions and 97 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue