Unverified Commit 6ba36f38 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

cliphist: add bash to buildInputs (#462268)

parents b4c58bdd 3cb4ed8a
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";