vorbisgain: Remove patchPhase

- configure is already executable in 0.37
- The man page is installed just fine even without --mandir
This commit is contained in:
Francis Gagné
2025-01-07 22:12:22 -05:00
parent d7d3f1b528
commit 47eeefaba3
-5
View File
@@ -22,11 +22,6 @@ stdenv.mkDerivation rec {
libvorbis
];
patchPhase = ''
chmod -v +x configure
configureFlags="--mandir=$out/share/man"
'';
meta = with lib; {
homepage = "https://sjeng.org/vorbisgain.html";
description = "Utility that corrects the volume of an Ogg Vorbis file to a predefined standardized loudness";