diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-11-14 18:03:41 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-11-14 18:03:41 -0800 |
commit | 272e8f50511a551ce1c0a941c949c8ffafd849ff (patch) | |
tree | 613086916afba22e6ba04475026c87eb249facfb /guix/build/qt-utils.scm | |
parent | c9b171f46b75665cd475c594f97f663243e21ed1 (diff) | |
parent | 75cae188ad6e911564c1c7984680bb431793ff18 (diff) |
Merge branch 'typo-fixes-20211114'
Diffstat (limited to 'guix/build/qt-utils.scm')
-rw-r--r-- | guix/build/qt-utils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/build/qt-utils.scm b/guix/build/qt-utils.scm index c2b80cab7d..5d3a4d22e6 100644 --- a/guix/build/qt-utils.scm +++ b/guix/build/qt-utils.scm @@ -109,7 +109,7 @@ (define* (wrap-qt-program program-name #:key inputs output (qt-wrap-excluded-inputs %qt-wrap-excluded-inputs)) - "Wrap the specified programm (which must reside in the OUTPUT's \"/bin\" + "Wrap the specified program (which must reside in the OUTPUT's \"/bin\" directory) with suitably set environment variables. This is like qt-build-systems's phase \"qt-wrap\", but only the named program |