nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/hw/xquartz/bundle/meson.build b/hw/xquartz/bundle/meson.build
2index 22941203b..4d3f159cf 100644
3--- a/hw/xquartz/bundle/meson.build
4+++ b/hw/xquartz/bundle/meson.build
5@@ -38,7 +38,7 @@ install_data('Resources/X11.icns',
6 install_mode: 'rw-r--r--')
7
8 custom_target('Info.plist',
9- command: [cpp, '-P', cpp_defs, '@INPUT@'],
10+ command: ['clang', '-E', '-P', cpp_defs, '@INPUT@'],
11 capture: true,
12 input: 'Info.plist.cpp',
13 output: 'Info.plist',