gnu: texinfo: Make Perl a propagated input.
* gnu/packages/texinfo.scm (texinfo): Make PERL a propagated input.
This commit is contained in:
		
							parent
							
								
									0442d34595
								
							
						
					
					
						commit
						f6d7be1e47
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -37,9 +37,10 @@ | |||
|               (base32 | ||||
|                "1p34f68h9ggfj6ckgj0p62qlj7pmz3ha3vc91kh4hr44pnwm1pla")))) | ||||
|     (build-system gnu-build-system) | ||||
|     (inputs `(("perl" ,perl)                      ; yuck! | ||||
|               ("ncurses" ,ncurses) | ||||
|     (inputs `(("ncurses" ,ncurses) | ||||
|               ("xz" ,xz))) | ||||
|     ;; TODO: Remove Perl from here when 'patch-shebang' DTRT with /usr/bin/env. | ||||
|     (propagated-inputs `(("perl" ,perl)))         ; yuck! | ||||
|     (home-page "http://www.gnu.org/software/texinfo/") | ||||
|     (synopsis "GNU Texinfo, the GNU documentation system") | ||||
|     (description | ||||
|  |  | |||
		Reference in a new issue