mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
go: Split output order to match new convention
This commit is contained in:
parent
6086142ece
commit
9b63aff395
@ -190,7 +190,7 @@ go.stdenv.mkDerivation (
|
||||
enableParallelBuilding = enableParallelBuilding;
|
||||
|
||||
# I prefer to call this dev but propagatedBuildInputs expects $out to exist
|
||||
outputs = args.outputs or [ "out" "bin" ];
|
||||
outputs = args.outputs or [ "bin" "out" ];
|
||||
|
||||
meta = {
|
||||
# Add default meta information
|
||||
|
Loading…
Reference in New Issue
Block a user