Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

osrm-backend: fix build with gcc9

+2
+2
pkgs/servers/osrm-backend/default.nix
··· 11 11 sha256 = "1m4hf26mgfvvx9z37qww8v8w4mhzyfl554ymdnzl99pr5ild093s"; 12 12 }; 13 13 14 + NIX_CFLAGS_COMPILE = [ "-Wno-error=pessimizing-move" "-Wno-error=redundant-move" ]; 15 + 14 16 nativeBuildInputs = [ cmake pkgconfig ]; 15 17 buildInputs = [ bzip2 libxml2 libzip boost lua luabind tbb expat ]; 16 18