9 stdenv.mkDerivation rec {
14 url = "https://sjeng.org/ftp/vorbis/vorbisgain-${version}.tar.gz";
15 sha256 = "1v1h6mhnckmvvn7345hzi9abn5z282g4lyyl4nnbqwnrr98v0vfx";
29 homepage = "https://sjeng.org/vorbisgain.html";
30 description = "Utility that corrects the volume of an Ogg Vorbis file to a predefined standardized loudness";
31 license = licenses.gpl2Only;
32 platforms = platforms.unix;
33 maintainers = with maintainers; [ pSub ];
34 mainProgram = "vorbisgain";