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
+3 -3
View File
@@ -1,6 +1,6 @@
# alsaLib vorbisTools python can be made optional
# alsaLib vorbis-tools python can be made optional
{ stdenv, fetchurl, python, tcl, tk, vorbisTools, pkgconfig, xlibsWrapper }:
{ stdenv, fetchurl, python, tcl, tk, vorbis-tools, pkgconfig, xlibsWrapper }:
stdenv.mkDerivation {
name = "snack-2.2.10";
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
postUnpack = ''sourceRoot="$sourceRoot/unix"'';
buildInputs = [ python tcl tk vorbisTools pkgconfig xlibsWrapper ];
buildInputs = [ python tcl tk vorbis-tools pkgconfig xlibsWrapper ];
postInstall = "aoeu";