gnu: kdevelop: Use fixed qt-build-system.
* gnu/packages/kde.scm (kdevelop)[arguments]<phases>: Use %standard-phases without explicitly referring to the qt-build-system module.
This commit is contained in:
		
							parent
							
								
									214bfb2cb7
								
							
						
					
					
						commit
						0422d3e1e5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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" | ||||
|  |  | |||
		Reference in a new issue