Unverified Commit 7da39a7a authored by Artturin's avatar Artturin Committed by Vladimír Čunát
Browse files

treewide .goModules: revert renaming the derivation

This is a workaround to avoid exposing non-reproducible .goModules
At least for now.
https://github.com/NixOS/nixpkgs/pull/242905#issuecomment-1646820126
parent aae1f8ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ let

  goModules = if (vendorHash == null) then "" else
  (stdenv.mkDerivation {
    name = "${name}-goModules";
    name = "${name}-go-modules";

    nativeBuildInputs = (args.nativeBuildInputs or [ ]) ++ [ go git cacert ];