3
0
Fork 0
forked from mirrors/nixpkgs

Pass: Add pwgen to wrapper.

This commit is contained in:
Moritz Ulrich 2015-05-12 23:38:28 +02:00
parent a88be46917
commit 24d5eb262d

View file

@ -65,6 +65,7 @@ stdenv.mkDerivation rec {
getopt
git
gnupg
pwgen
tree
which
] ++ ifEnable x11Support [ dmenu xclip xdotool ]);