File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed
applications/editors/lapce Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 1414, libGL
1515, libobjc
1616, libxkbcommon
17- , Security
18- , CoreServices
19- , ApplicationServices
20- , Carbon
21- , AppKit
2217, wrapGAppsHook3
2318, wayland
2419, gobject-introspection
2520, xorg
21+ , apple-sdk_11
2622} :
2723let
2824 rpathLibs = lib . optionals stdenv . hostPlatform . isLinux [
@@ -93,11 +89,7 @@ rustPlatform.buildRustPackage rec {
9389 fontconfig
9490 ] ++ lib . optionals stdenv . hostPlatform . isDarwin [
9591 libobjc
96- Security
97- CoreServices
98- ApplicationServices
99- Carbon
100- AppKit
92+ apple-sdk_11
10193 ] ;
10294
10395 postInstall = if stdenv . hostPlatform . isLinux then ''
@@ -124,7 +116,5 @@ rustPlatform.buildRustPackage rec {
124116 license = with licenses ; [ asl20 ] ;
125117 maintainers = with maintainers ; [ elliot ] ;
126118 mainProgram = "lapce" ;
127- # Undefined symbols for architecture x86_64: "_NSPasteboardTypeFileURL"
128- broken = stdenv . hostPlatform . isDarwin && stdenv . hostPlatform . isx86_64 ;
129119 } ;
130120}
Original file line number Diff line number Diff line change @@ -5293,7 +5293,6 @@ with pkgs;
52935293
52945294 lapce = callPackage ../applications/editors/lapce {
52955295 inherit (darwin) libobjc;
5296- inherit (darwin.apple_sdk.frameworks) Security CoreServices ApplicationServices Carbon AppKit;
52975296 };
52985297
52995298 lcdproc = callPackage ../servers/monitoring/lcdproc { };
You can’t perform that action at this time.
0 commit comments