Merge pull request #26761 from gnidorah/master3

qt5ct module: expose qtstyleplugins
This commit is contained in:
Peter Hoeg 2017-07-26 22:44:45 +08:00 committed by GitHub
commit 588e3da3f4
3 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,6 @@ with lib;
###### implementation ###### implementation
config = mkIf config.programs.qt5ct.enable { config = mkIf config.programs.qt5ct.enable {
environment.variables.QT_QPA_PLATFORMTHEME = "qt5ct"; environment.variables.QT_QPA_PLATFORMTHEME = "qt5ct";
environment.systemPackages = [ pkgs.qt5ct ]; environment.systemPackages = with pkgs; [ qt5ct libsForQt5.qtstyleplugins ];
}; };
} }

View File

@ -30,4 +30,5 @@ in {
}; };
meta.maintainers = with maintainers; [ gnidorah ];
} }

View File

@ -42,4 +42,5 @@ in {
}; };
meta.maintainers = with maintainers; [ gnidorah ];
} }