faircamp: link to CoreServices on darwin
This commit is contained in:
parent
8f1fe3ca06
commit
19b1071fb3
1 changed files with 4 additions and 0 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue