mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
postgresql: fix tzdata path
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
This commit is contained in:
parent
7b30b3fb14
commit
72a35533e0
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue