From 80567deb4a7905782c350dbf80a9ae8b0f6c0fee Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Fri, 21 Jul 2023 22:47:17 -0400 Subject: [PATCH] fix: Fix dylib names on darwin --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index bae17f7..d88e4d1 100644 --- a/flake.nix +++ b/flake.nix @@ -49,6 +49,8 @@ pkgs.libiconv darwin.apple_sdk.frameworks.SystemConfiguration ]; + nativeBuildInputs = with pkgs; + lib.optionals stdenv.isDarwin [ fixDarwinDylibNames ]; }) sources) // # Packages that naersk has trouble building due to https://github.com/nix-community/naersk/issues/263 {