3
0
Fork 0
forked from mirrors/nixpkgs

Merge branch 'fix-murmur_git-build' of https://github.com/exi/nixpkgs

Closes #12052
This commit is contained in:
Nikolay Amiantov 2016-01-03 03:24:49 +03:00
commit deda44195a

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 = [