···1616 makeFlagsArray+=(PREFIX="$out" LIBDIRNAME=/lib)
1717 '';
18181919+ # Work around "libfaketime.c:513:7: error: nonnull argument 'buf' compared to NULL [-Werror=nonnull-compare]".
2020+ NIX_CFLAGS_COMPILE = "-Wno-nonnull-compare";
2121+1922 meta = with stdenv.lib; {
2023 description = "Report faked system time to programs without having to change the system-wide time";
2124 homepage = http://www.code-wizards.com/projects/libfaketime/;