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