Merge pull request #252062 from tjni/faircamp

faircamp: link to CoreServices on darwin
This commit is contained in:
Francesco Gazzetta
2023-08-29 10:04:12 +02:00
committed by GitHub
@@ -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 = ''