chefdk: 1.3.40 -> 2.3.4

This commit is contained in:
Graham Christensen
2017-11-27 08:32:40 -05:00
parent 75e0ef8fb7
commit 3d8d5f5a0d
4 changed files with 369 additions and 324 deletions
+5 -3
View File
@@ -1,9 +1,11 @@
{ stdenv, lib, bundlerEnv, ruby, perl, autoconf }:
{ stdenv, lib, bundlerEnv, ruby_2_4, perl, autoconf }:
bundlerEnv {
name = "chefdk-1.3.40";
# Last updated via:
# nix-shell -p bundix -p gcc -p libxml2 -p zlib --run "bundix -mdl"
name = "chefdk-2.3.4";
inherit ruby;
ruby = ruby_2_4;
gemdir = ./.;
buildInputs = [ perl autoconf ];