vorbis-tools: rename from old-style vorbisTools
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchurl, pkgconfig, python, pygtk, gettext, texinfo
|
||||
, ghostscript, pysqlite, librsvg, gdk_pixbuf, txt2man, timidity, mpg123
|
||||
, alsaUtils, vorbisTools, csound, lilypond
|
||||
, alsaUtils, vorbis-tools, csound, lilypond
|
||||
, makeWrapper
|
||||
}:
|
||||
|
||||
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
sed -i -e 's|wav_player=.*|wav_player=${alsaUtils}/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=${vorbisTools}/bin/ogg123|' \
|
||||
-e 's|ogg_player=.*|ogg_player=${vorbis-tools}/bin/ogg123|' \
|
||||
-e 's|csound=.*|csound=${csound}/bin/csound|' \
|
||||
-e 's|lilypond-book=.*|lilypond-book=${lilypond}/bin/lilypond-book|' \
|
||||
default.config
|
||||
|
||||
Reference in New Issue
Block a user