xdg-utils: use hostname per system indirection

Fixes the build on darwin.
This commit is contained in:
Martin Weinelt
2025-07-09 00:33:06 +02:00
parent cc12c638ca
commit 9b504cfe4b
+3 -3
View File
@@ -21,7 +21,7 @@
glib,
gnugrep,
gnused,
hostname-debian,
hostname,
jq,
procps,
which,
@@ -166,7 +166,7 @@ let
scripts = [ "bin/xdg-open" ];
interpreter = "${bash}/bin/bash";
inputs = commonDeps ++ [
hostname-debian
hostname
glib.bin
"${placeholder "out"}/bin"
];
@@ -206,7 +206,7 @@ let
scripts = [ "bin/xdg-screensaver" ];
interpreter = "${bash}/bin/bash";
inputs = commonDeps ++ [
hostname-debian
hostname
perl
procps
];