summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/solfege
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/misc/solfege
parent7b8a56a57725ec45a0a951a67398e48c5a3e4310 (diff)
Change all alsaUtils references to alsa-utils
Diffstat (limited to 'pkgs/misc/solfege')
-rw-r--r--pkgs/misc/solfege/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/solfege/default.nix b/pkgs/misc/solfege/default.nix
index af2ce3f53cf2..fc7062d904c3 100644
--- a/pkgs/misc/solfege/default.nix
+++ b/pkgs/misc/solfege/default.nix
@@ -1,7 +1,7 @@
{ lib, fetchurl, gettext, pkg-config, texinfo, wrapGAppsHook
, buildPythonApplication, pycairo, pygobject3
, gobject-introspection, gtk3, librsvg
-, alsaUtils, timidity, mpg123, vorbis-tools, csound, lilypond
+, alsa-utils, timidity, mpg123, vorbis-tools, csound, lilypond
}:
buildPythonApplication rec {
@@ -24,7 +24,7 @@ buildPythonApplication rec {
propagatedBuildInputs = [ pycairo pygobject3 ];
preBuild = ''
- sed -i -e 's|wav_player=.*|wav_player=${alsaUtils}/bin/aplay|' \
+ sed -i -e 's|wav_player=.*|wav_player=${alsa-utils}/bin/aplay|' \
-e 's|midi_player=.*|midi_player=${timidity}/bin/timidity|' \
-e 's|mp3_player=.*|mp3_player=${mpg123}/bin/mpg123|' \
-e 's|ogg_player=.*|ogg_player=${vorbis-tools}/bin/ogg123|' \