From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45599) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jL3lv-0002rm-VT for guix-patches@gnu.org; Sun, 05 Apr 2020 07:49:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jL3lu-0004EU-TD for guix-patches@gnu.org; Sun, 05 Apr 2020 07:49:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33763) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jL3lu-0004EQ-Pz for guix-patches@gnu.org; Sun, 05 Apr 2020 07:49:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jL3lu-0007GO-NU for guix-patches@gnu.org; Sun, 05 Apr 2020 07:49:02 -0400 Subject: [bug#40446] [PATCH 1/9] gnu: aegisub: Make some inputs native. References: In-Reply-To: Resent-Message-ID: From: Vincent Legoll Date: Sun, 5 Apr 2020 13:48:27 +0200 Message-Id: <20200405114835.18229-1-vincent.legoll@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40446@debbugs.gnu.org Cc: Vincent Legoll * 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 ;;; Copyright © 2020 Josh Holland ;;; Copyright © 2020 Brice Waegeneire +;;; Copyright © 2020 Vincent Legoll ;;; ;;; 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