mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
chefdk: fix build
This commit is contained in:
parent
63041a7ecb
commit
06efb2e937
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user