Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
nix: Fix macOS build
Lorenz Leutgeb committed 1 year ago
commit 4b955fff15f5c02aa1401ed4fbf357d63f2ea21b
parent f244d89e56f8d860d1d55d0e9031706fc0c6f5f7
1 file changed +7 -10
modified flake.nix
@@ -80,16 +80,13 @@
        // {
          inherit cargoArtifacts;

-
          nativeBuildInputs = with pkgs;
-
            [
-
              git
-
              # Add additional build inputs here
-
            ]
-
            ++ lib.optionals pkgs.stdenv.isDarwin (with pkgs; [
-
              # Additional darwin specific inputs can be set here
-
              libiconv
-
              darwin.apple_sdk.frameworks.Security
-
            ]);
+
          nativeBuildInputs = with pkgs; [
+
            git
+
            # Add additional build inputs here
+
          ];
+
          buildInputs = lib.optionals pkgs.stdenv.buildPlatform.isDarwin (with pkgs; [
+
            darwin.apple_sdk.frameworks.Security
+
          ]);

          env =
            {