1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Revert "postgresql: Correct propagated readline"

This reverts commit d9efd0676f.
This commit is contained in:
Eelco Dolstra 2015-06-01 21:16:00 +02:00
parent f1b8931cc9
commit bcd9f792da

View file

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