sigil: 2.0.1 -> 2.4.2 (#385949)

This commit is contained in:
Peder Bergebakken Sundt
2025-03-02 17:00:54 +01:00
committed by GitHub
2 changed files with 11 additions and 11 deletions
+10 -10
View File
@@ -1,6 +1,6 @@
{
lib,
mkDerivation,
stdenv,
fetchFromGitHub,
cmake,
pkg-config,
@@ -10,19 +10,19 @@
qtbase,
qttools,
qtwebengine,
qtxmlpatterns,
qtsvg,
python3Packages,
}:
mkDerivation rec {
stdenv.mkDerivation rec {
pname = "sigil";
version = "2.0.1";
version = "2.4.2";
src = fetchFromGitHub {
repo = "Sigil";
owner = "Sigil-Ebook";
rev = version;
sha256 = "sha256-d54N6Kb+xLMxlRwqxqWXnFGQCvUmSy9z6j86aV+VioU=";
tag = version;
hash = "sha256-/lnSNamLkPLG8tn0w8F0zFyypMUXyMhgxA2WyQFegKw=";
};
pythonPath = with python3Packages; [ lxml ];
@@ -39,7 +39,7 @@ mkDerivation rec {
qtbase
qttools
qtwebengine
qtxmlpatterns
qtsvg
python3Packages.lxml
];
@@ -55,12 +55,12 @@ mkDerivation rec {
''${qtWrapperArgs[@]}
'';
meta = with lib; {
meta = {
description = "Free, open source, multi-platform ebook (ePub) editor";
homepage = "https://github.com/Sigil-Ebook/Sigil/";
license = licenses.gpl3;
license = lib.licenses.gpl3;
# currently unmaintained
platforms = platforms.linux;
platforms = lib.platforms.linux;
mainProgram = "sigil";
};
}
+1 -1
View File
@@ -4926,7 +4926,7 @@ with pkgs;
shiv = with python3Packages; toPythonApplication shiv;
sigil = libsForQt5.callPackage ../applications/editors/sigil { };
sigil = qt6.callPackage ../applications/editors/sigil { };
slither-analyzer = with python3Packages; toPythonApplication slither-analyzer;