cliphist: add bash to buildInputs (#462268)
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user