From 90160dbd10552a81803eca55d68d13d16b29ec01 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 2 Feb 2025 18:23:14 +0100 Subject: [PATCH] Revert "mbrola: Fix compilation on Darwin" This reverts commit 479d8786151352de75ea8198ec40624ee18f1f00. This is not required any longer, after bumping mbrola to an unstable version that contains these fixes. --- pkgs/applications/audio/mbrola/default.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pkgs/applications/audio/mbrola/default.nix b/pkgs/applications/audio/mbrola/default.nix index 51758aeb1399..e025827fed7a 100644 --- a/pkgs/applications/audio/mbrola/default.nix +++ b/pkgs/applications/audio/mbrola/default.nix @@ -29,15 +29,6 @@ let hash = "sha256-ZjCl1gx/6sGtpXAYO4sAh6dutjwzClQ7kZoq0WaaBlU="; }; - postPatch = '' - substituteInPlace Makefile \ - --replace-fail 'O6' 'O3' - substituteInPlace Misc/common.h \ - --replace-fail '|| defined(TARGET_OS_MAC)' "" - substituteInPlace Misc/common.c \ - --replace-fail '|| defined(TARGET_OS_MAC)' "" - ''; - # required for cross compilation makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];