guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: mcron: Allow cross-compilation.


From: guix-commits
Subject: 01/04: gnu: mcron: Allow cross-compilation.
Date: Thu, 14 May 2020 18:02:04 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit bbd9c9c901d733d0bcba74e7c53d42c251adc9ff
Author: Ludovic Courtès <address@hidden>
AuthorDate: Thu May 14 22:43:20 2020 +0200

    gnu: mcron: Allow cross-compilation.
    
    * gnu/packages/guile-xyz.scm (mcron)[native-inputs]: Add "guile-native".
---
 gnu/packages/guile-xyz.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 22b2ffa..d7f52b0 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2311,7 +2311,9 @@ is no support for parsing block and inline level HTML.")
                          (string-append "(test-skip 4)\n" all)))
                       #t)))))
     (native-inputs `(("pkg-config" ,pkg-config)
-                     ("tzdata" ,tzdata-for-tests)))
+                     ("tzdata" ,tzdata-for-tests)
+                     ("guile-native"              ;for 'guild compile'
+                      ,@(assoc-ref (package-inputs this-package) "guile"))))
     (inputs `(("guile" ,guile-3.0)))
     (home-page "https://www.gnu.org/software/mcron/";)
     (synopsis "Run jobs at scheduled times")



reply via email to

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