powerdns: fix typo
Co-authored-by: Guillaume Girol <symphorien@users.noreply.github.com>
This commit is contained in:
parent
f588040472
commit
6b7bd8d06e
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
# Configure phase requires 64-bit time_t even on 32-bit platforms.
|
||||
NIX_CFLAGS_COMPILE = lib.optionals stdenv.hostPlaftorm.is32bit [
|
||||
NIX_CFLAGS_COMPILE = lib.optionals stdenv.hostPlatform.is32bit [
|
||||
"-D_TIME_BITS=64" "-D_FILE_OFFSET_BITS=64"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user