scantailor-advanced: fix startup using wrapQtAppsHook (#82174)

This commit is contained in:
caadar 2020-03-10 02:40:37 +03:00 committed by GitHub
parent edaceeae80
commit 5ee998bbc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
{ stdenv, fetchFromGitHub
{ stdenv, fetchFromGitHub, mkDerivation
, cmake, libjpeg, libpng, libtiff, boost
, qtbase, qttools }:
stdenv.mkDerivation rec {
mkDerivation rec {
pname = "scantailor-advanced";
version = "1.0.16";