krebs pkgs cac: add missing dep: sshpass
This commit is contained in:
parent
a982edd25d
commit
7d9f1a321d
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchgit, coreutils, curl, gnused, jq, ... }:
|
||||
{ stdenv, fetchgit, coreutils, curl, gnused, jq, sshpass, ... }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "cac";
|
||||
@ -21,6 +21,7 @@ stdenv.mkDerivation {
|
||||
curl
|
||||
gnused
|
||||
jq
|
||||
sshpass
|
||||
];
|
||||
in
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user