~ruther/guix-local

ref: e2bb2e1780ce875cc03cd5cc559f1dbc528d6f8e guix-local/gnu/packages/patches/pyqt-configure.patch -rw-r--r-- 614 bytes
e2bb2e17 — Ben Woodcroft gnu: ruby-yard: Update to 0.9.5-1.d816482a. 9 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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