13 path = lib.makeBinPath [ gnuplot sox flac id3v2 vorbis-tools ];
15 stdenv.mkDerivation rec {
20 url = "http://www.pogo.org.uk/~mark/bpm-tools/releases/bpm-tools-${version}.tar.gz";
21 sha256 = "151vfbs8h3cibs7kbdps5pqrsxhpjv16y2iyfqbxzsclylgfivrp";
24 nativeBuildInputs = [ makeWrapper ];
27 "PREFIX=${placeholder "out"}"
31 wrapProgram $out/bin/bpm-tag --prefix PATH : "${path}"
32 wrapProgram $out/bin/bpm-graph --prefix PATH : "${path}"
36 homepage = "http://www.pogo.org.uk/~mark/bpm-tools/";
37 description = "Automatically calculate BPM (tempo) of music files";
38 license = licenses.gpl2;
39 platforms = platforms.all;
40 maintainers = with maintainers; [ doronbehar ];