gnu: plasma-framework: Remove 'apply-fix' phase.
* gnu/packages/kde-frameworks.scm (plasma-framework): Remove 'apply-fix' phase. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
		
							parent
							
								
									d650f9c5a4
								
							
						
					
					
						commit
						37161b83d0
					
				
					 1 changed files with 0 additions and 5 deletions
				
			
		| 
						 | 
					@ -3340,11 +3340,6 @@ setUrl, setUserAgent and call.")
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     `(#:phases
 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					       (modify-phases %standard-phases
 | 
				
			||||||
	   ;; Fix based on https://invent.kde.org/frameworks/plasma-framework/-/issues/13
 | 
					 | 
				
			||||||
	     (add-after 'unpack 'apply-fix
 | 
					 | 
				
			||||||
		  (lambda* _
 | 
					 | 
				
			||||||
		   (substitute* "src/scriptengines/qml/CMakeLists.txt"
 | 
					 | 
				
			||||||
		   (("KF5::ConfigQml") ""))))
 | 
					 | 
				
			||||||
         (replace 'check
 | 
					         (replace 'check
 | 
				
			||||||
           (lambda* (#:key tests? #:allow-other-keys)
 | 
					           (lambda* (#:key tests? #:allow-other-keys)
 | 
				
			||||||
             (when tests?
 | 
					             (when tests?
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue