faircamp: link to CoreServices on darwin

This commit is contained in:
Theodore Ni 2023-08-28 18:25:05 -07:00 committed by Francesco Gazzetta
parent 8f1fe3ca06
commit 19b1071fb3

View file

@ -1,4 +1,5 @@
{ lib
, stdenv
, rustPlatform
, fetchgit
, makeWrapper
@ -9,6 +10,7 @@
, ffmpeg
, callPackage
, unstableGitUpdater
, darwin
}:
rustPlatform.buildRustPackage {
@ -39,6 +41,8 @@ rustPlatform.buildRustPackage {
glib
libopus
vips
] ++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.CoreServices
];
postInstall = ''