make jq and bash accessible in hydra runcommand

pull/16/head
Sebastien Bourdeauducq 2019-02-17 23:18:46 +08:00
parent a901a2599e
commit cbb0a29bc4
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
, guile, perl, postgresql, nukeReferences, git, boehmgc, nlohmann_json , guile, perl, postgresql, nukeReferences, git, boehmgc, nlohmann_json
, docbook_xsl, openssh, gnused, coreutils, findutils, gzip, lzma, gnutar , docbook_xsl, openssh, gnused, coreutils, findutils, gzip, lzma, gnutar
, rpm, dpkg, cdrkit, pixz, lib, fetchpatch, boost, autoreconfHook , rpm, dpkg, cdrkit, pixz, lib, fetchpatch, boost, autoreconfHook
, jq, bash
}: }:
with stdenv; with stdenv;
@ -98,6 +99,7 @@ in releaseTools.nixBuild rec {
hydraPath = lib.makeBinPath ( hydraPath = lib.makeBinPath (
[ sqlite subversion openssh nix coreutils findutils pixz [ sqlite subversion openssh nix coreutils findutils pixz
gzip bzip2 lzma gnutar unzip git gitAndTools.topGit mercurial darcs gnused bazaar gzip bzip2 lzma gnutar unzip git gitAndTools.topGit mercurial darcs gnused bazaar
jq bash
] ++ lib.optionals stdenv.isLinux [ rpm dpkg cdrkit ] ); ] ++ lib.optionals stdenv.isLinux [ rpm dpkg cdrkit ] );
nativeBuildInputs = [ autoreconfHook pkgconfig ]; nativeBuildInputs = [ autoreconfHook pkgconfig ];