From 6bcee1d9b223e6552243c7844bb1c8ca31d436d0 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Wed, 23 Mar 2016 08:44:35 -0500 Subject: [PATCH] kde5.l10n.nl: re-enable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit e81ee2be29e92599f568681e3a9601d356ff8892) Signed-off-by: Domen Kožar --- pkgs/desktops/kde-5/applications-15.12/l10n.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/desktops/kde-5/applications-15.12/l10n.nix b/pkgs/desktops/kde-5/applications-15.12/l10n.nix index a0605e3bd55..3f06b9e41ad 100644 --- a/pkgs/desktops/kde-5/applications-15.12/l10n.nix +++ b/pkgs/desktops/kde-5/applications-15.12/l10n.nix @@ -152,13 +152,10 @@ lib.mapAttrs (name: attr: pkgs.recurseIntoAttrs attr) { qt4 = callPackage (kdeLocale4 "nds" {}) {}; qt5 = callPackage (kdeLocale5 "nds" {}) {}; }; - # TODO: build broken in 15.11.80; re-enable in next release - /* nl = { qt4 = callPackage (kdeLocale4 "nl" {}) {}; qt5 = callPackage (kdeLocale5 "nl" {}) {}; }; - */ nn = { qt4 = callPackage (kdeLocale4 "nn" {}) {}; qt5 = callPackage (kdeLocale5 "nn" {}) {};