rofi-pass: refactor add new optional dependency pass-otp

Rofi-pass as of a year ago added support for OTP passwords. This
dependency is "optional" but extremely nice to have as a default.

https://github.com/carnager/rofi-pass#requirements
This commit is contained in:
Chris Ostrouchov 2019-05-29 10:05:21 -04:00
parent 60b59c34a8
commit 2623df3b09
No known key found for this signature in database
GPG key ID: 9ED59B0AB1EAF573

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
gnugrep
gnused
libnotify
pass
(pass.withExtensions (ext: [ ext.pass-otp ]))
pwgen
rofi
utillinux