From 0422d3e1e58f5b8633d7923a2bc0dae89c0f40b8 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Mon, 23 Dec 2019 16:03:17 +0100 Subject: gnu: kdevelop: Use fixed qt-build-system. * gnu/packages/kde.scm (kdevelop)[arguments]: Use %standard-phases without explicitly referring to the qt-build-system module. --- gnu/packages/kde.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/kde.scm') diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 24d8eedd84..0e142fc4a2 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -222,7 +222,7 @@ projects.") (arguments `(#:tests? #f ;; there are some issues with the test suite #:phases - (modify-phases (@ (guix build qt-build-system) %standard-phases) + (modify-phases %standard-phases (add-before 'configure 'add-include-path (lambda* (#:key inputs #:allow-other-keys) (substitute* "cmake/modules/FindClang.cmake" -- cgit v1.2.3