There was an error while loading. Please reload this page.
1 parent 45b0db5 commit 7e745b7Copy full SHA for 7e745b7
1 file changed
nix/package.nix
@@ -16,6 +16,8 @@
16
, xdotool ? null
17
, wayland ? null
18
, dbus ? null
19
+# Darwin only
20
+, sigtool ? null
21
, extraBuildInputs ? []
22
}:
23
@@ -35,6 +37,8 @@ rustPlatform.buildRustPackage {
35
37
dioxus-cli
36
38
] ++ lib.optionals stdenv.isLinux [
39
wrapGAppsHook3
40
+ ] ++ lib.optionals stdenv.isDarwin [
41
+ sigtool
42
];
43
44
buildInputs = lib.optionals stdenv.isLinux [
0 commit comments