Skip to content

Commit 39b0a88

Browse files
committed
chore(nix): remove macos compat stubs
These were noops and have been removed in recent nixpkgs versions. Signed-off-by: Ali Caglayan <[email protected]>
1 parent 6d9089e commit 39b0a88

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

flake.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,6 @@
164164
ocaml
165165
findlib
166166
];
167-
buildInputs = lib.optionals stdenv.isDarwin [
168-
darwin.apple_sdk.frameworks.CoreServices
169-
];
170167
strictDeps = true;
171168
buildFlags = [ "release" ];
172169
dontAddPrefix = true;
@@ -327,9 +324,6 @@
327324
mkShell {
328325
inherit INSIDE_NIX;
329326
nativeBuildInputs = lib.remove pkgs.ocamlformat (testNativeBuildInputs pkgs);
330-
buildInputs = lib.optionals stdenv.isDarwin [
331-
darwin.apple_sdk.frameworks.CoreServices
332-
];
333327
meta.description = ''
334328
provides a shell with just `opam` and minimal (external)
335329
dependencies to run the testsuite.";

0 commit comments

Comments
 (0)