cockpit: add pkgs.hostname to the binary path (#418084)

This commit is contained in:
Gaétan Lepage
2025-06-19 09:24:20 +02:00
committed by GitHub
+3 -1
View File
@@ -16,6 +16,7 @@
glib-networking,
gnused,
gnutls,
hostname,
iproute2,
json-glib,
krb5,
@@ -183,8 +184,9 @@ stdenv.mkDerivation (finalAttrs: {
wrapProgram $out/share/cockpit/issue/update-issue \
--prefix PATH : ${
lib.makeBinPath [
iproute2
gnused
hostname
iproute2
]
}