gnu: amalgamate: Remove input labels.
* gnu/packages/code.scm (amalgamate)[inputs]: Remove label.
This commit is contained in:
		
							parent
							
								
									a5933dc071
								
							
						
					
					
						commit
						aec302e03a
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -914,8 +914,7 @@ extensions over the standard utility.")
 | 
				
			||||||
             (("test_command \"cc -Wall -Wextra -o source.out source.c\"" all)
 | 
					             (("test_command \"cc -Wall -Wextra -o source.out source.c\"" all)
 | 
				
			||||||
              "test_command \"gcc -Wall -Wextra -o source.out source.c\"")))))
 | 
					              "test_command \"gcc -Wall -Wextra -o source.out source.c\"")))))
 | 
				
			||||||
      (build-system gnu-build-system)
 | 
					      (build-system gnu-build-system)
 | 
				
			||||||
      (inputs
 | 
					      (inputs (list python-wrapper))
 | 
				
			||||||
       `(("python" ,python-wrapper)))
 | 
					 | 
				
			||||||
      (arguments
 | 
					      (arguments
 | 
				
			||||||
       `(#:phases
 | 
					       `(#:phases
 | 
				
			||||||
         (modify-phases %standard-phases
 | 
					         (modify-phases %standard-phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue