rofi-pass: replace util-linux with util-linuxMinimal
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
makeBinaryWrapper,
|
makeBinaryWrapper,
|
||||||
unstableGitUpdater,
|
unstableGitUpdater,
|
||||||
coreutils,
|
coreutils,
|
||||||
util-linux,
|
util-linuxMinimal,
|
||||||
gnugrep,
|
gnugrep,
|
||||||
libnotify,
|
libnotify,
|
||||||
pwgen,
|
pwgen,
|
||||||
@@ -67,7 +67,7 @@ stdenv.mkDerivation {
|
|||||||
libnotify
|
libnotify
|
||||||
pwgen
|
pwgen
|
||||||
rofi
|
rofi
|
||||||
util-linux
|
util-linuxMinimal
|
||||||
]
|
]
|
||||||
++ lib.optionals (backend == "x11") [
|
++ lib.optionals (backend == "x11") [
|
||||||
(pass.withExtensions (ext: [ ext.pass-otp ]))
|
(pass.withExtensions (ext: [ ext.pass-otp ]))
|
||||||
|
|||||||
Reference in New Issue
Block a user