Commit 75ed5ecf authored by Philipp Middendorf's avatar Philipp Middendorf
Browse files

rofi-rbw: add previously implicit dependency to rbw

parent e776b54b
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
{ lib, buildPythonApplication, fetchFromGitHub, configargparse, setuptools, poetry-core }:
{ lib, buildPythonApplication, fetchFromGitHub, configargparse, setuptools, poetry-core, rbw }:

buildPythonApplication rec {
  pname = "rofi-rbw";
@@ -21,6 +21,10 @@ buildPythonApplication rec {

  pythonImportsCheck = [ "rofi_rbw" ];

  preFixup = ''
    makeWrapperArgs+=(--prefix PATH : ${lib.makeBinPath [ rbw ]})
  '';

  meta = with lib; {
    description = "Rofi frontend for Bitwarden";
    homepage = "https://github.com/fdw/rofi-rbw";