Skip to content

Commit

Permalink
sioyek: add xpc from apple_sdk on darwin
Browse files Browse the repository at this point in the history
Let’s see if this fixes the ofborg build. If not, I’ll revert it.
Otherwise, I’ll squash it into the previous commit.
  • Loading branch information
b-fein committed Oct 13, 2024
1 parent ad80cc3 commit 70a3675
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/by-name/si/sioyek/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
fetchFromGitHub,
freetype,
nix-update-script,
darwin,
gumbo,
harfbuzz,
jbig2dec,
Expand Down Expand Up @@ -34,7 +35,10 @@ stdenv.mkDerivation (finalAttrs: {
qt6.qt3d
qt6.qtbase
qt6.qtspeech
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ freetype ];
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.libs.xpc
freetype
];

nativeBuildInputs = [
installShellFiles
Expand Down

0 comments on commit 70a3675

Please sign in to comment.