panamax_ui: fix libv8 pinpoint

+2
+2
pkgs/applications/networking/cluster/panamax/ui/default.nix
··· 37 find . -type f -iname "*.haml" -exec sed -e 's|CoreOS Local|NixOS Local|g' -i "{}" \; 38 find . -type f -iname "*.haml" -exec sed -e 's|CoreOS Host|NixOS Host|g' -i "{}" \; 39 sed -e 's|CoreOS Local|NixOS Local|g' -i "spec/features/manage_application_spec.rb" 40 ''; 41 42 configurePhase = ''
··· 37 find . -type f -iname "*.haml" -exec sed -e 's|CoreOS Local|NixOS Local|g' -i "{}" \; 38 find . -type f -iname "*.haml" -exec sed -e 's|CoreOS Host|NixOS Host|g' -i "{}" \; 39 sed -e 's|CoreOS Local|NixOS Local|g' -i "spec/features/manage_application_spec.rb" 40 + # fix libv8 dependency 41 + substituteInPlace Gemfile.lock --replace "3.16.14.7" "3.16.14.11" 42 ''; 43 44 configurePhase = ''