lol

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

Closes #12052

+1 -1
+1 -1
pkgs/applications/networking/mumble/default.nix
··· 95 95 type = "murmur"; 96 96 97 97 postPatch = optional iceSupport '' 98 - sed -i 's,/usr/share/Ice/,${zeroc_ice}/,g' src/murmur/murmur.pro 98 + grep -Rl '/usr/share/Ice' . | xargs sed -i 's,/usr/share/Ice/,${zeroc_ice}/,g' 99 99 ''; 100 100 101 101 configureFlags = [