diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-11-14 18:00:22 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-11-14 18:02:22 -0800 |
commit | 75cae188ad6e911564c1c7984680bb431793ff18 (patch) | |
tree | 5b482ff8df1c270d7d6f151e1e69940924fe952b | |
parent | 7cad4997e8beaa7252aec2d89ba20fb8dab6d726 (diff) | |
download | guix-75cae188ad6e911564c1c7984680bb431793ff18.tar.gz |
build: wrap-qt-program: Fix typo.
* gnu/build/qt-utils.scm (wrap-qt-program): Fix spelling of "program".
-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 |