about summary refs log tree commit diff
path: root/pkgs/applications/audio/munt/mt32emu-qt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/munt/mt32emu-qt.nix')
-rw-r--r--pkgs/applications/audio/munt/mt32emu-qt.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/munt/mt32emu-qt.nix b/pkgs/applications/audio/munt/mt32emu-qt.nix
index 207fbc3717f74..92488ac587b6b 100644
--- a/pkgs/applications/audio/munt/mt32emu-qt.nix
+++ b/pkgs/applications/audio/munt/mt32emu-qt.nix
@@ -14,7 +14,7 @@
 }:
 
 let
-  char2underscore = char: str: lib.replaceChars [ char ] [ "_" ] str;
+  char2underscore = char: str: lib.replaceStrings [ char ] [ "_" ] str;
 in
 mkDerivation rec {
   pname = "mt32emu-qt";