chef-dk: install all binaries

When using pname+version all binaries other than `chef` are missing

Fixes #70171
This commit is contained in:
Renaud 2022-02-09 19:22:32 +01:00 committed by GitHub
parent 825ff836ff
commit e73edac05b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,9 @@
{ lib, bundlerEnv, bundlerUpdateScript, ruby, perl, autoconf }:
bundlerEnv {
pname = "chef-dk";
version = "4.13.3";
name = "chef-dk-4.13.3";
# Do not change this to pname & version until underlying issues with Ruby
# packaging are resolved ; see https://github.com/NixOS/nixpkgs/issues/70171
inherit ruby;
gemdir = ./.;