Merge pull request #76131 from flokli/diffpdf-qt

diffpdf: fix qt wrapping
This commit is contained in:
worldofpeace 2019-12-21 23:15:46 -05:00 committed by GitHub
commit cfba4685a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, fetchpatch, qmake, qttools, qtbase, poppler }:
{ stdenv, mkDerivation, fetchurl, fetchpatch, qmake, qttools, qtbase, poppler }:
stdenv.mkDerivation rec {
mkDerivation rec {
version = "2.1.3";
pname = "diffpdf";