gnu: gettext: Remove input label.
* gnu/packages/gettext.scm (gnu-gettext)[native-inputs]: Remove label.
This commit is contained in:
		
							parent
							
								
									6c96b30b2e
								
							
						
					
					
						commit
						ec93f243ff
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -169,9 +169,8 @@ translated messages from the catalogs.  Nearly all GNU packages use Gettext.")
 | 
			
		|||
                (with-directory-excursion
 | 
			
		||||
                    (string-append (assoc-ref outputs "out")
 | 
			
		||||
                                   "/share/emacs/site-lisp")
 | 
			
		||||
                  (symlink "start-po.el" "gettext-autoloads.el")
 | 
			
		||||
                  #t)))))))
 | 
			
		||||
    (native-inputs `(("emacs" ,emacs-minimal)))   ; for Emacs tools
 | 
			
		||||
                  (symlink "start-po.el" "gettext-autoloads.el"))))))))
 | 
			
		||||
    (native-inputs (list emacs-minimal))          ;for Emacs tools
 | 
			
		||||
    (synopsis "Tools and documentation for translation")))
 | 
			
		||||
 | 
			
		||||
(define-public libtextstyle
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue