guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: qoauth: Fix wrong URL in comment.


From: guix-commits
Subject: 01/02: gnu: qoauth: Fix wrong URL in comment.
Date: Thu, 10 Dec 2020 17:50:39 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 73817f711baf5c26f10690b6df4d802b3434f70d
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Dec 8 00:56:24 2020 +0100

    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(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 6be6011..82d5df3 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 <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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]