Skip to content

Commit

Permalink
Merge pull request #83 from no92/runtool-virtual-tools
Browse files Browse the repository at this point in the history
xbstrap: supply virtual tools to runtool
  • Loading branch information
avdgrinten committed Sep 10, 2024
2 parents e3cc919 + f0b813c commit c4a4c64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbstrap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def do_runtool(args):
workdir=workdir,
for_package=for_package,
containerless=has_containerless,
virtual_tools=subject.virtual_tools if subject else [],
)


Expand Down

0 comments on commit c4a4c64

Please sign in to comment.