gnu: direnv: Remove go references from output.
authorChristopher Baines <mail@cbaines.net>
Sun, 21 Apr 2019 09:33:18 +0000 (10:33 +0100)
committerChristopher Baines <mail@cbaines.net>
Sun, 21 Apr 2019 09:38:30 +0000 (10:38 +0100)
commit9729b6ea2fe89d5b8cfd180ef2dfca367c7417e5
tree3ffa08206222c15031f7d0430b348e108dc334ea
parentdc01978288318a8155e2e2657be9b278a754ebac
gnu: direnv: Remove go references from output.

In the long run, it would be good to move direnv across to the
go-build-system, and update the package, but these changes do succeed in
reducing the closure size a lot.

Thanks to Tanguy Le Carrour for raising this issue on guix-devel.

* gnu/packages/shellutils.scm (direnv)[arguments]: Include the
remove-go-references phase from the go-build-system.
[inputs,native-inputs]: Move all inputs to native-inputs, as these are no
longer referenced in the output.
gnu/packages/shellutils.scm