chefdk: fix build

This commit is contained in:
Vincent Laporte 2015-07-04 00:39:44 +02:00
parent 63041a7ecb
commit 06efb2e937

View File

@ -1,4 +1,4 @@
{ stdenv, lib, bundlerEnv, ruby, perl }: { stdenv, lib, bundlerEnv, ruby, perl, autoconf }:
bundlerEnv { bundlerEnv {
name = "chefdk-0.4.0"; name = "chefdk-0.4.0";
@ -8,7 +8,7 @@ bundlerEnv {
lockfile = ./Gemfile.lock; lockfile = ./Gemfile.lock;
gemset = ./gemset.nix; gemset = ./gemset.nix;
buildInputs = [ perl ]; buildInputs = [ perl autoconf ];
meta = with lib; { meta = with lib; {
description = "A streamlined development and deployment workflow for Chef platform"; description = "A streamlined development and deployment workflow for Chef platform";