guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: qtbase: Do not capture cmake-minimal.


From: guix-commits
Subject: 01/09: gnu: qtbase: Do not capture cmake-minimal.
Date: Wed, 8 Feb 2023 09:40:37 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit b6e7fe40e5d975540c4170d059fdd5e1425ac616
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Feb 7 23:02:17 2023 -0500

    gnu: qtbase: Do not capture cmake-minimal.
    
    * gnu/packages/qt.scm (qtbase) [phases]: Add a substitution to the
    patch-more-paths phase.
---
 gnu/packages/qt.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 7a1d60a2e5..91983d5a4f 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -680,7 +680,11 @@ developers using C++ or QML, a CSS & JavaScript like 
language.")
               (lambda* (#:key inputs #:allow-other-keys)
                 (substitute* (find-files "bin" "\\.in$")
                   (("/bin/pwd")
-                   (search-input-file inputs "bin/pwd")))
+                   (search-input-file inputs "bin/pwd"))
+                  ;; Do not keep a reference to cmake-minimal; it is looked
+                  ;; from PATH anyway.
+                  (("original_cmake_path=\"@CMAKE_COMMAND@\"")
+                   "original_cmake_path=\"\""))
                 (substitute* "src/gui/platform/unix/qgenericunixservices.cpp"
                   (("\"xdg-open\"")
                    (format #f "~s" (search-input-file inputs "bin/xdg-open"))))



reply via email to

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