gnu: mcron: Allow cross-compilation.
* gnu/packages/guile-xyz.scm (mcron)[native-inputs]: Add "guile-native".
This commit is contained in:
parent
27ced65656
commit
bbd9c9c901
1 changed files with 3 additions and 1 deletions
|
@ -2311,7 +2311,9 @@ (define-public mcron
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue