about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/mikutter
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2021-06-10 01:10:52 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2021-06-10 01:37:32 -0300
commitf1242006c9674520e0a733885cf6f7d67908ad19 (patch)
tree12c27c55e9036121787f0a381e936649cba27e70 /pkgs/applications/networking/instant-messengers/mikutter
parent7b8a56a57725ec45a0a951a67398e48c5a3e4310 (diff)
Change all alsaUtils references to alsa-utils
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/mikutter')
-rw-r--r--pkgs/applications/networking/instant-messengers/mikutter/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/instant-messengers/mikutter/default.nix b/pkgs/applications/networking/instant-messengers/mikutter/default.nix
index 111a3ed091e1f..c20ec46f266d7 100644
--- a/pkgs/applications/networking/instant-messengers/mikutter/default.nix
+++ b/pkgs/applications/networking/instant-messengers/mikutter/default.nix
@@ -2,7 +2,7 @@
 , stdenv
 , fetchurl
 , bundlerEnv
-, alsaUtils
+, alsa-utils
 , atk
 , copyDesktopItems
 , gobject-introspection
@@ -87,11 +87,11 @@ with mikutterPaths; stdenv.mkDerivation rec {
     libnotify
     which # some plugins use it at runtime
     wrappedRuby
-  ] ++ lib.optionals stdenv.isLinux [ alsaUtils ];
+  ] ++ lib.optionals stdenv.isLinux [ alsa-utils ];
 
   scriptPath = lib.makeBinPath (
     [ wrappedRuby libnotify which ]
-    ++ lib.optionals stdenv.isLinux [ alsaUtils ]
+    ++ lib.optionals stdenv.isLinux [ alsa-utils ]
   );
 
   postUnpack = ''