about summary refs log tree commit diff
path: root/pkgs/development/libraries/libsamplerate
diff options
context:
space:
mode:
authorOPNA2608 <opna2608@protonmail.com>2024-04-03 09:35:50 +0200
committerOPNA2608 <opna2608@protonmail.com>2024-04-03 09:35:50 +0200
commitc1f34f5558723697d66a705b39b898f5ae807e24 (patch)
tree54e68a4aebfdcef4afd11ce422f14b5a33a110ea /pkgs/development/libraries/libsamplerate
parente7c0a07fa6ece04cce3bd3a70a2268bb62e22111 (diff)
libsamplerate: Fix build on Darwin
Diffstat (limited to 'pkgs/development/libraries/libsamplerate')
-rw-r--r--pkgs/development/libraries/libsamplerate/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libsamplerate/default.nix b/pkgs/development/libraries/libsamplerate/default.nix
index fc2ce115e61a5..bebe6c591ba43 100644
--- a/pkgs/development/libraries/libsamplerate/default.nix
+++ b/pkgs/development/libraries/libsamplerate/default.nix
@@ -24,8 +24,6 @@ in stdenv.mkDerivation rec {
     # need headers from the Carbon.framework in /System/Library/Frameworks to
     # compile this on darwin -- not sure how to handle
     NIX_CFLAGS_COMPILE+=" -I${Carbon}/Library/Frameworks/Carbon.framework/Headers"
-
-    substituteInPlace examples/Makefile --replace "-fpascal-strings" ""
   '';
 
   meta = with lib; {