Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
qqc2-desktop-style: cherry-pick patch to improve fractional scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Jan 20, 2024
1 parent 07be8ca commit 3a4ab49
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkgs/kde/frameworks/qqc2-desktop-style/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,19 @@
mkKdeDerivation,
qtdeclarative,
sonnet,
fetchpatch,
}:
mkKdeDerivation {
pname = "qqc2-desktop-style";

# fix fractional scaling glitchiness
patches = [
(fetchpatch {
url = "https://invent.kde.org/frameworks/qqc2-desktop-style/-/commit/69eba3a87868c01e919f90cf5e4d4c5069f4ac64.patch";
hash = "sha256-3ETHoZ65/3yCxqbeH18Gmao3HLpYFZPciqx3OeEpZQ4=";
})
];

extraBuildInputs = [qtdeclarative];
extraPropagatedBuildInputs = [sonnet];
}

0 comments on commit 3a4ab49

Please sign in to comment.