qt: reduce test closure

This commit is contained in:
Robert Helgesson 2024-12-04 10:24:09 +01:00
parent 8f4f57f9a6
commit 6c3a7a0b72
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED
4 changed files with 73 additions and 61 deletions

View file

@ -1,12 +1,10 @@
{
config = {
qt.enable = true;
qt.enable = true;
nmt.script = ''
assertFileRegex home-path/etc/profile.d/hm-session-vars.sh \
'QT_PLUGIN_PATH'
assertFileRegex home-path/etc/profile.d/hm-session-vars.sh \
'QML2_IMPORT_PATH'
'';
};
nmt.script = ''
assertFileRegex home-path/etc/profile.d/hm-session-vars.sh \
'QT_PLUGIN_PATH'
assertFileRegex home-path/etc/profile.d/hm-session-vars.sh \
'QML2_IMPORT_PATH'
'';
}