plymouth: add bash to buildInputs (#532372)

This commit is contained in:
Marcus Ramberg
2026-06-21 21:26:17 +00:00
committed by GitHub
+2
View File
@@ -20,6 +20,7 @@
systemd,
xkeyboard-config,
fontconfig,
bashNonInteractive,
systemdSupport ? lib.meta.availableOn stdenv.hostPlatform systemd,
}:
@@ -63,6 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
bashNonInteractive
gtk3
libdrm
libevdev