mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 09:58:50 +03:00
chef-dk: install all binaries
When using pname+version all binaries other than `chef` are missing Fixes #70171
This commit is contained in:
parent
825ff836ff
commit
e73edac05b
@ -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…
Reference in New Issue
Block a user