gnu: qoauth: Fix wrong URL in comment.

* gnu/packages/web.scm (qoauth)[arguments]: Adjust comment.
This commit is contained in:
Marius Bakke 2020-12-08 00:56:24 +01:00
parent 77667e2e63
commit 73817f711b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -1082,7 +1082,7 @@ instances, while JSON's objects will be mapped to @code{QVariantMap}.")
(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))