summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/default.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2018-02-02 06:20:32 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2018-02-04 13:31:04 -0600
commitd78f9f030b5dc197c90ef279cfa1f69214420d06 (patch)
tree75c108af55dcd64e1a6dfbef766285e7d17205eb /pkgs/desktops/plasma-5/default.nix
parent65170e9404c4253b04a54ede419c5d99975344ee (diff)
downloadnixpkgs-d78f9f030b5dc197c90ef279cfa1f69214420d06.tar
nixpkgs-d78f9f030b5dc197c90ef279cfa1f69214420d06.tar.gz
nixpkgs-d78f9f030b5dc197c90ef279cfa1f69214420d06.tar.bz2
nixpkgs-d78f9f030b5dc197c90ef279cfa1f69214420d06.tar.lz
nixpkgs-d78f9f030b5dc197c90ef279cfa1f69214420d06.tar.xz
nixpkgs-d78f9f030b5dc197c90ef279cfa1f69214420d06.tar.zst
nixpkgs-d78f9f030b5dc197c90ef279cfa1f69214420d06.zip
plasma-integration: Upstream patch for Qt 5.8 font style names
Since Qt 5.8, font style names are handled in a way that prevents alternate
styles (bold, italic, etc.) from being selected for user interface fonts.

See also: https://phabricator.kde.org/D9070
Diffstat (limited to 'pkgs/desktops/plasma-5/default.nix')
-rw-r--r--pkgs/desktops/plasma-5/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/plasma-5/default.nix b/pkgs/desktops/plasma-5/default.nix
index 0972673b7b8..81f42a2adbe 100644
--- a/pkgs/desktops/plasma-5/default.nix
+++ b/pkgs/desktops/plasma-5/default.nix
@@ -125,7 +125,7 @@ let
       milou = callPackage ./milou.nix {};
       oxygen = callPackage ./oxygen.nix {};
       plasma-desktop = callPackage ./plasma-desktop {};
-      plasma-integration = callPackage ./plasma-integration.nix {};
+      plasma-integration = callPackage ./plasma-integration {};
       plasma-nm = callPackage ./plasma-nm {};
       plasma-pa = callPackage ./plasma-pa.nix { inherit gconf; };
       plasma-vault = callPackage ./plasma-vault {};