We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee6e10 commit 44dc8abCopy full SHA for 44dc8ab
nix/common/args.nix
@@ -6,7 +6,6 @@
6
}: let
7
inherit (config) craneLib;
8
inherit (pkgs.llvmPackages_latest) clang bintools stdenv libcxx;
9
- inherit (pkgs) apple-sdk_15;
10
11
mkFlags = flags: lib.concatStringsSep " " (map (x: "-C ${x}") flags);
12
@@ -32,7 +31,6 @@
32
31
nativeBuildInputs = [
33
clang
34
bintools
35
- apple-sdk_15
36
];
37
}
38
// (builtins.removeAttrs args ["flags"]);
0 commit comments