From 73817f711baf5c26f10690b6df4d802b3434f70d Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 8 Dec 2020 00:56:24 +0100 Subject: gnu: qoauth: Fix wrong URL in comment. * gnu/packages/web.scm (qoauth)[arguments]: Adjust comment. --- gnu/packages/web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 6be6011c4e..82d5df3a75 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -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 . + ;; "lib/qt5/mkspecs/features", ref . (("\\$\\$\\[QMAKE_MKSPECS\\]") (string-append (assoc-ref outputs "out") "/lib/qt5/mkspecs"))) #t)) -- cgit v1.2.3