mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: qoauth: Fix wrong URL in comment.
* gnu/packages/web.scm (qoauth)[arguments]: Adjust comment.
This commit is contained in:
parent
77667e2e63
commit
73817f711b
1 changed files with 1 additions and 1 deletions
|
@ -1082,7 +1082,7 @@ (define-public qoauth
|
|||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(substitute* "src/src.pro"
|
||||
;; Do not attempt to install the .prf file into qtbase
|
||||
;; "lib/mkspecs/features", ref <https://bugs.gnu.org/45301>.
|
||||
;; "lib/qt5/mkspecs/features", ref <https://bugs.gnu.org/45031>.
|
||||
(("\\$\\$\\[QMAKE_MKSPECS\\]")
|
||||
(string-append (assoc-ref outputs "out") "/lib/qt5/mkspecs")))
|
||||
#t))
|
||||
|
|
Loading…
Reference in a new issue