lol

Merge pull request #158813 from c0bw3b/fix/chefdk

chef-dk: install all binaries

authored by

Renaud and committed by
GitHub
58d19ac7 5011d17c

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