Update scantailor
This commit is contained in:
parent
fc83bdc147
commit
aeb1dff13d
@ -1,15 +1,17 @@
|
|||||||
{stdenv, fetchurl, qt4, cmake, libjpeg, libtiff, boost }:
|
{stdenv, fetchurl, qt4, cmake, libjpeg, libtiff, boost }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "scantailor-0.9.11.1";
|
name = "scantailor-0.9.12.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/scantailor/scantailor/archive/RELEASE_0_9_11_1.tar.gz";
|
url = "https://github.com/scantailor/scantailor/archive/RELEASE_0_9_12_1.tar.gz";
|
||||||
sha256 = "1z06yg228r317m8ab3mywg0wbpj0x2llqj187bh4g3k4xc2fcm8m";
|
sha256 = "1pjx3a6hs16az6rki59bchy3biy7jndjx8r125q01aq7lbf5npgg";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qt4 cmake libjpeg libtiff boost ];
|
buildInputs = [ qt4 cmake libjpeg libtiff boost ];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://scantailor.org/;
|
homepage = http://scantailor.org/;
|
||||||
description = "Interactive post-processing tool for scanned pages";
|
description = "Interactive post-processing tool for scanned pages";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user