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

Commit

Permalink
ktextaddons: 1.5.2 -> 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Jan 11, 2024
1 parent ee296ca commit 898b4d1
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions pkgs/kde/misc/ktextaddons/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,19 @@
lib,
mkKdeDerivation,
fetchurl,
fetchpatch,
qtspeech,
qttools,
kxmlgui,
}:
mkKdeDerivation rec {
pname = "ktextaddons";
version = "1.5.2";
version = "1.5.3";

src = fetchurl {
url = "mirror://kde/stable/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-KIu7HO+x6LVwo4PHkuul/KKRxG3QFV28JTHwo2aEp9s=";
hash = "sha256-ilLbir+oqdaNLSkfsPi+IGWf14mZh7Tcr98kaNsJF9w=";
};

# Backport build fix
# FIXME: remove when updated
patches = [
(fetchpatch {
url = "https://invent.kde.org/libraries/ktextaddons/-/commit/733f14eaeaf48a79b0016e5ce3ba237cd543241e.patch";
excludes = ["textspeechtotext/**"];
hash = "sha256-586KbHqvs5FjrlAdy+CM4F8YKslgbSo3qUEORw/TlJI=";
})
];

extraBuildInputs = [qtspeech qttools kxmlgui];

meta.license = with lib.licenses; [
Expand Down

0 comments on commit 898b4d1

Please sign in to comment.