gnu: mcron: Allow cross-compilation.

* gnu/packages/guile-xyz.scm (mcron)[native-inputs]: Add "guile-native".
This commit is contained in:
Ludovic Courtès 2020-05-14 22:43:20 +02:00
parent 27ced65656
commit bbd9c9c901
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 1 deletions

View File

@ -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")