@@ -68,11 +68,11 @@ stdenv.mkDerivation rec {
|
|||||||
git
|
git
|
||||||
gnupg
|
gnupg
|
||||||
gnused
|
gnused
|
||||||
procps
|
|
||||||
pwgen
|
pwgen
|
||||||
tree
|
tree
|
||||||
which
|
which
|
||||||
] ++ ifEnable x11Support [ dmenu xclip xdotool ]);
|
] ++ stdenv.lib.optional stdenv.isLinux procps
|
||||||
|
++ ifEnable x11Support [ dmenu xclip xdotool ]);
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
# Fix program name in --help
|
# Fix program name in --help
|
||||||
|
|||||||
Reference in New Issue
Block a user