From c529a88fcce23f8114c9a28b16bee408e59fa0b0 Mon Sep 17 00:00:00 2001 From: Martin Madsen Date: Sun, 18 May 2025 13:48:18 +0200 Subject: [PATCH] vorbis-tools: remove patch applied upstream --- pkgs/applications/audio/vorbis-tools/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkgs/applications/audio/vorbis-tools/default.nix b/pkgs/applications/audio/vorbis-tools/default.nix index 8ff65cef581d..2632fafb6751 100644 --- a/pkgs/applications/audio/vorbis-tools/default.nix +++ b/pkgs/applications/audio/vorbis-tools/default.nix @@ -22,13 +22,6 @@ stdenv.mkDerivation rec { hash = "sha256-of493Gd3vc6/a3l+ft/gQ3lUskdW/8yMa4FrY+BGDd4="; }; - # ld64 on darwin doesn't support nested archives and as the nested lib - # (libbase64.a) is not required to build so leave it out - postPatch = lib.optionalString stdenv.hostPlatform.isDarwin '' - substituteInPlace share/Makefile.am \ - --replace-fail libpicture_a_LIBADD '#libpicture_a_LIBADD' - ''; - nativeBuildInputs = [ autoreconfHook pkg-config