build-system: qt: Exclude useless inputs from wrapped variables.
authorJakub Kądziołka <kuba@kadziolka.net>
Sun, 10 Jan 2021 17:49:12 +0000 (18:49 +0100)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Fri, 2 Jul 2021 20:50:09 +0000 (16:50 -0400)
commit76174aa9914c55219bfb9169f7fc565edccad940
tree59a97ff4eca846866d4c7f0fce736ae093e8ae3e
parent30759c4aadf279e470e8d7f94de332a31c1b9f42
build-system: qt: Exclude useless inputs from wrapped variables.

* guix/build-system/qt.scm (qt-build)[qt-wrap-excluded-inputs]: New argument.
* guix/build/qt-utils.scm (%qt-wrap-excluded-inputs): New variable.
  (wrap-qt-program*)[qt-wrap-excluded-inputs]: New argument. Filter excluded
  inputs.
  (wrap-qt-program)[qt-wrap-excluded-inputs]: New argument.
  (wrap-all-qt-programs)[qt-wrap-excluded-inputs]: New argument.

Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
guix/build-system/qt.scm
guix/build/qt-utils.scm