mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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)))
|
(string-append "(test-skip 4)\n" all)))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)
|
(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)))
|
(inputs `(("guile" ,guile-3.0)))
|
||||||
(home-page "https://www.gnu.org/software/mcron/")
|
(home-page "https://www.gnu.org/software/mcron/")
|
||||||
(synopsis "Run jobs at scheduled times")
|
(synopsis "Run jobs at scheduled times")
|
||||||
|
|
Loading…
Reference in a new issue