haskellPackages.bindings-GLFW: drop reference to darwin.CF stub

This commit is contained in:
Emily
2025-04-23 17:29:21 +01:00
parent 28bd9e7394
commit 6c5166e457
@@ -152,9 +152,6 @@ self: super:
}) super.OpenGLRaw;
bindings-GLFW = overrideCabal (drv: {
librarySystemDepends = [ ];
libraryHaskellDepends = drv.libraryHaskellDepends ++ [
darwin.CF
];
}) super.bindings-GLFW;
# cabal2nix likes to generate dependencies on hinotify when hfsevents is