Commit 8fd7ee2e authored by Colin's avatar Colin
Browse files

wayland-bongocat: fix missing `bash` input

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

> /usr/bin/bash: bad interpreter
parent ae8a7fd9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  bash,
  fetchFromGitHub,
  pkg-config,
  wayland,
@@ -25,6 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
    wayland-scanner
  ];
  buildInputs = [
    bash
    wayland
    wayland-protocols
  ];