mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
Merge pull request #63529 from samueldr/fix/vagrant/salt-provisioner
vagrant: Don't patch salt provisioner's shebang
This commit is contained in:
commit
86c11030ee
@ -84,6 +84,13 @@ in buildRubyGem rec {
|
||||
fi
|
||||
'';
|
||||
|
||||
# `patchShebangsAuto` patches this one script which is intended to run
|
||||
# on foreign systems.
|
||||
postFixup = ''
|
||||
sed -i -e '1c#!/bin/sh -' \
|
||||
$out/lib/ruby/gems/*/gems/vagrant-*/plugins/provisioners/salt/bootstrap-salt.sh
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
inherit ruby deps;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user