Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/gusb/meson.build b/gusb/meson.build 2index 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] 7 8 pymod = import('python') 9-py_installation = pymod.find_installation() 10+py_installation = pymod.find_installation('@python@') 11 12 # Verify the map file is correct -- note we can't actually use the generated 13 # file for two reasons: 14