Skip to content

Commit 7e745b7

Browse files
committed
sigtool
1 parent 45b0db5 commit 7e745b7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

nix/package.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
, xdotool ? null
1717
, wayland ? null
1818
, dbus ? null
19+
# Darwin only
20+
, sigtool ? null
1921
, extraBuildInputs ? []
2022
}:
2123

@@ -35,6 +37,8 @@ rustPlatform.buildRustPackage {
3537
dioxus-cli
3638
] ++ lib.optionals stdenv.isLinux [
3739
wrapGAppsHook3
40+
] ++ lib.optionals stdenv.isDarwin [
41+
sigtool
3842
];
3943

4044
buildInputs = lib.optionals stdenv.isLinux [

0 commit comments

Comments
 (0)