mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 12:47:55 +08:00
add pkg-config for non-Linux platforms
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec {
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ ]
|
||||
++ lib.optional hostPlatform.isDarwin pkg-config
|
||||
++ lib.optional (!hostPlatform.isLinux) pkg-config
|
||||
++ lib.optional (installManPages || installShellCompletions) installShellFiles;
|
||||
|
||||
buildInputs = [ ]
|
||||
|
||||
Reference in New Issue
Block a user