guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: texinfo-5: Fix cross-compilation.


From: guix-commits
Subject: 01/02: gnu: texinfo-5: Fix cross-compilation.
Date: Wed, 4 Sep 2019 14:16:33 -0400 (EDT)

mothacehe pushed a commit to branch core-updates-next
in repository guix.

commit e2514cbbad44db72f7d3a51d4bad613ee8f8ca1b
Author: Pierre-Moana Levesque <address@hidden>
Date:   Tue Jul 2 19:37:56 2019 +0200

    gnu: texinfo-5: Fix cross-compilation.
    
    * gnu/packages/texinfo.scm (texinfo-5)[native-inputs]: Keep
    native-inputs from inherited package texinfo.
---
 gnu/packages/texinfo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm
index 9b96d2d..a79330d 100644
--- a/gnu/packages/texinfo.scm
+++ b/gnu/packages/texinfo.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2014, 2016 Eric Bavier <address@hidden>
 ;;; Copyright © 2015 Mark H Weaver <address@hidden>
 ;;; Copyright © 2017 Efraim Flashner <address@hidden>
+;;; Copyright © 2019 Pierre-Moana Levesque <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -91,8 +92,7 @@ is on expressing the content semantically, avoiding physical 
markup commands.")
               (patches (search-patches "texinfo-5-perl-compat.patch"))
               (sha256
                (base32
-                "1njfwh2z34r2c4r0iqa7v24wmjzvsfyz4vplzry8ln3479lfywal"))))
-    (native-inputs '())))
+                "1njfwh2z34r2c4r0iqa7v24wmjzvsfyz4vplzry8ln3479lfywal"))))))
 
 (define-public texinfo-4
   (package (inherit texinfo)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]