1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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