plymouth: add bash to buildInputs

This commit is contained in:
coolcuber
2026-06-16 12:18:34 -04:00
parent 049d8b21e4
commit bb6eada715
+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