Skip to content

Commit 44dc8ab

Browse files
committed
nix: removed apple-sdk_15 from buildInputs
1 parent 1ee6e10 commit 44dc8ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nix/common/args.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
}: let
77
inherit (config) craneLib;
88
inherit (pkgs.llvmPackages_latest) clang bintools stdenv libcxx;
9-
inherit (pkgs) apple-sdk_15;
109

1110
mkFlags = flags: lib.concatStringsSep " " (map (x: "-C ${x}") flags);
1211

@@ -32,7 +31,6 @@
3231
nativeBuildInputs = [
3332
clang
3433
bintools
35-
apple-sdk_15
3634
];
3735
}
3836
// (builtins.removeAttrs args ["flags"]);

0 commit comments

Comments
 (0)