hostname: default to hostname-debian on linux; xdg-utils: fix darwin build (#423643)

This commit is contained in:
Martin Weinelt
2025-07-09 13:04:11 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+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
];
+1 -1
View File
@@ -126,7 +126,7 @@ let
darwin = pkgs.darwin.shell_cmds;
};
hostname = {
linux = pkgs.nettools;
linux = pkgs.hostname-debian;
darwin = pkgs.darwin.shell_cmds;
freebsd = pkgs.freebsd.bin;
openbsd = pkgs.openbsd.hostname;