qtpass: add pwgen as optional runtime dep
This commit is contained in:
parent
a6ab41fdfe
commit
6362fecff6
@ -1,5 +1,6 @@
|
|||||||
{ lib, mkDerivation, fetchFromGitHub
|
{ lib, mkDerivation, fetchFromGitHub
|
||||||
, git, gnupg, pass, qtbase, qtsvg, qttools, qmake
|
, git, gnupg, pass, pwgen
|
||||||
|
, qtbase, qtsvg, qttools, qmake
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
@ -25,7 +26,7 @@ mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
qtWrapperArgs = [
|
qtWrapperArgs = [
|
||||||
"--suffix PATH : ${lib.makeBinPath [ git gnupg pass ]}"
|
"--suffix PATH : ${lib.makeBinPath [ git gnupg pass pwgen ]}"
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user