diff options
author | makefu <github@syntax-fehler.de> | 2016-03-10 09:09:47 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-03-10 09:09:47 +0100 |
commit | 5d6cf7bf717baf9943a3b6d53a8b57d98d3cb50c (patch) | |
tree | 9fca5390ba561365bd9f3309e358095ab7bc3e89 /krebs/5pkgs/test | |
parent | dcf8e3fb32d795c3578d0618baf1bac8e6cfd960 (diff) |
add proot dependency
Diffstat (limited to 'krebs/5pkgs/test')
-rw-r--r-- | krebs/5pkgs/test/infest-cac-centos7/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/krebs/5pkgs/test/infest-cac-centos7/default.nix b/krebs/5pkgs/test/infest-cac-centos7/default.nix index ba3ff30b9..5dbb4ebd5 100644 --- a/krebs/5pkgs/test/infest-cac-centos7/default.nix +++ b/krebs/5pkgs/test/infest-cac-centos7/default.nix @@ -1,5 +1,5 @@ { stdenv, coreutils, makeWrapper, - cac-api, cac-cert, cac-panel, gnumake, gnused, jq, openssh, sshpass, + cac-api, cac-cert, cac-panel, gnumake, gnused, jq, openssh, sshpass, proot, ... }: stdenv.mkDerivation rec { @@ -24,6 +24,7 @@ stdenv.mkDerivation rec { jq openssh sshpass + proot ]; installPhase = '' @@ -37,7 +38,7 @@ stdenv.mkDerivation rec { ''; meta = with stdenv.lib; { homepage = http://krebsco.de; - description = "Krebs CI Scripts"; + description = "infest a CaC box with stockholm"; license = licenses.wtfpl; maintainers = [ maintainers.makefu ]; }; |