summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-04-17 00:02:39 +0000
committerGitHub <noreply@github.com>2023-04-17 00:02:39 +0000
commit3d3f04babaea3995ee713702bd292d1fe286cdfc (patch)
tree2e16b5a6163ceaa67d319cecabdee55b96561771 /pkgs/build-support
parent503149ba12fc2dd026b71f58c19d9f15b54780c0 (diff)
parent3d8fbee4b926a2cc3bb5ea84b8ab22b9bb4fd5c6 (diff)
downloadnixpkgs-3d3f04babaea3995ee713702bd292d1fe286cdfc.tar
nixpkgs-3d3f04babaea3995ee713702bd292d1fe286cdfc.tar.gz
nixpkgs-3d3f04babaea3995ee713702bd292d1fe286cdfc.tar.bz2
nixpkgs-3d3f04babaea3995ee713702bd292d1fe286cdfc.tar.lz
nixpkgs-3d3f04babaea3995ee713702bd292d1fe286cdfc.tar.xz
nixpkgs-3d3f04babaea3995ee713702bd292d1fe286cdfc.tar.zst
nixpkgs-3d3f04babaea3995ee713702bd292d1fe286cdfc.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/bintools-wrapper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/bintools-wrapper/default.nix b/pkgs/build-support/bintools-wrapper/default.nix
index 24be0ffdf68..0a4ea1ebf26 100644
--- a/pkgs/build-support/bintools-wrapper/default.nix
+++ b/pkgs/build-support/bintools-wrapper/default.nix
@@ -166,7 +166,7 @@ stdenv.mkDerivation {
 
     # If we are asked to wrap `gas` and this bintools has it,
     # then symlink it (`as` will be symlinked next).
-    # This is mainly for the wrapped gnatboot on x86-64 Darwin,
+    # This is mainly for the wrapped gnat-bootstrap on x86-64 Darwin,
     # as it must have both the GNU assembler from cctools (installed as `gas`)
     # and the Clang integrated assembler (installed as `as`).
     # See pkgs/os-specific/darwin/binutils/default.nix for details.