diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2019-11-24 14:56:48 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2019-12-01 20:24:47 +0100 |
commit | b6d852ce6d0b5662706c32ec4b4fd853ec829395 (patch) | |
tree | 4ef15e42500fc688cde96ecfa1117f2cb3ba4e58 /Makefile.am | |
parent | c6d130630a85709fc5a5488cfd6715ec13e72399 (diff) | |
download | patches-b6d852ce6d0b5662706c32ec4b4fd853ec829395.tar patches-b6d852ce6d0b5662706c32ec4b4fd853ec829395.tar.gz |
guix: Add the 'qt' build system.
* 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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b3f03d44c8..97f1ff514b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -132,6 +132,7 @@ MODULES = \ guix/build-system/perl.scm \ guix/build-system/python.scm \ guix/build-system/ocaml.scm \ + guix/build-system/qt.scm \ guix/build-system/waf.scm \ guix/build-system/r.scm \ guix/build-system/rakudo.scm \ @@ -178,6 +179,7 @@ MODULES = \ guix/build/perl-build-system.scm \ guix/build/python-build-system.scm \ guix/build/ocaml-build-system.scm \ + guix/build/qt-build-system.scm \ guix/build/r-build-system.scm \ guix/build/rakudo-build-system.scm \ guix/build/ruby-build-system.scm \ |