vorbisgain: enable on darwin

This commit is contained in:
Mario Rodas 2021-01-06 04:20:00 +00:00
parent 44ef664c89
commit 5ca9b52719

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
homepage = "https://sjeng.org/vorbisgain.html";
description = "A utility that corrects the volume of an Ogg Vorbis file to a predefined standardized loudness";
license = licenses.gpl2;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ pSub ];
};
}