uutils-procps: fix for darwin

This commit is contained in:
Mio
2026-07-07 21:20:32 +12:00
parent 95e7ef5ed7
commit 6d28359b72
+2 -1
View File
@@ -1,5 +1,6 @@
{
lib,
stdenv,
rustPlatform,
fetchFromGitHub,
pkg-config,
@@ -28,7 +29,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
writableTmpDirAsHomeHook
];
buildInputs = [ systemdLibs ];
buildInputs = lib.optionals (lib.meta.availableOn stdenv.hostPlatform systemdLibs) [ systemdLibs ];
checkFlags = [
# can't run on sandbox