From 47eeefaba3b8e2cf0973d2460bbe06a5742a9653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francis=20Gagn=C3=A9?= Date: Tue, 7 Jan 2025 20:48:11 -0500 Subject: [PATCH] vorbisgain: Remove patchPhase - configure is already executable in 0.37 - The man page is installed just fine even without --mandir --- pkgs/by-name/vo/vorbisgain/package.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/by-name/vo/vorbisgain/package.nix b/pkgs/by-name/vo/vorbisgain/package.nix index ca7b62c7715b..6f2e143ca661 100644 --- a/pkgs/by-name/vo/vorbisgain/package.nix +++ b/pkgs/by-name/vo/vorbisgain/package.nix @@ -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";