Skip to content

Commit

Permalink
scantailor-advanced: fix build with qt5.15 by switching to a maintain…
Browse files Browse the repository at this point in the history
  • Loading branch information
symphorien committed May 22, 2022
1 parent 98bcd08 commit 6e17b69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pkgs/applications/graphics/scantailor/advanced.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@

mkDerivation rec {
pname = "scantailor-advanced";
version = "1.0.16";
version = "1.0.18";

src = fetchFromGitHub {
owner = "4lex4";
owner = "vigri";
repo = "scantailor-advanced";
rev = "v${version}";
sha256 = "0lc9lzbpiy5hgimyhl4s4q67pb9gacpy985gl6iy8pl79zxhmcyp";
sha256 = "sha256-4/QSjgHvRgIduS/AXbT7osRTdOdgR7On3CbjRnGbwHU=";
};

nativeBuildInputs = [ cmake qttools ];
buildInputs = [ libjpeg libpng libtiff boost qtbase ];

meta = with lib; {
homepage = "https://github.com/4lex4/scantailor-advanced";
description = "Interactive post-processing tool for scanned pages";
homepage = "https://github.com/vigri/scantailor-advanced";
description = "Interactive post-processing tool for scanned pages (vigri's fork)";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ jfrankenau ];
platforms = with platforms; gnu ++ linux ++ darwin;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29408,7 +29408,7 @@ with pkgs;

scantailor = callPackage ../applications/graphics/scantailor { };

scantailor-advanced = libsForQt514.callPackage ../applications/graphics/scantailor/advanced.nix { };
scantailor-advanced = libsForQt515.callPackage ../applications/graphics/scantailor/advanced.nix { };

sc-im = callPackage ../applications/misc/sc-im { };

Expand Down

0 comments on commit 6e17b69

Please sign in to comment.