powerdns: fix typo

Co-authored-by: Guillaume Girol <symphorien@users.noreply.github.com>
This commit is contained in:
Vladimír Čunát
2022-04-03 18:41:21 +02:00
committed by GitHub
co-authored by Guillaume Girol
parent f588040472
commit 6b7bd8d06e
+1 -1
View File
@@ -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"
];