Skip to content

Commit

Permalink
Revert "mbrola: Fix compilation on Darwin"
Browse files Browse the repository at this point in the history
This reverts commit 479d878.

This is not required any longer, after bumping mbrola to an unstable
version that contains these fixes.
  • Loading branch information
mweinelt committed Feb 2, 2025
1 parent 1a9f228 commit 90160db
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkgs/applications/audio/mbrola/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];

Expand Down

0 comments on commit 90160db

Please sign in to comment.