postgresql: fix tzdata path
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
This commit is contained in:
committed by
Oliver Charles
parent
7b30b3fb14
commit
72a35533e0
@@ -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")
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user