me
/
guix
Archived
1
0
Fork 0

build: wrap-qt-program: Fix typo.

* gnu/build/qt-utils.scm (wrap-qt-program): Fix spelling of "program".
master
Vagrant Cascadian 2021-11-14 18:00:22 -08:00
parent 7cad4997e8
commit 75cae188ad
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@
(define* (wrap-qt-program program-name #:key inputs output (define* (wrap-qt-program program-name #:key inputs output
(qt-wrap-excluded-inputs %qt-wrap-excluded-inputs)) (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. directory) with suitably set environment variables.
This is like qt-build-systems's phase \"qt-wrap\", but only the named program This is like qt-build-systems's phase \"qt-wrap\", but only the named program