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