guix-commits
[Top][All Lists]
Advanced

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

10/22: gnu: swig: Fix cross-compilation.


From: guix-commits
Subject: 10/22: gnu: swig: Fix cross-compilation.
Date: Fri, 15 Nov 2019 11:32:45 -0500 (EST)

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

commit 457e1166981db9f7593340f0fc2f4d228cf11361
Author: Mathieu Othacehe <address@hidden>
Date:   Wed Jul 31 18:17:30 2019 +0200

    gnu: swig: Fix cross-compilation.
    
    * gnu/packages/swig.scm (swig)[inputs]: Add pcre that is needed when 
cross-compiling.
---
 gnu/packages/swig.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/swig.scm b/gnu/packages/swig.scm
index b1b17fc..90d698a 100644
--- a/gnu/packages/swig.scm
+++ b/gnu/packages/swig.scm
@@ -62,6 +62,7 @@
     (native-inputs `(("boost" ,boost)
                      ("pcre" ,pcre "bin")))       ;for 'pcre-config'
     (inputs `(;; Provide these to run the corresponding tests.
+              ("pcre" ,pcre)
               ("guile" ,guile-2.0)
               ("perl" ,perl)))
               ;; FIXME: reactivate input python as soon as the test failures



reply via email to

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