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

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