< (add-after 'install 'wrap < ;; beesd is a simple wrapper script that calls some external tools. < (lambda* (#:key inputs outputs #:allow-other-keys) < (let* ((out (assoc-ref outputs "out"))) < (wrap-script (string-append out "/sbin/beesd") < `("PATH" ":" prefix < ,(map (lambda (name) < (let ((input (assoc-ref inputs name))) < (string-append input "/bin:" < input "/sbin"))) < (list "coreutils" < "gawk" < "grep" < "util-linux"))))))))))