From b056724f84361dc6150554e7a806152af032c54b Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Mon, 13 Oct 2025 13:04:17 +0300 Subject: [PATCH] howdy-gtk: fix python path finding --- howdy-gtk/meson.build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/howdy-gtk/meson.build b/howdy-gtk/meson.build index f4970565..2b816001 100644 --- a/howdy-gtk/meson.build +++ b/howdy-gtk/meson.build @@ -24,9 +24,7 @@ sources = files( 'src/window.py', ) -py = import('python').find_installation( - # modules: ['gi', 'elevate'] -) +py = import('python').find_installation(paths_dict.get('python_path')) py.dependency() if get_option('install_in_site_packages')