gnu: libpagemaker: Rename duplicate 'native-inputs' field.
* gnu/packages/libreoffice.scm (libpagemaker): Rename duplicate
  'native-inputs' field to 'propagated-inputs'.
Corrects commit 86d648e.
			
			
This commit is contained in:
		
							parent
							
								
									0390a52063
								
							
						
					
					
						commit
						493b6e28fb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -427,7 +427,7 @@ Microsoft Publisher documents of all versions.")
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("doxygen" ,doxygen)
 | 
					     `(("doxygen" ,doxygen)
 | 
				
			||||||
       ("pkg-config" ,pkg-config)))
 | 
					       ("pkg-config" ,pkg-config)))
 | 
				
			||||||
    (native-inputs ; in Requires field of .pkg
 | 
					    (propagated-inputs ; in Requires field of .pkg
 | 
				
			||||||
     `(("librevenge" ,librevenge)))
 | 
					     `(("librevenge" ,librevenge)))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("boost" ,boost)
 | 
					     `(("boost" ,boost)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue