Skip to content

Commit

Permalink
postgresql: fix tzdata path
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
  • Loading branch information
hrdinka authored and ocharles committed Aug 14, 2018
1 parent 7b30b3f commit 72a3553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/sql/postgresql/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let
"--with-libxml"
"--sysconfdir=/etc"
"--libdir=$(lib)/lib"
"--with-system-tzdata=${tzdata}"
"--with-system-tzdata=${tzdata}/share/zoneinfo"
(if stdenv.isDarwin then "--with-uuid=e2fs" else "--with-ossp-uuid")
];

Expand Down

0 comments on commit 72a3553

Please sign in to comment.