parent
ce8d2aad27
commit
3732d1d2c3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user