summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/poppler-qt5/poppler-include-dir.patch
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2021-05-24 09:55:24 -0500
committerRobin Gloster <mail@glob.in>2021-05-24 09:55:24 -0500
commit4bc5fbef9d159e143fb7e2c3231932e6e76f667c (patch)
treee2198f5c552e0667d838b8ec764ddb3a4d8f6dec /pkgs/development/python-modules/poppler-qt5/poppler-include-dir.patch
parentjq: fix build with structured-attrs on darwin (diff)
parentMerge pull request #123802 from superherointj/package-virtmanager-bugfix (diff)
downloadnixpkgs-origin/structured-attrs.tar.gz
Merge remote-tracking branch 'upstream/master' into structured-attrsorigin/structured-attrs
Diffstat (limited to 'pkgs/development/python-modules/poppler-qt5/poppler-include-dir.patch')
-rw-r--r--pkgs/development/python-modules/poppler-qt5/poppler-include-dir.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/development/python-modules/poppler-qt5/poppler-include-dir.patch b/pkgs/development/python-modules/poppler-qt5/poppler-include-dir.patch
deleted file mode 100644
index 7106c1d6352c..000000000000
--- a/pkgs/development/python-modules/poppler-qt5/poppler-include-dir.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 59a75b0..0a73268 100644
---- a/setup.py
-+++ b/setup.py
-@@ -169,6 +169,7 @@ class build_ext(build_ext_base):
- 'Please specify via --pyqt-sip-flags=')
-
- self.include_dirs += (self.qt_include_dir,
-+ '@poppler_include_dir@',
- os.path.join(self.qt_include_dir, 'QtCore'),
- os.path.join(self.qt_include_dir, 'QtGui'),
- os.path.join(self.qt_include_dir, 'QtXml'))