summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/applications/l10n.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-12-16 11:25:50 -0600
committerThomas Tuegel <ttuegel@gmail.com>2016-12-18 08:33:22 -0600
commit46b1cc4f7552d4766c0708ffc5670b53fd629c7a (patch)
tree921b964da047cd73e94c63d51eaa59d0a30f5cb3 /pkgs/desktops/kde-5/applications/l10n.nix
parent0d296076b4ee2a1e2968d3d75f16f083f95af862 (diff)
downloadnixpkgs-46b1cc4f7552d4766c0708ffc5670b53fd629c7a.tar
nixpkgs-46b1cc4f7552d4766c0708ffc5670b53fd629c7a.tar.gz
nixpkgs-46b1cc4f7552d4766c0708ffc5670b53fd629c7a.tar.bz2
nixpkgs-46b1cc4f7552d4766c0708ffc5670b53fd629c7a.tar.lz
nixpkgs-46b1cc4f7552d4766c0708ffc5670b53fd629c7a.tar.xz
nixpkgs-46b1cc4f7552d4766c0708ffc5670b53fd629c7a.tar.zst
nixpkgs-46b1cc4f7552d4766c0708ffc5670b53fd629c7a.zip
kde5.applications: 16.08.3 -> 16.12.0
New packages:
- akonadi
- akonadi-contacts
- akonadi-mime
- kcontacts
- kdegraphics-mobipocket
- kmime

Removed packages:
- gpgmepp: now part of gpgme

Notable changes:
- kgpg: ported from Qt 4 and kdelibs to Qt 5 and Frameworks
- okular: ported from Qt 4 and kdelibs to Qt 5 and Frameworks
Diffstat (limited to 'pkgs/desktops/kde-5/applications/l10n.nix')
-rw-r--r--pkgs/desktops/kde-5/applications/l10n.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/desktops/kde-5/applications/l10n.nix b/pkgs/desktops/kde-5/applications/l10n.nix
index 9b211faf444..f2e5f843b5d 100644
--- a/pkgs/desktops/kde-5/applications/l10n.nix
+++ b/pkgs/desktops/kde-5/applications/l10n.nix
@@ -205,7 +205,7 @@ lib.mapAttrs (name: attr: pkgs.recurseIntoAttrs attr) {
     }) {};
     qt5 = callPackage (kdeLocale5 "sr" {
       preConfigure = ''
-        patchShebangs 5/sr/data/resolve-sr-hybrid
+        patchShebangs 5/sr/cmake_modules/resolve-sr-hybrid
         sed -e 's/add_subdirectory(kdesdk)//' -i 5/sr/data/CMakeLists.txt
       '';
     }) {};
@@ -222,13 +222,10 @@ lib.mapAttrs (name: attr: pkgs.recurseIntoAttrs attr) {
     qt4 = callPackage (kdeLocale4 "ug" {}) {};
     qt5 = callPackage (kdeLocale5 "ug" {}) {};
   };
-  # TODO: build broken in 15.11.80; re-enable in next release
-  /*
   uk = {
     qt4 = callPackage (kdeLocale4 "uk" {}) {};
     qt5 = callPackage (kdeLocale5 "uk" {}) {};
   };
-  */
   wa = {
     qt4 = callPackage (kdeLocale4 "wa" {}) {};
     qt5 = callPackage (kdeLocale5 "wa" {}) {};