probe-run: fix darwin build (#123494)
This commit is contained in:
@@ -265,7 +265,9 @@ in
|
||||
|
||||
html5validator = python3Packages.callPackage ../applications/misc/html5validator { };
|
||||
|
||||
probe-run = callPackage ../development/tools/rust/probe-run {};
|
||||
probe-run = callPackage ../development/tools/rust/probe-run {
|
||||
inherit (darwin.apple_sdk.frameworks) AppKit IOKit;
|
||||
};
|
||||
|
||||
proto-contrib = callPackage ../development/tools/proto-contrib {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user