mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
parent
ce8d2aad27
commit
3732d1d2c3
|
@ -68,11 +68,11 @@ stdenv.mkDerivation rec {
|
|||
git
|
||||
gnupg
|
||||
gnused
|
||||
procps
|
||||
pwgen
|
||||
tree
|
||||
which
|
||||
] ++ ifEnable x11Support [ dmenu xclip xdotool ]);
|
||||
] ++ stdenv.lib.optional stdenv.isLinux procps
|
||||
++ ifEnable x11Support [ dmenu xclip xdotool ]);
|
||||
|
||||
postFixup = ''
|
||||
# Fix program name in --help
|
||||
|
|
Loading…
Reference in a new issue