mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
nasty: add large file support (#17011)
also fixes i686 build as a side-effect
This commit is contained in:
parent
60d32ff6cc
commit
60624a4625
@ -9,6 +9,10 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1dznlxr728k1pgy1kwmlm7ivyl3j3rlvkmq34qpwbwbj8rnja1vn";
|
||||
};
|
||||
|
||||
# does not apply cleanly with patchPhase/fetchpatch
|
||||
# https://sources.debian.net/src/nasty/0.6-3/debian/patches/02_add_largefile_support.patch
|
||||
CFLAGS = "-D_FILE_OFFSET_BITS=64";
|
||||
|
||||
buildInputs = [ gpgme ];
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user