wayland-bongocat: fix missing bash input
without this, `bongocat-find-devices` errors: > /usr/bin/bash: bad interpreter
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user