Skip to content

Commit

Permalink
hhvm: fix build with gcc7
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Feb 18, 2018
1 parent 13ec57e commit ba5563b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/compilers/hhvm/default.nix
Expand Up @@ -53,6 +53,7 @@ stdenv.mkDerivation rec {
hphp/runtime/ext/std/*.cpp \
hphp/runtime/ext_zend_compat/php-src/main/*.cpp \
hphp/runtime/ext_zend_compat/php-src/main/*.h
sed '1i#include <functional>' -i third-party/mcrouter/src/mcrouter/lib/cycles/Cycles.h
patchShebangs .
'';

Expand Down

0 comments on commit ba5563b

Please sign in to comment.