haskellPackages.bindings-GLFW: drop reference to darwin.CF stub
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user