fix: add sscg to dependencies and build inputs for cockpit

This commit is contained in:
Yang, Bo
2025-05-11 22:51:39 +00:00
parent dda3dcd3fe
commit 73c8c68a35
+2
View File
@@ -32,6 +32,7 @@
pkg-config,
polkit,
python3Packages,
sscg,
systemd,
udev,
xmlto,
@@ -167,6 +168,7 @@ stdenv.mkDerivation (finalAttrs: {
--prefix PATH : ${
lib.makeBinPath [
coreutils
sscg
openssl
]
} \