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 ];
|
||||
|
||||
passthru = {
|
||||
inherit readline psqlSchema version;
|
||||
inherit readline psqlSchema;
|
||||
|
||||
pkgs = let
|
||||
scope = { postgresql = this; };
|
||||
|
Loading…
x
Reference in New Issue
Block a user