mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Merge pull request #76131 from flokli/diffpdf-qt
diffpdf: fix qt wrapping
This commit is contained in:
commit
cfba4685a0
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user