mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
11 lines
298 B
Diff
11 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'
|