diff options
author | tv <tv@krebsco.de> | 2017-10-03 21:53:52 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-10-03 21:57:33 +0200 |
commit | 128c95de54a84db27058fbeaa586321cc8d64dd5 (patch) | |
tree | 7433deb3f192f8315225fbb7db60c2d88ca26288 /tv/1systems/mu/config.nix | |
parent | 46d7db08b641beaba976fcd163f6b57dddeeb210 (diff) |
tv mu systemPackages: build KDE locale manually
Because nixpkgs d7e9248debe66225bae1788c347bfe6c62e38a6e
nixpkgs-17.09 fixup
Diffstat (limited to 'tv/1systems/mu/config.nix')
-rw-r--r-- | tv/1systems/mu/config.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix index f3e7b51..501200c 100644 --- a/tv/1systems/mu/config.nix +++ b/tv/1systems/mu/config.nix @@ -52,11 +52,13 @@ with import <stockholm/lib>; networking.networkmanager.enable = true; environment.systemPackages = with pkgs; [ + (pkgs.kdeApplications.callPackage + (import <nixpkgs/pkgs/applications/kde/kde-locale-5.nix> "de" {}) + {}) chromium firefoxWrapper gimp iptables - kdeApplications.l10n.de.qt5 libreoffice pidginotr pidgin-with-plugins |