12 src = fetchFromGitHub {
16 sha256 = "0mkh81hd7kn45dz7b6yhzqsg2mvg1g6pwx89jjigxrnqhyg9vrl7";
21 # This is required for wrapProgram.
22 allowGoReference = true;
24 nativeBuildInputs = [ makeWrapper ];
27 wrapProgram $out/bin/gox --prefix PATH : ${lib.makeBinPath [ go ]}
31 homepage = "https://github.com/mitchellh/gox";
32 description = "A dead simple, no frills Go cross compile tool";
33 license = licenses.mpl20;
34 maintainers = with maintainers; [ azahi ];