pageedit: 2.4.0 -> 2.5.0 (#410971)

This commit is contained in:
Matthias Beyer
2025-05-26 14:35:18 +02:00
committed by GitHub
2 changed files with 5 additions and 10 deletions
@@ -3,30 +3,27 @@
stdenv,
fetchFromGitHub,
cmake,
qtsvg,
qtwebengine,
wrapQtAppsHook,
qttools,
qt6Packages,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "pageedit";
version = "2.4.0";
version = "2.5.0";
src = fetchFromGitHub {
owner = "Sigil-Ebook";
repo = "pageedit";
tag = finalAttrs.version;
hash = "sha256-BsK+agn8O2WeftiEHfT5B1hzsP5Av4DkIZqVKoQxb70=";
hash = "sha256-Tkc8iOH+HG3ULrdUvVdeOzAl0i1R3QFaZ1U/vjCKGjo=";
};
nativeBuildInputs = [
nativeBuildInputs = with qt6Packages; [
cmake
wrapQtAppsHook
qttools
];
propagatedBuildInputs = [
propagatedBuildInputs = with qt6Packages; [
qtsvg
qtwebengine
];
-2
View File
@@ -4085,8 +4085,6 @@ with pkgs;
padthv1 = libsForQt5.callPackage ../applications/audio/padthv1 { };
pageedit = qt6Packages.callPackage ../applications/office/PageEdit { };
pagefind = libsForQt5.callPackage ../applications/misc/pagefind { };
pakcs = callPackage ../development/compilers/pakcs { };