Skip to content

Commit d6bcf6b

Browse files
author
faukah
committed
1 parent 13f8457 commit d6bcf6b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

flake.nix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,6 @@
139139
findlib
140140
];
141141

142-
buildInputs = lib.optionals pkgs.stdenv.isDarwin [
143-
pkgs.darwin.apple_sdk.frameworks.CoreServices
144-
];
145-
146142
strictDeps = true;
147143
buildFlags = [ "release" ];
148144
dontAddPrefix = true;
@@ -284,9 +280,6 @@
284280
slim-opam = pkgs.mkShell {
285281
inherit INSIDE_NIX;
286282
nativeBuildInputs = lib.remove ocamlformat (testNativeBuildInputs pkgs);
287-
buildInputs = lib.optionals pkgs.stdenv.isDarwin [
288-
pkgs.darwin.apple_sdk.frameworks.CoreServices
289-
];
290283
meta.description = ''
291284
provides a shell with just `opam` and minimal (external)
292285
dependencies to run the testsuite.";

0 commit comments

Comments
 (0)