Loading pkgs/applications/misc/rofi-rbw/default.nix +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"; Loading @@ -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"; Loading Loading
pkgs/applications/misc/rofi-rbw/default.nix +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"; Loading @@ -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"; Loading