nixpkgs/pkgs/development/python-modules/fmpy/0001-gui-override-Qt6-libexec-path.patch
Viktor Sonesten 795f25b773 python312Packages.fmpy: init at 0.3.23
Release notes via
https://github.com/CATIA-Systems/FMPy/releases/tag/v0.3.23

Co-authored-by: Vladimir Korolev <balodja@gmail.com>
Co-authored-by: Doron Behar <doron.behar@gmail.com>
2025-05-06 11:07:26 +03:00

10 lines
298 B
Diff

--- a/src/fmpy/gui/__init__.py
+++ b/src/fmpy/gui/__init__.py
@@ -15,6 +15,7 @@ def compile_resources():
if os.name == 'posix':
pyside_dir = pyside_dir / 'Qt' / 'libexec'
+ pyside_dir = Path("@qt6libexec@")
gui_dir = Path(__file__).parent
forms_dir = gui_dir / 'forms'