slint-lsp: fix build on darwin
This commit is contained in:
parent
06581ee7c7
commit
83d121fc5a
1 changed files with 1 additions and 1 deletions
|
@ -18629,7 +18629,7 @@ with pkgs;
|
|||
slimerjs = callPackage ../development/tools/slimerjs {};
|
||||
|
||||
slint-lsp = callPackage ../development/tools/misc/slint-lsp {
|
||||
inherit (darwin.apple_sdk.frameworks) AppKit CoreGraphics CoreServices CoreText Foundation OpenGL;
|
||||
inherit (darwin.apple_sdk_11_0.frameworks) AppKit CoreGraphics CoreServices CoreText Foundation OpenGL;
|
||||
};
|
||||
|
||||
sloccount = callPackage ../development/tools/misc/sloccount { };
|
||||
|
|
Loading…
Reference in a new issue