mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
goPackages: oauth2: use propagatedBuildInputs instead of extraSrcs
This commit is contained in:
parent
5093fd9cc9
commit
361cf81f30
|
@ -84,11 +84,7 @@ let
|
|||
sha256 = "0hi54mm63ha7a75avydj6xm0a4dd2njdzllr9y2si1i1wnijqw2i";
|
||||
};
|
||||
|
||||
extraSrcs = [
|
||||
{ inherit (gcloud-golang) src goPackagePath; }
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ net ];
|
||||
propagatedBuildInputs = [ net gcloud-golang-compute-metadata ];
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue