summaryrefslogtreecommitdiff
path: root/guix/build/qt-build-system.scm
Commit message (Collapse)AuthorAge
* guix: qt-build-system: Add phase `check-setup`.Hartmut Goebel2020-01-28
| | | | | | * 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.
* build-system: qt: Fix output missing in wrapped variables.Hartmut Goebel2019-12-07
| | | | | * guix/build/qt-build-system .scm (handle-output): Use directory of output, not its name.
* guix: Add the 'qt' build system.Hartmut Goebel2019-12-01
* 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.