Add qttools as build dependency
guix.scm
376 | 376 | ("python-translation-finder" ,python-translation-finder) | |
377 | 377 | ("python-watchdog" ,python-watchdog))) | |
378 | 378 | (native-inputs | |
379 | - | `(("python-pyinstaller" ,python-pyinstaller))) | |
379 | + | `(("python-pyinstaller" ,python-pyinstaller) | |
380 | + | ("qttools" ,qttools))) | |
380 | 381 | (home-page | |
381 | 382 | "https://framagit.org/tyreunom/offlate") | |
382 | 383 | (synopsis |