This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nixpkgs
Watch
2
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-12-16 02:33:25 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f9ba5e9407
nixpkgs
/
pkgs
/
development
/
compilers
/
go
/
setup-hook.sh
6 lines
98 B
Bash
Raw
Normal View
History
Unescape
Escape
new Go support function 'buildGoPackage' add a setupHook to the Go compiler that builds a GOPATH new buildGoPackage function that overides the phases of stdenv
2015-01-31 15:51:20 +00:00
addToGoPath
(
)
{
addToSearchPath GOPATH
$1
/share/go
}
treewide: Don't use envHook anymore This commits needs a MAJOR audit as I oftentimes just guessed which of `$hostOffset`, `$targetOffset`, or a fixed offset should be used.
2017-08-10 22:22:07 +00:00
addEnvHooks
"
$targetOffset
"
addToGoPath
Reference in New Issue
Copy Permalink