~ruther/guix-local

5b1897134877330e645ca572b93a50bb26ffb500 — Efraim Flashner 2 years ago 970fb81
gnu: just: Install manpage.

* gnu/packages/rust-apps.scm (just)[arguments]: Add phase to install
manpage.
1 files changed, 6 insertions(+), 1 deletions(-)

M gnu/packages/rust-apps.scm
M gnu/packages/rust-apps.scm => gnu/packages/rust-apps.scm +6 -1
@@ 801,7 801,12 @@ bar.  It is also compatible with sway.")
               (("/usr/bin/env")
                (search-input-file inputs "/bin/env"))
               (("/bin/echo")
                (search-input-file inputs "/bin/echo"))))))))
                (search-input-file inputs "/bin/echo")))))
         (add-after 'install 'install-manpage
           (lambda* (#:key outputs #:allow-other-keys)
             (install-file "man/just.1"
                           (string-append (assoc-ref outputs "out")
                                          "/share/man/man1")))))))
    (home-page "https://github.com/casey/just")
    (synopsis "Just a command runner")
    (description "This package provides @code{just}, a command runner.