[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40446] [PATCH 1/9] gnu: aegisub: Make some inputs native.
From: |
Vincent Legoll |
Subject: |
[bug#40446] [PATCH 1/9] gnu: aegisub: Make some inputs native. |
Date: |
Sun, 5 Apr 2020 13:48:27 +0200 |
* gnu/packages/video.scm (aegisub)[inputs]: Move desktop-files-utils from
here...
[native-inputs]: ...to here.
---
gnu/packages/video.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c62e651612..83cce1753e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -38,6 +38,7 @@
;;; Copyright © 2020 Oleg Pykhalov <address@hidden>
;;; Copyright © 2020 Josh Holland <address@hidden>
;;; Copyright © 2020 Brice Waegeneire <address@hidden>
+;;; Copyright © 2020 Vincent Legoll <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3277,7 +3278,6 @@ programmers to access a standard API to open and
decompress media files.")
#t)))))
(inputs
`(("boost" ,boost)
- ("desktop-file-utils" ,desktop-file-utils)
("ffms2" ,ffms2)
("fftw" ,fftw)
("hunspell" ,hunspell)
@@ -3290,6 +3290,7 @@ programmers to access a standard API to open and
decompress media files.")
("wxwidgets-gtk2" ,wxwidgets-gtk2)))
(native-inputs
`(("intltool" ,intltool)
+ ("desktop-file-utils" ,desktop-file-utils)
("pkg-config" ,pkg-config)))
(home-page "http://www.aegisub.org/")
(synopsis "Subtitle engine")
--
2.26.0
- [bug#40446] native-inputs for desktop-file-utils, Vincent Legoll, 2020/04/05
- [bug#40446] [PATCH 1/9] gnu: aegisub: Make some inputs native.,
Vincent Legoll <=
- [bug#40446] [PATCH 2/9] gnu: geda-gaf: Make some inputs native., Vincent Legoll, 2020/04/05
- [bug#40446] [PATCH 4/9] gnu: lepton-eda: Make some inputs native., Vincent Legoll, 2020/04/05
- [bug#40446] [PATCH 5/9] gnu: mate: Make some inputs native., Vincent Legoll, 2020/04/05
- [bug#40446] [PATCH 6/9] gnu: pcb: Make some inputs native., Vincent Legoll, 2020/04/05
- [bug#40446] [PATCH 7/9] gnu: ristretto: Make some inputs native., Vincent Legoll, 2020/04/05
- [bug#40446] [PATCH 9/9] gnu: xfce4-places-plugin: Make some inputs native., Vincent Legoll, 2020/04/05
- [bug#40446] [PATCH 8/9] gnu: spacefm: Make some inputs native., Vincent Legoll, 2020/04/05
- [bug#40446] [PATCH 3/9] gnu: gerbv: Make some inputs native., Vincent Legoll, 2020/04/05
- bug#40446: [PATCH 1/9] gnu: aegisub: Make some inputs native., Danny Milosavljevic, 2020/04/05