wayland-bongocat: fix missing bash input

without this, `bongocat-find-devices` errors:

> /usr/bin/bash: bad interpreter
This commit is contained in:
Colin
2025-10-16 20:33:53 +00:00
parent ae8a7fd9a2
commit 8fd7ee2e55
@@ -1,6 +1,7 @@
{
lib,
stdenv,
bash,
fetchFromGitHub,
pkg-config,
wayland,
@@ -25,6 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
wayland-scanner
];
buildInputs = [
bash
wayland
wayland-protocols
];