chef-dk: install all binaries

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

Fixes #70171

authored by

Renaud and committed by
GitHub
e73edac0 825ff836

+3 -2
+3 -2
pkgs/development/tools/chefdk/default.nix
··· 1 1 { lib, bundlerEnv, bundlerUpdateScript, ruby, perl, autoconf }: 2 2 3 3 bundlerEnv { 4 - pname = "chef-dk"; 5 - version = "4.13.3"; 4 + name = "chef-dk-4.13.3"; 5 + # Do not change this to pname & version until underlying issues with Ruby 6 + # packaging are resolved ; see https://github.com/NixOS/nixpkgs/issues/70171 6 7 7 8 inherit ruby; 8 9 gemdir = ./.;