mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
build: wrap-qt-program: Fix typo.
* gnu/build/qt-utils.scm (wrap-qt-program): Fix spelling of "program".
This commit is contained in:
parent
7cad4997e8
commit
75cae188ad
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ (define input-directories
|
||||||
|
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue