gnu: aegisub: Make some inputs native.
* gnu/packages/video.scm (aegisub)[inputs]: Move desktop-files-utils from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
		
							parent
							
								
									d284d89a89
								
							
						
					
					
						commit
						2f09526165
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -38,6 +38,7 @@
 | 
				
			||||||
;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
 | 
					;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
 | 
				
			||||||
;;; Copyright © 2020 Josh Holland <josh@inv.alid.pw>
 | 
					;;; Copyright © 2020 Josh Holland <josh@inv.alid.pw>
 | 
				
			||||||
;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
 | 
					;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
 | 
				
			||||||
 | 
					;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -3277,7 +3278,6 @@ programmers to access a standard API to open and decompress media files.")
 | 
				
			||||||
                 #t)))))
 | 
					                 #t)))))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("boost" ,boost)
 | 
					     `(("boost" ,boost)
 | 
				
			||||||
       ("desktop-file-utils" ,desktop-file-utils)
 | 
					 | 
				
			||||||
       ("ffms2" ,ffms2)
 | 
					       ("ffms2" ,ffms2)
 | 
				
			||||||
       ("fftw" ,fftw)
 | 
					       ("fftw" ,fftw)
 | 
				
			||||||
       ("hunspell" ,hunspell)
 | 
					       ("hunspell" ,hunspell)
 | 
				
			||||||
| 
						 | 
					@ -3290,6 +3290,7 @@ programmers to access a standard API to open and decompress media files.")
 | 
				
			||||||
       ("wxwidgets-gtk2" ,wxwidgets-gtk2)))
 | 
					       ("wxwidgets-gtk2" ,wxwidgets-gtk2)))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("intltool" ,intltool)
 | 
					     `(("intltool" ,intltool)
 | 
				
			||||||
 | 
					       ("desktop-file-utils" ,desktop-file-utils)
 | 
				
			||||||
       ("pkg-config" ,pkg-config)))
 | 
					       ("pkg-config" ,pkg-config)))
 | 
				
			||||||
    (home-page "http://www.aegisub.org/")
 | 
					    (home-page "http://www.aegisub.org/")
 | 
				
			||||||
    (synopsis "Subtitle engine")
 | 
					    (synopsis "Subtitle engine")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue