Re: QtCreator Packaging

2018-10-11 Thread Mikhail Kryshen
QtCreator does not have ./configure, you need to modify the configure phase to invoke qmake. I have already packaged QtCreator (we use it at university for a couple of courses), but haven't yet prepared proper patches for inclusion in Guix. See the attachment. It uses monolithic qt package inste

Re: QtCreator Packaging

2018-10-11 Thread Thorsten Wilms
On 2018-10-11 04:58, Brett Gilio wrote: I am beginning my attempt to package QtCreator. Here is the current package definition: http://ix.io/1oTH Here is the kill ring for the build: http://ix.io/1oTJ Hi, I'm rather ... new to this myself. That said, the critical line seems to be: /gnu/st

QtCreator Packaging

2018-10-10 Thread Brett Gilio
Hi all, I am beginning my attempt to package QtCreator. My approach, thus far, has been to look over the build documentation for the project in question, and then incrementally change the Scheme definition for the package. Usually, this works out pretty well, but here I am running into a conf