summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-11-14 13:16:25 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-11-14 13:16:34 +0100
commit3c336a1647ada0970b71284cceb601c3d79c2134 (patch)
treedea9a6a0eb8673bf86ce7d114b09688d11356a46 /pkgs/build-support
parent2605fad79520679232edcf4de591013d7b34b0a5 (diff)
parentbf744fe90419885eefced41b3e5ae442d732712d (diff)
downloadnixpkgs-3c336a1647ada0970b71284cceb601c3d79c2134.tar
nixpkgs-3c336a1647ada0970b71284cceb601c3d79c2134.tar.gz
nixpkgs-3c336a1647ada0970b71284cceb601c3d79c2134.tar.bz2
nixpkgs-3c336a1647ada0970b71284cceb601c3d79c2134.tar.lz
nixpkgs-3c336a1647ada0970b71284cceb601c3d79c2134.tar.xz
nixpkgs-3c336a1647ada0970b71284cceb601c3d79c2134.tar.zst
nixpkgs-3c336a1647ada0970b71284cceb601c3d79c2134.zip
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/libraries/gdcm/default.nix
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/go/module.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/build-support/go/module.nix b/pkgs/build-support/go/module.nix
index 09b43063fb9..d0fd8928c91 100644
--- a/pkgs/build-support/go/module.nix
+++ b/pkgs/build-support/go/module.nix
@@ -297,6 +297,7 @@ let
     } // meta;
   });
 in
+lib.warnIf (args' ? vendorSha256) "`vendorSha256` is deprecated. Use `vendorHash` instead"
 lib.warnIf (buildFlags != "" || buildFlagsArray != "")
   "Use the `ldflags` and/or `tags` attributes instead of `buildFlags`/`buildFlagsArray`"
   package