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 | 213356531dd1ba8c807ae90fc85a92ebbc301be0 (patch) | |
tree | 10486681c62cc54d720c3a115332e11c72683e4f /tv/1systems | |
parent | b7b7ee5d5227402bea5c6a802f11dcfefe5c234a (diff) |
tv mu systemPackages: build KDE locale manually
Because nixpkgs d7e9248debe66225bae1788c347bfe6c62e38a6e
nixpkgs-17.09 fixup
Diffstat (limited to 'tv/1systems')
-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 f3e7b515b..501200c1f 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 |