summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-02-09 19:22:32 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-09 21:13:20 -0800
commit7c42c4e3f1f8da8af76f155d7bf4fa2d67a4fca3 (patch)
tree677040615787cacae168478460c12e814d8bf93d
parentmicrocodeIntel: 20210608 -> 20220207 (diff)
downloadnixpkgs-7c42c4e3f1f8da8af76f155d7bf4fa2d67a4fca3.tar.gz
chef-dk: install all binaries
When using pname+version all binaries other than `chef` are missing Fixes #70171 (cherry picked from commit e73edac05b9923433515b42b4282f66f2590ebf7)
-rw-r--r--pkgs/development/tools/chefdk/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/tools/chefdk/default.nix b/pkgs/development/tools/chefdk/default.nix
index 9e0e40b69f4b..93af8815fb3a 100644
--- a/pkgs/development/tools/chefdk/default.nix
+++ b/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 = ./.;