lib.packagesFromDirectoryRecursive: Improved documentation (#359898)
[NixPkgs.git] / pkgs / by-name / gu / gusb / fix-python-path.patch
blob5f04387a537ebe5b47326a8edd4cb454672f3555
1 diff --git a/gusb/meson.build b/gusb/meson.build
2 index 8236a2b..282aa48 100644
3 --- a/gusb/meson.build
4 +++ b/gusb/meson.build
5 @@ -147,7 +147,7 @@ libgusb_gir = libgusb_girtarget[0]
6 libgusb_typelib = libgusb_girtarget[1]
8 pymod = import('python')
9 -py_installation = pymod.find_installation()
10 +py_installation = pymod.find_installation('@python@')
12 # Verify the map file is correct -- note we can't actually use the generated
13 # file for two reasons: