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

wip/yesman
caadar 4 years ago committed by GitHub
parent edaceeae80
commit 5ee998bbc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/applications/graphics/scantailor/advanced.nix

@ -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";

Loading…
Cancel
Save