1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 {
name = "chefdk-0.4.0";
@ -8,7 +8,7 @@ bundlerEnv {
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
buildInputs = [ perl ];
buildInputs = [ perl autoconf ];
meta = with lib; {
description = "A streamlined development and deployment workflow for Chef platform";