panamax_ui: fix libv8 pinpoint

This commit is contained in:
Domen Kožar 2015-09-03 10:30:11 +02:00
parent 6cb878e9c2
commit c0e97bb547

View File

@ -37,6 +37,8 @@ stdenv.mkDerivation rec {
find . -type f -iname "*.haml" -exec sed -e 's|CoreOS Local|NixOS Local|g' -i "{}" \;
find . -type f -iname "*.haml" -exec sed -e 's|CoreOS Host|NixOS Host|g' -i "{}" \;
sed -e 's|CoreOS Local|NixOS Local|g' -i "spec/features/manage_application_spec.rb"
# fix libv8 dependency
substituteInPlace Gemfile.lock --replace "3.16.14.7" "3.16.14.11"
'';
configurePhase = ''