gnu: gn: Remove input labels.
* gnu/packages/build-tools.scm (gn)[native-inputs]: Remove labels.
This commit is contained in:
		
							parent
							
								
									c02a77bdd6
								
							
						
					
					
						commit
						e069db7e30
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -262,8 +262,7 @@ programs and other files depend.")
 | 
				
			||||||
                        (let ((out (assoc-ref outputs "out")))
 | 
					                        (let ((out (assoc-ref outputs "out")))
 | 
				
			||||||
                          (install-file "out/gn" (string-append out "/bin"))))))))
 | 
					                          (install-file "out/gn" (string-append out "/bin"))))))))
 | 
				
			||||||
      (native-inputs
 | 
					      (native-inputs
 | 
				
			||||||
       `(("ninja" ,ninja)
 | 
					       (list ninja python-wrapper))
 | 
				
			||||||
         ("python" ,python-wrapper)))
 | 
					 | 
				
			||||||
      (synopsis "Generate Ninja build files")
 | 
					      (synopsis "Generate Ninja build files")
 | 
				
			||||||
      (description
 | 
					      (description
 | 
				
			||||||
       "GN is a tool that collects information about a project from @file{.gn}
 | 
					       "GN is a tool that collects information about a project from @file{.gn}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue