You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go tool dist: FAILED: sysctl machdep.cpu.extfeatures: exec: "sysctl": executable file not found in $PATH
builder for ‘/nix/store/jqgqfv3i61c5pi2f2vxar41k80fajmad-go-1.5.drv’ failed with exit code 1
error: build of ‘/nix/store/jqgqfv3i61c5pi2f2vxar41k80fajmad-go-1.5.drv’ failed
Here's the relevant part of the file after changes:
export PATH="$GOBIN:$PATH:/usr/sbin"
cd ./src
echo Building
./make.bash
I guess it's not the proper way, but I restored the original version of 1.5.nix afterwards.
Using nix-build -A on a fresh clone of nixpks just unleashed a bunch of compilation issues starting with stuff in zlib I didn't want to deal with, so I fumbled through this the way I did.
Log: https://gist.github.com/miah/67765a0452c09921c1b7
sysctl is of course included with osx, and located in /usr/sbin.
The text was updated successfully, but these errors were encountered: