3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #182848 from chvp/pass-ssh-dep

This commit is contained in:
Franz Pletz 2022-07-26 04:35:04 +02:00 committed by GitHub
commit 36e880eacc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{ stdenv, lib, pkgs, fetchurl, buildEnv
, coreutils, findutils, gnugrep, gnused, getopt, git, tree, gnupg, openssl
, which, procps , qrencode , makeWrapper, pass, symlinkJoin
, which, openssh, procps, qrencode, makeWrapper, pass, symlinkJoin
, xclip ? null, xdotool ? null, dmenu ? null
, x11Support ? !stdenv.isDarwin , dmenuSupport ? (x11Support || waylandSupport)
@ -91,8 +91,9 @@ stdenv.mkDerivation rec {
gnused
tree
which
qrencode
openssh
procps
qrencode
] ++ optional stdenv.isDarwin openssl
++ optional x11Support xclip
++ optional waylandSupport wl-clipboard