gnu: networkmanager-qt: Use G-expressions.
* gnu/packages/kde-frameworks.scm (networkmanager-qt)[arguments]: Rewrite as G-expressions. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
		
							parent
							
								
									c60aab4b13
								
							
						
					
					
						commit
						4f086015c7
					
				
					 1 changed files with 6 additions and 7 deletions
				
			
		| 
						 | 
					@ -1282,8 +1282,7 @@ messages.")
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (list qtbase-5))
 | 
					     (list qtbase-5))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     (list #:phases #~(modify-phases %standard-phases
 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					 | 
				
			||||||
                        (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