Merge pull request #26484 from michalpalka/xen-python-fix

xen: fix pygrub by making sure it is wrapped
This commit is contained in:
Frederik Rietdijk 2017-06-09 12:45:03 +02:00 committed by GitHub
commit 184ab11fc9

View file

@ -204,6 +204,8 @@ stdenv.mkDerivation (rec {
--replace SBINDIR=\"$out/sbin\" SBINDIR=\"$out/bin\"
wrapPythonPrograms
# We also need to wrap pygrub, which lies in lib
wrapPythonProgramsIn "$out/lib" "$out $pythonPath"
shopt -s extglob
for i in $out/etc/xen/scripts/!(*.sh); do