pass: add procps dep only on linux (#19165)

fixes #18929
This commit is contained in:
Jörg Thalheim 2016-10-02 18:57:42 +02:00 committed by M U
parent ce8d2aad27
commit 3732d1d2c3

View File

@ -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