We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 13ec57e commit ba5563bCopy full SHA for ba5563b
pkgs/development/compilers/hhvm/default.nix
@@ -53,6 +53,7 @@ stdenv.mkDerivation rec {
53
hphp/runtime/ext/std/*.cpp \
54
hphp/runtime/ext_zend_compat/php-src/main/*.cpp \
55
hphp/runtime/ext_zend_compat/php-src/main/*.h
56
+ sed '1i#include <functional>' -i third-party/mcrouter/src/mcrouter/lib/cycles/Cycles.h
57
patchShebangs .
58
'';
59
0 commit comments