cliphist: add bash to buildInputs

This commit is contained in:
Vladislav Grechannik
2025-11-16 16:22:19 +01:00
parent e0c298ca47
commit 3cb4ed8aa9
+3
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";