Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at python-updates 24 lines 636 B view raw
1diff --git a/meson.build b/meson.build 2index 3e4f9ea..5b82861 100644 3--- a/meson.build 4+++ b/meson.build 5@@ -2,10 +2,6 @@ project( 6 'caffeine-ng', 7 version: run_command('./scripts/read_version.sh', check: true).stdout().strip(), 8 meson_version: '>=0.63.0', 9- default_options: [ 10- # The default can yield broken results. 11- 'python.install_env=auto' 12- ] 13 ) 14 15 dependency('pygobject-3.0') 16@@ -82,7 +78,7 @@ configure_file( 17 18 install_data( 19 'share/applications/caffeine.desktop', 20- install_dir: '/etc/xdg/autostart', 21+ install_dir: join_paths(get_option('sysconfdir'), 'xdg/autostart'), 22 ) 23 24 install_data(