~ruther/guix-local

425ab478ac99452dff6a71b16caa46ae06d5b550 — Ludovic Courtès 8 years ago ba4aca3
gnu: shepherd: Allow cross-compilation.

* gnu/packages/admin.scm (shepherd)[native-inputs]: Add GUILE-2.0.
1 files changed, 8 insertions(+), 2 deletions(-)

M gnu/packages/admin.scm
M gnu/packages/admin.scm => gnu/packages/admin.scm +8 -2
@@ 163,8 163,14 @@ and provides a \"top-like\" mode (monitoring).")
    (build-system gnu-build-system)
    (arguments
     '(#:configure-flags '("--localstatedir=/var")))
    (native-inputs `(("pkg-config" ,pkg-config)))
    (inputs `(("guile" ,guile-2.0)))
    (native-inputs
     `(("pkg-config" ,pkg-config)

       ;; This is the Guile we use as a cross-compiler...
       ("guile" ,guile-2.0)))
    (inputs
     ;; ... and this is the one that appears in shebangs when cross-compiling.
     `(("guile" ,guile-2.0)))
    (synopsis "System service manager")
    (description
     "The GNU Shepherd is a daemon-managing daemon, meaning that it supervises