~ruther/guix-local

60828ad981b9d0673704f7a57e01fb6269852007 — Sergey Trofimov 1 year, 1 month ago af0385f
gnu: direnv: Don't install go sources.

* gnu/packages/shellutils.scm (direnv): Don't install go sources.

Change-Id: I809511e5995a0b3b89618e90746d1329a47d25ef
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/shellutils.scm
M gnu/packages/shellutils.scm => gnu/packages/shellutils.scm +2 -1
@@ 754,7 754,8 @@ Latin script and other languages.")
               "0p6n9zi3p9frj3ndnpdc1cz51hq0nkyjc9b1rqg7967l8vhdr8f6"))))
    (build-system go-build-system)
    (arguments
     (list #:import-path "github.com/direnv/direnv"
     (list #:install-source? #f
           #:import-path "github.com/direnv/direnv"
           #:phases
           #~(modify-phases %standard-phases
               (add-after 'install 'install-manpages