about summary refs log tree commit diff
path: root/tests/aszlig/programs/psi.nix
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/psi: Fix Qt5 application wrappingaszlig2019-09-231-0/+26
Qt applications are no longer implicitly wrapped since a while[1] and so we new have to use wrapQtAppsHook instead, which also makes the wrapping for Psi obsolete. To make sure we don't run into startup errors again, I added a small VM test, which checks whether the application starts up properly. [1]: https://github.com/NixOS/nixpkgs/commit/f79fd2e826dd95b3b64839d3e0bec8ae1dfab17e Signed-off-by: aszlig <aszlig@nix.build>