Files
nixpkgs/pkgs/by-name/ca/caffeine-ng/fix-build.patch
2026-05-23 14:47:20 -04:00

16 lines
414 B
Diff

diff --git a/meson.build b/meson.build
index 3e4f9ea..5b82861 100644
--- a/meson.build
+++ b/meson.build
@@ -2,10 +2,6 @@ project(
'caffeine-ng',
version: run_command('./scripts/read_version.sh', check: true).stdout().strip(),
meson_version: '>=0.63.0',
- default_options: [
- # The default can yield broken results.
- 'python.install_env=auto'
- ]
)
dependency('pygobject-3.0')