Unverified Commit 3cb4ed8a authored by Vladislav Grechannik's avatar Vladislav Grechannik
Browse files

cliphist: add bash to buildInputs

parent e0c298ca
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{
  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";