Merge pull request #252062 from tjni/faircamp
faircamp: link to CoreServices on darwin
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user