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 method='get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/linux-container.scm
f0a99&showmsg=1'>Expand)
AgeCommit message (Expand)Author
Author
2020-04-06installer: Adapt to Guile-newt revision 2....Mathieu Othacehe
2020-03-05installer: Implement a dialog on /var/guix/installer-socket....Ludovic Courtès
2020-01-23installer: Make "TRANSLATORS" comment visible....Ludovic Courtès
2019-08-26installer: Show, don't Hide....Tobias Geerinckx-Rice