Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1# Add all of mesonFlags to -Csetup-args for pypa builds 2for f in $mesonFlags; do 3 pypaBuildFlags+=" -Csetup-args=$f" 4 # This requires pip>23.0.1, see: https://meson-python.readthedocs.io/en/latest/how-to-guides/config-settings.html 5 pipBuildFlags+=" --config-settings=setup-args=$f" 6done