murmur_git: fix failing build because of changed ice file paths

This commit is contained in:
Reno Reckling 2015-12-31 20:01:41 +01:00
parent 0c7db6c696
commit 10a87beb7e

View file

@ -95,7 +95,7 @@ let
type = "murmur";
postPatch = optional iceSupport ''
sed -i 's,/usr/share/Ice/,${zeroc_ice}/,g' src/murmur/murmur.pro
grep -Rl '/usr/share/Ice' . | xargs sed -i 's,/usr/share/Ice/,${zeroc_ice}/,g'
'';
configureFlags = [