mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-pyqt.
* gnu/packages/qt.scm (python-pyqt, python2-pyqt): New variables. * gnu/packages/patches/pyqt-configure.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch.
This commit is contained in:
parent
84ef83dd05
commit
014e7dd8f0
3 changed files with 80 additions and 0 deletions
15
gnu/packages/patches/pyqt-configure.patch
Normal file
15
gnu/packages/patches/pyqt-configure.patch
Normal file
|
@ -0,0 +1,15 @@
|
|||
Have configure.py modify internal variables depending on the --qml-plugindir
|
||||
configure option.
|
||||
diff -u PyQt-gpl-5.4.alt/configure.py PyQt-gpl-5.4/configure.py
|
||||
--- PyQt-gpl-5.4.alt/configure.py 2015-01-25 17:27:50.000000000 +0100
|
||||
+++ PyQt-gpl-5.4/configure.py 2015-01-25 17:56:41.000000000 +0100
|
||||
@@ -904,6 +904,9 @@
|
||||
if opts.pyuicinterpreter is not None:
|
||||
self.pyuic_interpreter = opts.pyuicinterpreter
|
||||
|
||||
+ if opts.qmlplugindir is not None:
|
||||
+ self.qml_plugin_dir = opts.qmlplugindir
|
||||
+
|
||||
if opts.qsciapidir is not None:
|
||||
self.qsci_api_dir = opts.qsciapidir
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue