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:
@@ -125,7 +125,7 @@ let
|
||||
disallowedReferences = [ stdenv.cc ];
|
||||
|
||||
passthru = {
|
||||
inherit readline psqlSchema version;
|
||||
inherit readline psqlSchema;
|
||||
|
||||
pkgs = let
|
||||
scope = { postgresql = this; };
|
||||
|
||||
Reference in New Issue
Block a user