Skip to content

Commit f9ec091

Browse files
authored
cockpit: add pkgs.hostname to the binary path (#418084)
2 parents 397c312 + c86b778 commit f9ec091

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkgs/by-name/co/cockpit/package.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
glib-networking,
1717
gnused,
1818
gnutls,
19+
hostname,
1920
iproute2,
2021
json-glib,
2122
krb5,
@@ -183,8 +184,9 @@ stdenv.mkDerivation (finalAttrs: {
183184
wrapProgram $out/share/cockpit/issue/update-issue \
184185
--prefix PATH : ${
185186
lib.makeBinPath [
186-
iproute2
187187
gnused
188+
hostname
189+
iproute2
188190
]
189191
}
190192

0 commit comments

Comments
 (0)