···4949 nativeBuildInputs = [ scons ];
5050 inherit buildInputs;
51515252- # When not building with the system valgrind, the build should use the
5353- # vendored header file - regardless of whether or not we're using the system
5454- # tcmalloc - so we need to lift the include path manipulation out of the
5555- # conditional.
5652 patches =
5757- [ ./valgrind-include.patch
5353+ [
5454+ # When not building with the system valgrind, the build should use the
5555+ # vendored header file - regardless of whether or not we're using the system
5656+ # tcmalloc - so we need to lift the include path manipulation out of the
5757+ # conditional.
5858+ ./valgrind-include.patch
5959+6060+ # MongoDB keeps track of its build parameters, which tricks nix into
6161+ # keeping dependencies to build inputs in the final output.
6262+ # We remove the build flags from buildInfo data.
6363+ ./forget-build-dependencies.patch
5864 (fetchpatch {
5965 url = https://projects.archlinux.org/svntogit/community.git/plain/trunk/boost160.patch?h=packages/mongodb;
6066 name = "boost160.patch";