cliphist: add bash to buildInputs (#462268)

This commit is contained in:
Aleksana
2025-11-16 15:36:56 +00:00
committed by GitHub

View File

@@ -1,5 +1,6 @@
{
lib,
bash,
buildGoModule,
fetchFromGitHub,
nix-update-script,
@@ -26,6 +27,8 @@ buildGoModule rec {
updateScript = nix-update-script { };
};
buildInputs = [ bash ];
meta = with lib; {
description = "Wayland clipboard manager";
homepage = "https://github.com/sentriz/cliphist";