lol

gpgstats: fix build on 32-bit; LFS problems

+3
+3
pkgs/tools/security/gpgstats/default.nix
··· 16 16 cp gpgstats $out/bin 17 17 ''; 18 18 19 + NIX_CFLAGS_COMPILE = stdenv.lib.optionals (!stdenv.is64bit) 20 + [ "-D_FILE_OFFSET_BITS=64" "-DLARGEFILE_SOURCE=1" ]; 21 + 19 22 meta = with stdenv.lib; { 20 23 description = "Calculates statistics on the keys in your gpg key-ring"; 21 24 longDescription = ''