postgresql: Correct propagated readline

This commit is contained in:
William A. Kennington III 2015-05-23 19:23:54 -07:00
parent 601e713bb8
commit d9efd0676f

View File

@ -93,6 +93,7 @@ stdenv.mkDerivation rec {
}; };
passthru = { passthru = {
inherit readline psqlSchema; inherit psqlSchema;
readline = optReadline;
}; };
} }