postgresql: remove version from passthru
It is already available in the regular attrs. `passthru.version` prevents `overrideAttrs (attrs: { version = "x"; })` from taking effect.
This commit is contained in:
parent
1bceaa1cee
commit
7c4282bf43
@ -125,7 +125,7 @@ let
|
|||||||
disallowedReferences = [ stdenv.cc ];
|
disallowedReferences = [ stdenv.cc ];
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
inherit readline psqlSchema version;
|
inherit readline psqlSchema;
|
||||||
|
|
||||||
pkgs = let
|
pkgs = let
|
||||||
scope = { postgresql = this; };
|
scope = { postgresql = this; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user