chef-dk: install all binaries

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

Fixes #70171
main
Renaud 2 years ago committed by GitHub
parent 825ff836ff
commit e73edac05b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      pkgs/development/tools/chefdk/default.nix

@ -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 = ./.;

Loading…
Cancel
Save