guix: packages: Add comment on license field.
* guix/packages/packages.scm (<package>): Add comment about the type that the license field expects as part of a package record. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
		
							parent
							
								
									980146637c
								
							
						
					
					
						commit
						886d04425e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -473,7 +473,7 @@ lexical scope of its body."
 | 
			
		|||
 | 
			
		||||
  (synopsis package-synopsis)                    ; one-line description
 | 
			
		||||
  (description package-description)              ; one or two paragraphs
 | 
			
		||||
  (license package-license)
 | 
			
		||||
  (license package-license)                      ; <license> instance or list
 | 
			
		||||
  (home-page package-home-page)
 | 
			
		||||
  (supported-systems package-supported-systems    ; list of strings
 | 
			
		||||
                     (default %supported-systems))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue