vorbis-tools: rename from old-style vorbisTools

This commit is contained in:
Tobias Geerinckx-Rice
2016-01-26 01:35:55 +01:00
parent 1bfe78be71
commit 0c25292648
11 changed files with 23 additions and 22 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, autoreconfHook
, bison, flac, flex, id3v2, vorbisTools
, bison, flac, flex, id3v2, vorbis-tools
}:
stdenv.mkDerivation rec {
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ bison flac flex id3v2 vorbisTools ];
buildInputs = [ bison flac flex id3v2 vorbis-tools ];
meta = with stdenv.lib; {
description = "A set of utilities for working with cue files and toc files";