summaryrefslogtreecommitdiff
path: root/guix/build/qt-build-system.scm
AgeCommit message (Collapse)Author
2020-01-28guix: qt-build-system: Add phase `check-setup`.Hartmut Goebel
* guix/build/qt-build-system.scm (check-setup): New function. (%standard-phases): Add as new phase `check-setup before `check. * doc/guix.texi (Build System)[qt-build-system]: Describe the new phase.
2019-12-07build-system: qt: Fix output missing in wrapped variables.Hartmut Goebel
* guix/build/qt-build-system .scm (handle-output): Use directory of output, not its name.
2019-12-01guix: Add the 'qt' build system.Hartmut Goebel
* guix/build-system/qt.scm, guix/build/qt-build-system.scm: New files. * Makefile.am (MODULES): Add them. * doc/guix.texi (Buiild systems): Add the new build system.