about summary refs log tree commit diff
path: root/pkgs/applications/networking/mumble/default.nix
diff options
context:
space:
mode:
authorReno Reckling <exi@wthack.de>2015-12-31 20:01:41 +0100
committerReno Reckling <exi@wthack.de>2015-12-31 20:01:41 +0100
commit10a87beb7ea8a3b64c689a44f060d15f5ce2ebc5 (patch)
tree2c461a384f531acd48dff743bd2d6d009ed8a81e /pkgs/applications/networking/mumble/default.nix
parent0c7db6c696ecd771acafa2ac0ee5840b86a0056a (diff)
murmur_git: fix failing build because of changed ice file paths
Diffstat (limited to 'pkgs/applications/networking/mumble/default.nix')
-rw-r--r--pkgs/applications/networking/mumble/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mumble/default.nix b/pkgs/applications/networking/mumble/default.nix
index dac1a9ada3b4d..a0eb459369dfa 100644
--- a/pkgs/applications/networking/mumble/default.nix
+++ b/pkgs/applications/networking/mumble/default.nix
@@ -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 = [